gcc/libphobos/libdruntime
Iain Buclaw 7e28750395 d: Merge upstream dmd 02a3fafc6, druntime 26b58167, phobos 16cb085b5.
D front-end changes:

    - Import dmd v2.099.0.
    - The deprecation period for D1-style operators has ended, any use
      of the D1 overload operators will now result in a compiler error.
    - `scope' as a type constraint on class, struct, union, and enum
      declarations has been deprecated.
    - Fix segmentation fault when emplacing a new front-end Expression
      node during CTFE (PR104835).

D runtime changes:

    - Import druntime v2.099.0.
    - Fix C bindings for stdint types (PR104738).
    - Fix bus error when allocating new array on the GC (PR104742).
    - Fix bus error when allocating new pointer on the GC (PR104745).

Phobos changes:

    - Import phobos v2.099.0.
    - New function `bind' in `std.functional'.

gcc/d/ChangeLog:

	* dmd/MERGE: Merge upstream dmd 02a3fafc6.
	* dmd/VERSION: Update version to v2.099.0.
	* imports.cc (ImportVisitor::visit (EnumDeclaration *)): Don't cache
	decl in front-end AST node.
	(ImportVisitor::visit (AggregateDeclaration *)): Likewise.
	(ImportVisitor::visit (ClassDeclaration *)): Likewise.

libphobos/ChangeLog:

	* libdruntime/MERGE: Merge upstream druntime 26b58167.
	* src/MERGE: Merge upstream phobos 16cb085b5.
2022-03-13 13:20:02 +01:00
..
config libphobos: Fix misspelling of msvcUsesUCRT (PR104659) 2022-03-01 15:29:30 +01:00
core d: Merge upstream dmd 02a3fafc6, druntime 26b58167, phobos 16cb085b5. 2022-03-13 13:20:02 +01:00
gcc Update copyright years. 2022-01-03 10:42:10 +01:00
rt d: Merge upstream dmd 02a3fafc6, druntime 26b58167, phobos 16cb085b5. 2022-03-13 13:20:02 +01:00
LICENSE.txt d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1) 2021-11-30 16:53:28 +01:00
MERGE d: Merge upstream dmd 02a3fafc6, druntime 26b58167, phobos 16cb085b5. 2022-03-13 13:20:02 +01:00
Makefile.am d: Merge upstream dmd 52844d4b1, druntime dbd0c874, phobos 896b1d0e1. 2022-02-16 11:15:02 +01:00
Makefile.in d: Merge upstream dmd 52844d4b1, druntime dbd0c874, phobos 896b1d0e1. 2022-02-16 11:15:02 +01:00
__builtins.di d: Merge upstream dmd cb49e99f8, druntime 55528bd1, phobos 1a3e80ec2. 2022-02-20 23:37:32 +01:00
__main.di Update copyright years. 2022-01-03 10:42:10 +01:00
object.d d: Merge upstream dmd 423f19b41, druntime 100a608c, phobos a1f8c4c07. 2022-03-02 18:21:38 +01:00