| Age | Commit message (Expand) | Author | Lines |
| 2024-08-16 | Rollup merge of #129042 - Jaic1:fix-116308, r=BoxyUwU | Matthias Krüger | -16/+0 |
| 2024-08-16 | Special-case alias ty in `try_from_lit` | Jaic1 | -16/+0 |
| 2024-08-15 | crashes: more tests | Matthias Krüger | -0/+131 |
| 2024-08-10 | Auto merge of #128714 - camelid:wf-struct-exprs, r=BoxyUwU | bors | -40/+0 |
| 2024-08-08 | Don't inline tainted MIR bodies | Michael Goulet | -15/+0 |
| 2024-08-08 | Rollup merge of #128612 - compiler-errors:validate-mir-opt-mir, r=davidtwco | Matthias Krüger | -3/+3 |
| 2024-08-05 | WF-check struct field types at construction site | Noah Lev | -40/+0 |
| 2024-08-05 | Normalize when equating dyn tails in MIR borrowck | Michael Goulet | -35/+0 |
| 2024-08-04 | tests: more crashes | Matthias Krüger | -0/+87 |
| 2024-08-03 | Make validate_mir pull optimized/ctfe MIR for all bodies | Michael Goulet | -3/+3 |
| 2024-07-31 | Auto merge of #127513 - nikic:llvm-19, r=cuviper | bors | -13/+0 |
| 2024-07-30 | Rollup merge of #128376 - compiler-errors:finish-ur-vegetables, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-07-30 | Rollup merge of #128357 - compiler-errors:shadowed-non-lifetime-binder, r=pet... | Matthias Krüger | -1/+1 |
| 2024-07-30 | Crash test for issue 121444 has been fixed | Nikita Popov | -13/+0 |
| 2024-07-29 | Mark Parser::eat/check methods as must_use | Michael Goulet | -1/+1 |
| 2024-07-29 | Detect non-lifetime binder params shadowing item params | Michael Goulet | -1/+1 |
| 2024-07-29 | Rollup merge of #128337 - bvanjoi:issue-121613, r=compiler-errors | Matthias Krüger | -52/+0 |
| 2024-07-29 | Rollup merge of #128239 - compiler-errors:error-on-object-cand-confirm, r=oli... | Matthias Krüger | -11/+0 |
| 2024-07-29 | Rollup merge of #128174 - compiler-errors:trait-alias-marker, r=oli-obk | Matthias Krüger | -3/+0 |
| 2024-07-29 | only accept adt type during infer source visitor | bohan | -52/+0 |
| 2024-07-26 | Don't ICE when encountering error regions when confirming object method candi... | Michael Goulet | -11/+0 |
| 2024-07-25 | Rollup merge of #128173 - compiler-errors:misused-intrinsics, r=oli-obk | Matthias Krüger | -47/+0 |
| 2024-07-25 | Rollup merge of #128172 - compiler-errors:non-self-arg, r=chenyukang | Matthias Krüger | -12/+0 |
| 2024-07-25 | Rollup merge of #128171 - compiler-errors:arg-compat, r=oli-obk | Matthias Krüger | -128/+0 |
| 2024-07-25 | Don't record trait aliases as marker traits | Michael Goulet | -3/+0 |
| 2024-07-24 | Don't add crashes for misuses of intrinsics | Michael Goulet | -47/+0 |
| 2024-07-24 | Don't ICE if HIR and middle types disagree in borrowck error reporting | Michael Goulet | -12/+0 |
| 2024-07-24 | Make sure that args are compatible in resolve_associated_item | Michael Goulet | -128/+0 |
| 2024-07-24 | Don't ICE when auto trait has assoc ty in old solver | Michael Goulet | -23/+0 |
| 2024-07-24 | Don't use global caches if opaques can be defined | Oli Scherer | -27/+0 |
| 2024-07-22 | Rollup merge of #128036 - matthiaskrgr:ccrashes, r=jieyouxu | Trevor Gross | -0/+144 |
| 2024-07-21 | Rollup merge of #128020 - compiler-errors:nlb-no-const, r=BoxyUwU | Jubilee | -11/+0 |
| 2024-07-21 | add more tests | Matthias Krüger | -0/+144 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -25/+0 |
| 2024-07-20 | Just totally fully deny late-bound consts | Michael Goulet | -11/+0 |
| 2024-07-19 | Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU | bors | -0/+11 |
| 2024-07-18 | Auto merge of #117967 - adetaylor:fix-lifetime-elision-bug, r=lcnr | bors | -11/+2 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -25/+0 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -0/+11 |
| 2024-07-15 | Make sure trait def ids match before zipping args in note_function_argument_o... | Michael Goulet | -20/+0 |
| 2024-07-11 | Avoid follow-up errors and ICEs after missing lifetime errors on data structures | Oli Scherer | -130/+0 |
| 2024-07-11 | report pat no field error no recoverd struct variant | yukang | -8/+0 |
| 2024-07-07 | Rollup merge of #127409 - gurry:127332-ice-with-expr-not-struct, r=oli-obk | Matthias Krüger | -9/+0 |
| 2024-07-07 | Move a span_bug under a condition that cx is tainted | Gurinder Singh | -9/+0 |
| 2024-07-06 | Don't try to label ObligationCauseCode::CompareImplItem for an RPITIT, since ... | Michael Goulet | -24/+0 |
| 2024-07-04 | crashes: add latest | Matthias Krüger | -0/+204 |
| 2024-07-03 | Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank | Matthias Krüger | -1/+1 |
| 2024-06-30 | Migrate tests to use `-Znext-solver` | Deadbeef | -0/+1 |
| 2024-06-30 | Auto merge of #127024 - cjgillot:jump-prof, r=oli-obk | bors | -9/+0 |
| 2024-06-30 | Auto merge of #126869 - matthiaskrgr:kaboom, r=jieyouxu | bors | -0/+142 |