gcc/libphobos/libdruntime/core
Iain Buclaw d77c280454 d: Merge upstream dmd, druntime 26f049fb26, phobos 330d6a4fd.
D front-end changes:

	- Import dmd v2.105.0-beta.1.
	- Added predefined version identifier VisionOS (ignored by GDC).
	- Functions can no longer have `enum` storage class.
	- The deprecation of the `body` keyword has been reverted, it is
	  now an obsolete feature.
	- The error for `scope class` has been reverted, it is now an
	  obsolete feature.

D runtime changes:

	- Import druntime v2.105.0-beta.1.

Phobos changes:

	- Import phobos v2.105.0-beta.1.
	- AliasSeq has been removed from std.math.
	- extern(C) getdelim and getline have been removed from
	  std.stdio.

gcc/d/ChangeLog:

	* dmd/MERGE: Merge upstream dmd 26f049fb26.
	* dmd/VERSION: Bump version to v2.105.0-beta.1.
	* d-codegen.cc (get_frameinfo): Check useGC in condition.
	* d-lang.cc (d_handle_option): Set obsolete parameter when compiling
	with -Wall.
	(d_post_options): Set useGC to false when compiling with
	-fno-druntime.  Propagate obsolete flag to compileEnv.
	* expr.cc (ExprVisitor::visit (CatExp *)): Check useGC in condition.

libphobos/ChangeLog:

	* libdruntime/MERGE: Merge upstream druntime 26f049fb26.
	* src/MERGE: Merge upstream phobos 330d6a4fd.
2023-08-20 11:20:00 +02:00
..
gc
internal d: Merge upstream dmd, druntime 26f049fb26, phobos 330d6a4fd. 2023-08-20 11:20:00 +02:00
stdc d: Merge upstream dmd, druntime a88e1335f7, phobos 1921d29df. 2023-07-10 23:31:29 +02:00
stdcpp
sync d: Merge upstream dmd, druntime 28a3b24c2e, phobos 8ab95ded5. 2023-07-09 22:08:36 +02:00
sys d: Merge upstream dmd, druntime a88e1335f7, phobos 1921d29df. 2023-07-10 23:31:29 +02:00
thread d: Merge upstream dmd, druntime 28a3b24c2e, phobos 8ab95ded5. 2023-07-09 22:08:36 +02:00
atomic.d d: Merge upstream dmd, druntime a88e1335f7, phobos 1921d29df. 2023-07-10 23:31:29 +02:00
attribute.d d: Merge upstream dmd, druntime 4ca4140e58, phobos 454dff14d. 2023-03-16 17:29:57 +01:00
bitop.d
builtins.d
checkedint.d
cpuid.d d: Merge upstream dmd, druntime 4ca4140e58, phobos 454dff14d. 2023-03-16 17:29:57 +01:00
demangle.d d: Merge upstream dmd, druntime 28a3b24c2e, phobos 8ab95ded5. 2023-07-09 22:08:36 +02:00
exception.d d: Merge upstream dmd, druntime 09faa4eacd, phobos 13ef27a56. 2023-02-21 15:33:38 +01:00
factory.d d: Merge upstream dmd, druntime 4ca4140e58, phobos 454dff14d. 2023-03-16 17:29:57 +01:00
int128.d d: Merge upstream dmd, druntime 26f049fb26, phobos 330d6a4fd. 2023-08-20 11:20:00 +02:00
lifetime.d d: Merge upstream dmd, druntime 26f049fb26, phobos 330d6a4fd. 2023-08-20 11:20:00 +02:00
math.d
memory.d d: Merge upstream dmd, druntime 4ca4140e58, phobos 454dff14d. 2023-03-16 17:29:57 +01:00
runtime.d d: Merge upstream dmd, druntime 09faa4eacd, phobos 13ef27a56. 2023-02-21 15:33:38 +01:00
simd.d
time.d d: Merge upstream dmd, druntime 28a3b24c2e, phobos 8ab95ded5. 2023-07-09 22:08:36 +02:00
vararg.d
volatile.d