2025-03-24 |
Arthur Cohen | gccrs: ast: builder: Fix arguments of Builder::let |
commit | commitdiff | tree |
2025-03-24 |
Owen Avery | gccrs: nr2.0: Resolve instances of TypePath more accurately |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: inline-asm: Fix some warnings |
commit | commitdiff | tree |
2025-03-24 |
Pierre-Emmanuel... | gccrs: Add warning about default visitor usage |
commit | commitdiff | tree |
2025-03-24 |
Philip Herron | gccrs: Add test case to show issue is fixed |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: derive(Default): Add implementation |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: ast-builder: Add methods for QualifiedPathInExpr... |
commit | commitdiff | tree |
2025-03-24 |
Philip Herron | gccrs: Fix compilation of trait-items which map to... |
commit | commitdiff | tree |
2025-03-24 |
Philip Herron | gccrs: Fix bad generic substitution error on fn/adt... |
commit | commitdiff | tree |
2025-03-24 |
Philip Herron | gccrs: Fix crash in privay reporter for placeholder... |
commit | commitdiff | tree |
2025-03-24 |
Philip Herron | gccrs: coercion sites allow for type inference as well. |
commit | commitdiff | tree |
2025-03-24 |
Philip Herron | gccrs: Fix ICE during path probe |
commit | commitdiff | tree |
2025-03-24 |
Philip Herron | gccrs: Fix ICE when fn_once and fn_once_output lang... |
commit | commitdiff | tree |
2025-03-24 |
Owen Avery | gccrs: Fix bug in type resolution of paths |
commit | commitdiff | tree |
2025-03-24 |
Owen Avery | gccrs: nr2.0: Remove accidental copies of resolver |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: ast: builder: Add Return expression builder |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: derive(Debug): Add stub implementation. |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: derive(Clone, Copy): Cleanup using new method... |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: derive-visitor: Add method for setting up derive... |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: ast-builder: Add new methods for functions,... |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: ast-builder: Add new functions to create type... |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: scan-deadcode: Do not warn unused fields if... |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: lang-items: Add structural_{peq, teq} |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: nr2.0: late: Add proper handling for lang item... |
commit | commitdiff | tree |
2025-03-24 |
Owen Avery | gccrs: Fix an issue with ForeverStack::dfs_rib |
commit | commitdiff | tree |
2025-03-24 |
Liam Naddell | gccrs: Add option_env! support |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: ast: Add new Expr::Kinds |
commit | commitdiff | tree |
2025-03-24 |
Philip Herron | gccrs: add support for ref literal patterns |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: lang-items: Add From::from |
commit | commitdiff | tree |
2025-03-24 |
Philip Herron | gccrs: add new -frust-overflow-checks flag to control... |
commit | commitdiff | tree |
2025-03-24 |
Pierre-Emmanuel... | gccrs: Remove some passing test from exclude file |
commit | commitdiff | tree |
2025-03-24 |
Pierre-Emmanuel... | gccrs: Compile unit struct with constructor |
commit | commitdiff | tree |
2025-03-24 |
Pierre-Emmanuel... | gccrs: Resolved item type shall be differentiated later |
commit | commitdiff | tree |
2025-03-24 |
Pierre-Emmanuel... | gccrs: Make foreverstack debug string const |
commit | commitdiff | tree |
2025-03-24 |
Pierre-Emmanuel... | gccrs: Clone expr instead of taking it |
commit | commitdiff | tree |
2025-03-24 |
Pierre-Emmanuel... | gccrs: Remove some tests from nr2 exclusion file |
commit | commitdiff | tree |
2025-03-24 |
Pierre-Emmanuel... | gccrs: Remove query mode on CompileItem |
commit | commitdiff | tree |
2025-03-24 |
Pierre-Emmanuel... | gccrs: Add unit struct to name namespace in old resolver |
commit | commitdiff | tree |
2025-03-24 |
Pierre-Emmanuel... | gccrs: Add debug dump to old name resolver |
commit | commitdiff | tree |
2025-03-24 |
Pierre-Emmanuel... | gccrs: Labels shall be pushed within label namespace |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: backend: Improve handling of lang-item PathInExp... |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: ast: Add Path::is_lang_item() |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: marklive: Fix handling for lang item PathInExpre... |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: hir: Adapt visitors to lang item PathInExpressions |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: hir: Add LangItem paths to PathPattern class |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: ast: More visitors to allow lang item paths... |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: lang-items: Add LangItem::IsEnumVariant |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: mappings: Improve error message for get_lang_ite... |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: lang-items: Collect enum variants as lang items |
commit | commitdiff | tree |
2025-03-24 |
Philip Herron | gccrs: catch missing guard for optional result |
commit | commitdiff | tree |
2025-03-24 |
Dylan Gardner | gccrs: Infer crate name after file opening |
commit | commitdiff | tree |
2025-03-24 |
Pierre-Emmanuel... | gccrs: Add captures for ClosureExprInnerTyped with nr2 |
commit | commitdiff | tree |
2025-03-24 |
Pierre-Emmanuel... | gccrs: Add environment capture to NR2 |
commit | commitdiff | tree |
2025-03-24 |
Owen Avery | gccrs: Check for type paths nr2.0 can't handle yet |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: backend: Allow anything as a match scrutinee |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: lang-items: Add Result and Try lang items |
commit | commitdiff | tree |
2025-03-24 |
Pierre-Emmanuel... | gccrs: Fix rust breakage with nr2 |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: derive(Copy): Improve bounds when deriving Copy |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: derive(Clone): Use lang item bounds on AssertPar... |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: derive(Clone): Add Clone bound on generated... |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: ast-builder: Add extra parameter for TypeParam... |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: hir-dump: Improve handling of typepathsegments... |
commit | commitdiff | tree |
2025-03-24 |
lishin | gccrs: lang-item:Add LangItem::Kind::RECEIVER |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: typecheck: Add basic handling for applying auto... |
commit | commitdiff | tree |
2025-03-24 |
Arthur Cohen | gccrs: typecheck: Separate assemble_builtin_candidate... |
commit | commitdiff | tree |
2025-03-24 |
Jonathan Wakely | libstdc++: Ensure that std::vector<bool> allocator... |
commit | commitdiff | tree |
2025-03-24 |
Richard Earnshaw | arm: testsuite: tighten scan-assembler in unaligned... |
commit | commitdiff | tree |
2025-03-24 |
Thomas Schwinge | Add 'libgomp.c++/pr96835-1{,-O0}.C', 'libgomp.oacc... |
commit | commitdiff | tree |
2025-03-24 |
Thomas Schwinge | Add 'libgomp.c++/pr101544-1{,-O0}.C', 'libgomp.oacc... |
commit | commitdiff | tree |
2025-03-24 |
Thomas Schwinge | nvptx: In offloading compilation, special-case certain... |
commit | commitdiff | tree |
2025-03-24 |
Thomas Schwinge | nvptx: Default at least to '-mptx=6.3' |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | i386: Raise deprecate warning for -mavx10.1-256/512... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | i386: Remove avx10.2-256 and avx10.2-512 options |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | i386: Adjust AVX10.2 testcases options |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | Revert "AVX10.2 ymm rounding: Support vadd{s,d,h} and... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | Revert "AVX10.2 ymm rounding: Support vcvtdq2p{s,h... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | Revert "AVX10.2 ymm rounding: Support vcvtpd2{,u}{dq... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | Revert "AVX10.2 ymm rounding: Support vcvtph2p{s,d... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | Revert "AVX10.2 ymm rounding: Support vcvtph2{,u}w... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | Revert "AVX10.2 ymm rounding: Support vcvtps2{,u}{dq... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | Revert "AVX10.2 ymm rounding: Support vcvtqq2p{s,d... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | Revert "AVX10.2 ymm rounding: Support vcvttph2{,u}... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | Revert "AVX10.2 ymm rounding: Support vcvttps2{,u}... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | Revert "AVX10.2 ymm rounding: Support vcvt{,u}w2ph... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | Revert "AVX10.2 ymm rounding: Support vfc{madd,mul... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | Revert "AVX10.2 ymm rounding: Support vfmadd{132,231... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | Revert "AVX10.2 ymm rounding: Support vfmaddcph and... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | Revert "AVX10.2 ymm rounding: Support vfm{sub,subadd... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | Revert "AVX10.2 ymm rounding: Support vfmulcph and... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | Revert "AVX10.2 ymm rounding: Support vfnmsub{132,231... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | Revert "AVX10.2 ymm rounding: Support vgetexpp{s,d... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | Revert "AVX10.2 ymm rounding: Support v{max,min}p{s... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | Revert "AVX10.2 ymm rounding: Support vmulp{s,d,h}... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | Revert "AVX10.2 ymm rounding: Support vreducep{s,d... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | Revert "AVX10.2 ymm rounding: Support vscalefp{s,d... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | Revert "AVX10.2 ymm rounding: Support vsqrtp{s,d,h... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | i386: Remove 256 bit rounding for AVX10.2 saturation... |
commit | commitdiff | tree |
2025-03-24 |
Haochen Jiang | i386: Remove 256 bit rounding for AVX10.2 minmax and... |
commit | commitdiff | tree |
2025-03-24 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2025-03-23 |
Iain Sandoe | toplevel, Makefile: Add missing CXX_FOR_TARGET export... |
commit | commitdiff | tree |
next |