| Age | Commit message (Expand) | Author | Lines |
| 2024-04-05 | Ignore `-C strip` on MSVC | icedrocket | -42/+35 |
| 2024-04-05 | do not ICE in forced ambiguity if we get an error | lcnr | -3/+10 |
| 2024-04-04 | MSVC targets should use COFF as their archive format | Daniel Paoliello | -1/+6 |
| 2024-04-04 | Auto merge of #123097 - oli-obk:perf_experiment, r=petrochenkov | bors | -13/+29 |
| 2024-04-04 | Check def id before calling match_projection_projections | Michael Goulet | -0/+3 |
| 2024-04-04 | Rename ModSep to PathSep | León Orell Valerian Liehr | -40/+42 |
| 2024-04-04 | Auto merge of #121394 - oli-obk:define_opaque_types, r=compiler-errors | bors | -42/+76 |
| 2024-04-04 | Rename HAS_PROJECTIONS to HAS_ALIASES etc. | León Orell Valerian Liehr | -17/+21 |
| 2024-04-04 | cache type info for ParamEnv | Lukas Markeffsky | -74/+403 |
| 2024-04-04 | Effects are boolean consts and don't contain opaque types | Oli Scherer | -1/+2 |
| 2024-04-04 | Allow defining opaque types when checking const equality bounds | Oli Scherer | -6/+18 |
| 2024-04-04 | Auto merge of #123377 - oli-obk:private_projection, r=compiler-errors | bors | -5/+6 |
| 2024-04-04 | Add some regression tests for opaque types and const generics | Oli Scherer | -2/+4 |
| 2024-04-04 | Only inspect user-written predicates for privacy concerns | Oli Scherer | -5/+6 |
| 2024-04-04 | Switch `can_eq` and `can_sub` to `DefineOpaqueTypes::Yes` | Oli Scherer | -2/+6 |
| 2024-04-04 | Auto merge of #123455 - matthiaskrgr:rollup-b6nu296, r=matthiaskrgr | bors | -285/+347 |
| 2024-04-04 | Rollup merge of #123439 - Zalathar:constants, r=oli-obk | Matthias Krüger | -13/+5 |
| 2024-04-04 | Rollup merge of #123397 - krtab:foreign_fn_qualif_diag, r=petrochenkov | Matthias Krüger | -8/+34 |
| 2024-04-04 | Rollup merge of #123324 - Nadrieril:false-edges2, r=matthewjasper | Matthias Krüger | -12/+94 |
| 2024-04-04 | Rollup merge of #123212 - rcvalle:rust-cfi-use-type-folder, r=compiler-errors | Matthias Krüger | -251/+177 |
| 2024-04-04 | Rollup merge of #121546 - gurry:121473-ice-sizeof-mir-op, r=oli-obk | Matthias Krüger | -1/+37 |
| 2024-04-04 | hir: Use `ItemLocalId` in a couple more places | Vadim Petrochenkov | -7/+6 |
| 2024-04-04 | Auto merge of #121026 - Zalathar:version, r=oli-obk | bors | -10/+24 |
| 2024-04-04 | normalizes-to change from '1' to '0 to inf' steps | lcnr | -247/+141 |
| 2024-04-04 | Error out of layout calculation if a non-last struct field is unsized | Gurinder Singh | -1/+37 |
| 2024-04-04 | FRU remaining fields does not actually define opaque types | Oli Scherer | -15/+11 |
| 2024-04-04 | Use `DefineOpaqueTypes::Yes` since we are guaranteed to error already | Oli Scherer | -3/+3 |
| 2024-04-04 | Use `DefineOpaqueTypes::Yes` where the new solver is unconditionally used alr... | Oli Scherer | -11/+23 |
| 2024-04-04 | Specialization can switch to `DefineOpaqueTypes::Yes` without having an effect. | Oli Scherer | -1/+6 |
| 2024-04-04 | Use `DefineOpaqueTypes::Yes` in diagnostics code | Oli Scherer | -1/+3 |
| 2024-04-04 | Fix diagnostic for qualifier in extern block | Arthur Carcano | -8/+34 |
| 2024-04-04 | Try explicitly outlining the panic machinery | Oli Scherer | -1/+6 |
| 2024-04-04 | Auto merge of #115538 - lcnr:fn-def-wf, r=compiler-errors | bors | -7/+21 |
| 2024-04-04 | Auto merge of #123052 - maurer:addr-taken, r=compiler-errors | bors | -27/+93 |
| 2024-04-04 | Fix incorrect 'llvm_target' value used on watchOS target | Tony Li | -3/+9 |
| 2024-04-04 | unconstrained `NormalizesTo` term for opaques | lcnr | -27/+9 |
| 2024-04-04 | Auto merge of #119820 - lcnr:leak-check-2, r=jackh726 | bors | -14/+62 |
| 2024-04-04 | Teach MIR inliner query cycle avoidance about const_eval_select | Ben Kimock | -4/+14 |
| 2024-04-04 | Auto merge of #123440 - jhpratt:rollup-yat6crk, r=jhpratt | bors | -36/+38 |
| 2024-04-04 | rebase | Boxy | -2/+2 |
| 2024-04-04 | check `FnDef` return type for WF | lcnr | -7/+21 |
| 2024-04-03 | Address final nits | Jules Bertholet | -3/+6 |
| 2024-04-03 | Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmease | Jacob Pratt | -36/+36 |
| 2024-04-03 | Rollup merge of #123307 - tgross35:f16-f128-feature-gate-fix, r=petrochenkov | Jacob Pratt | -0/+2 |
| 2024-04-04 | Auto merge of #123240 - compiler-errors:assert-args-compat, r=fmease | bors | -113/+132 |
| 2024-04-04 | coverage: Remove useless constants | Zalathar | -13/+5 |
| 2024-04-04 | Manually run `clang-format` on `CoverageMappingWrapper.cpp` | Zalathar | -28/+20 |
| 2024-04-03 | update messages | Dan | -3/+3 |
| 2024-04-03 | move leak check out of candidate evaluation | lcnr | -14/+62 |
| 2024-04-03 | Auto merge of #123429 - matthiaskrgr:rollup-4emw4e9, r=matthiaskrgr | bors | -226/+607 |