| Age | Commit message (Expand) | Author | Lines |
| 2024-03-10 | Move generic `NonZero` `rustc_layout_scalar_valid_range_start` attribute to i... | Markus Reiter | -6/+6 |
| 2024-03-08 | Auto merge of #122190 - matthiaskrgr:rollup-9ol4y30, r=matthiaskrgr | bors | -3/+49 |
| 2024-03-08 | Rollup merge of #122181 - chenyukang:yukang-fix-late-lint-crash, r=oli-obk | Matthias Krüger | -3/+33 |
| 2024-03-08 | Fix crash in late internal checking | yukang | -3/+33 |
| 2024-03-08 | Don't ICE in CTFE if raw/fn-ptr types differ | Michael Goulet | -0/+16 |
| 2024-03-07 | Merge collect_mod_item_types query into check_well_formed | Oli Scherer | -20/+8 |
| 2024-03-02 | add comment and test: we do not do value-based reasoning for promotion of unions | Ralf Jung | -25/+45 |
| 2024-02-29 | Rollup merge of #121806 - RalfJung:const-metadata, r=oli-obk | Matthias Krüger | -33/+36 |
| 2024-02-29 | add const test for ptr::metadata | Ralf Jung | -33/+36 |
| 2024-02-29 | make mutable_references_err not bitwidth-dependent | Ralf Jung | -361/+2 |
| 2024-02-29 | allow statics pointing to mutable statics | Ralf Jung | -37/+196 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -2/+2 |
| 2024-02-26 | Auto merge of #121461 - reitermarkus:generic-nonzero-tests, r=dtolnay | bors | -139/+140 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -0/+1 |
| 2024-02-25 | Use generic `NonZero` in tests. | Markus Reiter | -139/+140 |
| 2024-02-25 | make non-PartialEq-typed consts as patterns a hard error | Ralf Jung | -24/+4 |
| 2024-02-25 | fix use of platform_intrinsics in tests | Ralf Jung | -2/+2 |
| 2024-02-24 | promotion: don't promote int::MIN / -1 | Ralf Jung | -11/+62 |
| 2024-02-20 | Stabilize `LazyCell` and `LazyLock` (`lazy_cell`) | Peter Jaszkowiak | -4/+4 |
| 2024-05-24 | Fail relating constants of different types | Oli Scherer | -0/+51 |
| 2024-02-19 | Always evaluate free constants and statics, even if previous errors occurred | Oli Scherer | -209/+247 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -96/+94 |
| 2024-02-17 | Allow newly added non_local_definitions lint in tests | Urgau | -0/+1 |
| 2024-02-17 | Rollup merge of #120932 - RalfJung:mut-ptr-to-static, r=oli-obk | Guillaume Boisseau | -4/+98 |
| 2024-02-17 | const_mut_refs: allow mutable refs to statics | Ralf Jung | -4/+98 |
| 2024-02-17 | Enable `ConstPropLint` for promoteds | Gurinder Singh | -188/+3386 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -576/+576 |
| 2024-02-16 | Rollup merge of #121179 - RalfJung:zst-mutable-refs, r=oli-obk | Guillaume Gomez | -325/+151 |
| 2024-02-16 | add test ensuring we detect a static actually having a mutable reference | Ralf Jung | -8/+29 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -3/+2 |
| 2024-02-16 | add back some more attempts at having &mut in the final value of a const/static | Ralf Jung | -7/+57 |
| 2024-02-16 | remove stderr-per-bitwidth from some tests | Ralf Jung | -311/+53 |
| 2024-02-16 | allow mutable references in const values when they point to no memory | Ralf Jung | -22/+35 |
| 2024-02-15 | Do not allocate a second "background" alloc id for the main allocation of a s... | Oli Scherer | -34/+51 |
| 2024-02-15 | Return ConstAllocation from eval_static_initializer query directly | Oli Scherer | -21/+6 |
| 2024-02-15 | Add new query just for static initializers | Oli Scherer | -10/+25 |
| 2024-02-14 | Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errors | bors | -2/+17 |
| 2024-02-14 | Rollup merge of #120893 - c410-f3r:testsssssss, r=petrochenkov | Guillaume Gomez | -0/+29 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -2/+17 |
| 2024-02-13 | Move tests | Caio | -0/+29 |
| 2024-02-13 | Do not point at `#[allow(_)]` as the reason for compat lint triggering | Esteban Küber | -5/+0 |
| 2024-02-13 | Rollup merge of #120973 - RalfJung:static_mut_ref, r=compiler-errors | Matthias Krüger | -131/+23 |
| 2024-02-12 | Rollup merge of #120970 - RalfJung:static-promoted-test, r=oli-obk | Matthias Krüger | -0/+33 |
| 2024-02-12 | allow static_mut_ref in some tests that specifically test mutable statics | Ralf Jung | -131/+23 |
| 2024-02-12 | Support safe intrinsics with fallback bodies | Oli Scherer | -1/+1 |
| 2024-02-12 | Rollup merge of #120933 - RalfJung:const-check-misc, r=oli-obk | Matthias Krüger | -125/+1 |
| 2024-02-12 | add another test for promoteds-in-static | Ralf Jung | -0/+33 |
| 2024-02-12 | Implement intrinsics with fallback bodies | Oli Scherer | -2/+1 |
| 2024-02-12 | fix cycle error when a static and a promoted are mutually recursive | Ralf Jung | -0/+12 |
| 2024-02-11 | check_consts: fix some duplicate errors by not calling check_static unnecessa... | Ralf Jung | -125/+1 |