| Age | Commit message (Expand) | Author | Lines |
| 2024-04-08 | Rollup merge of #123635 - maurer:kcfi-no-assoc, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2024-04-08 | CFI: Fix ICE in KCFI non-associated function pointers | Matthew Maurer | -1/+4 |
| 2024-04-08 | Shrink the size of ClosureTypeInfo to fit into 64 bytes again | Oli Scherer | -6/+20 |
| 2024-04-08 | Eliminate `DefiningAnchor` now that is just a single-variant enum | Oli Scherer | -1/+13 |
| 2024-04-08 | Pass list of defineable opaque types into canonical queries | Oli Scherer | -0/+1 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -12/+210 |
| 2024-04-07 | Don't even parse an intrinsic unless the feature gate is enabled | Michael Goulet | -3/+8 |
| 2024-04-07 | Auto merge of #123058 - lukas-code:clauses, r=lcnr | bors | -98/+247 |
| 2024-04-06 | add RawList | Lukas Markeffsky | -255/+100 |
| 2024-04-05 | Rollup merge of #123311 - Jules-Bertholet:andpat-everywhere, r=Nadrieril | Guillaume Gomez | -0/+56 |
| 2024-04-04 | Rollup merge of #123464 - fmease:rn-has-proj-to-has-aliases, r=compiler-errors | Jacob Pratt | -2/+2 |
| 2024-04-04 | Auto merge of #123097 - oli-obk:perf_experiment, r=petrochenkov | bors | -2/+10 |
| 2024-04-04 | Rename HAS_PROJECTIONS to HAS_ALIASES etc. | León Orell Valerian Liehr | -2/+2 |
| 2024-04-04 | cache type info for ParamEnv | Lukas Markeffsky | -62/+366 |
| 2024-04-04 | Auto merge of #123052 - maurer:addr-taken, r=compiler-errors | bors | -9/+60 |
| 2024-04-04 | Auto merge of #123440 - jhpratt:rollup-yat6crk, r=jhpratt | bors | -5/+5 |
| 2024-04-03 | Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmease | Jacob Pratt | -5/+5 |
| 2024-04-04 | Auto merge of #123240 - compiler-errors:assert-args-compat, r=fmease | bors | -44/+97 |
| 2024-04-03 | Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errors | Matthias Krüger | -5/+5 |
| 2024-04-03 | Rollup merge of #122964 - joboet:pointer_expose, r=Amanieu | Matthias Krüger | -1/+1 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -5/+5 |
| 2024-04-03 | Fix up error message for debug_assert_args_compat for IATs | Michael Goulet | -19/+31 |
| 2024-04-03 | Simplify some cfging | Michael Goulet | -17/+11 |
| 2024-04-03 | Uplift and start using check_args_compatible more liberally | Michael Goulet | -40/+87 |
| 2024-04-03 | Rollup merge of #123382 - compiler-errors:assert-fndef-kind, r=fmease | Matthias Krüger | -1/+5 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -1/+1 |
| 2024-04-03 | Remove MIR unsafe check | Matthew Jasper | -1/+0 |
| 2024-04-03 | Check `x86_64` size assertions on `aarch64`, too | Zalathar | -5/+5 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -1/+1 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -0/+7 |
| 2024-04-02 | CFI: Support function pointers for trait methods | Matthew Maurer | -0/+18 |
| 2024-04-02 | Track reason for creating a `ReifyShim` | Matthew Maurer | -9/+42 |
| 2024-04-02 | Assert FnDef only constructed with functions (or fn-like ctors) | Michael Goulet | -1/+5 |
| 2024-04-02 | Address review comments | Jules Bertholet | -6/+6 |
| 2024-04-01 | Auto merge of #123327 - BoxyUwU:param_env_docs_rewrite, r=compiler-errors | bors | -5/+10 |
| 2024-04-01 | maybe | Boxy | -1/+1 |
| 2024-04-01 | Update `ParamEnv` docs | Boxy | -5/+10 |
| 2024-04-01 | Auto merge of #122972 - beetrees:use-align-type, r=fee1-dead | bors | -2/+1 |
| 2024-04-01 | Use the `Align` type when parsing alignment attributes | beetrees | -2/+1 |
| 2024-03-30 | Implement "&<pat> everywhere" | Jules Bertholet | -0/+56 |
| 2024-03-30 | Auto merge of #123230 - matthiaskrgr:rollup-4twuzj4, r=matthiaskrgr | bors | -0/+4 |
| 2024-03-30 | Rollup merge of #123170 - compiler-errors:const-statics, r=lcnr | Matthias Krüger | -0/+4 |
| 2024-03-29 | Assert that ADTs have the right number of substs | Michael Goulet | -0/+7 |
| 2024-03-29 | Auto merge of #123080 - Jules-Bertholet:mut-ref-mut, r=Nadrieril | bors | -31/+16 |
| 2024-03-28 | Rollup merge of #123160 - bvanjoi:cleanup, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2024-03-28 | Restrict const ty's regions to static when putting them in canonical var list | Michael Goulet | -0/+4 |
| 2024-03-28 | Auto merge of #115220 - Zoxc:revive-gcx-ptr, r=oli-obk | bors | -3/+54 |
| 2024-03-28 | Auto merge of #116891 - aliemjay:opaque-region-infer-rework-2, r=compiler-err... | bors | -0/+32 |
| 2024-03-28 | remove `def_id_to_node_id` in ast lowering | bohan | -1/+0 |
| 2024-03-27 | Remove `Partial/Ord` from `EarlyParamRegion` | Oli Scherer | -1/+1 |