| Age | Commit message (Expand) | Author | Lines |
| 2024-04-29 | Don't trigger `unused_qualifications` on global paths | 许杰友 Jieyou Xu (Joe) | -25/+23 |
| 2024-04-22 | Stop using HirId for fn-like parents | Michael Goulet | -0/+63 |
| 2024-04-18 | Silence unused_imports lint for redundant imports | Michael Goulet | -238/+36 |
| 2024-04-11 | add non-regression test for issue 123275 | Rémy Rakic | -0/+244 |
| 2024-04-11 | Check def id before calling match_projection_projections | Michael Goulet | -0/+38 |
| 2024-04-11 | Only inspect user-written predicates for privacy concerns | Oli Scherer | -11/+6 |
| 2024-04-11 | Add regression test | Oli Scherer | -0/+43 |
| 2024-04-11 | fix attribute validation on associated items in traits | gvozdvmozgu | -0/+15 |
| 2024-04-09 | Use new-style directives in ui test | Chris Denton | -3/+3 |
| 2024-04-09 | Disallow or quote all specials in bat args | Chris Denton | -0/+93 |
| 2024-04-04 | Make sure to insert Sized bound first into clauses list | Michael Goulet | -0/+30 |
| 2024-04-04 | Don't inherit codegen attrs from parent static | Michael Goulet | -0/+11 |
| 2024-04-04 | Fix f16 and f128 feature gates in editions other than 2015 | Trevor Gross | -20/+20 |
| 2024-04-04 | Update f16 and f128 tests to run on both 2015 and 2018 editions | Trevor Gross | -10/+146 |
| 2024-03-28 | Make `#[diagnostic::on_unimplemented]` format string parsing more robust | Georg Semmler | -0/+238 |
| 2024-03-28 | add non-regression test for issue 122674 | Rémy Rakic | -0/+22 |
| 2024-03-18 | Explicitly pass RUSTC_BOOTSTRAP to running wasmtime | Mark Rousskov | -0/+1 |
| 2024-03-16 | Auto merge of #122371 - oli-obk:visit_nested_body, r=tmiasko | bors | -0/+25 |
| 2024-03-16 | Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro... | bors | -104/+239 |
| 2024-03-15 | Auto merge of #122571 - matthiaskrgr:rollup-36wwovk, r=matthiaskrgr | bors | -216/+343 |
| 2024-03-15 | Rollup merge of #122560 - jswrenn:not-yet-supported, r=compiler-errors | Matthias Krüger | -179/+179 |
| 2024-03-15 | Rollup merge of #122254 - estebank:issue-48677, r=oli-obk | Matthias Krüger | -37/+164 |
| 2024-03-15 | Auto merge of #122341 - compiler-errors:alias-wfness, r=lcnr | bors | -6/+60 |
| 2024-03-15 | Safe Transmute: lowercase diagnostics | Jack Wrenn | -153/+153 |
| 2024-03-15 | Safe Transmute: Use 'not yet supported', not 'unspecified' in errors | Jack Wrenn | -26/+26 |
| 2024-03-15 | Rollup merge of #122523 - compiler-errors:ensure-associated-types, r=oli-obk | Matthias Krüger | -0/+22 |
| 2024-03-15 | Rollup merge of #122515 - jieyouxu:ice-self-ty-mismatch, r=compiler-errors | Matthias Krüger | -0/+62 |
| 2024-03-15 | Rollup merge of #122471 - RalfJung:const-eval-span, r=oli-obk | Matthias Krüger | -2/+181 |
| 2024-03-15 | Rollup merge of #122174 - notriddle:master, r=TaKO8Ki | Matthias Krüger | -0/+38 |
| 2024-03-15 | Auto merge of #122517 - petrochenkov:bodihash, r=oli-obk | bors | -0/+11 |
| 2024-03-14 | Ensure RPITITs are created before def-id freezing | Michael Goulet | -0/+22 |
| 2024-03-15 | Auto merge of #122511 - matthiaskrgr:rollup-swzilin, r=matthiaskrgr | bors | -23/+186 |
| 2024-03-14 | preserve span when evaluating mir::ConstOperand | Ralf Jung | -2/+181 |
| 2024-03-14 | Fill in HIR hash for associated opaque types | Vadim Petrochenkov | -0/+11 |
| 2024-03-14 | Pass the correct DefId when suggesting writing the aliased Self type out | 许杰友 Jieyou Xu (Joe) | -0/+62 |
| 2024-03-14 | Rollup merge of #122487 - GuillaumeGomez:rename-stmtkind-local, r=oli-obk | Matthias Krüger | -3/+3 |
| 2024-03-14 | Rollup merge of #122373 - surechen:fix_121331, r=petrochenkov | Matthias Krüger | -20/+183 |
| 2024-03-14 | Auto merge of #119849 - lcnr:eagerly-instantiate-binders, r=compiler-errors | bors | -373/+463 |
| 2024-03-14 | Add UI tests related to feature-gated primitives | Trevor Gross | -0/+72 |
| 2024-03-14 | Remove unneeded `f16` and `f128` parser tests | Trevor Gross | -104/+0 |
| 2024-03-14 | Add feature gates for `f16` and `f128` | Trevor Gross | -0/+167 |
| 2024-03-14 | add tests | lcnr | -0/+128 |
| 2024-03-14 | rebase | lcnr | -5/+0 |
| 2024-03-14 | one must imagine tidy happy | lcnr | -10/+10 |
| 2024-03-14 | eagerly instantiate binders to avoid relying on `sub` | lcnr | -373/+340 |
| 2024-03-14 | Consolidate WF for aliases | Michael Goulet | -6/+60 |
| 2024-03-14 | Rollup merge of #122482 - weiznich:fix/122446, r=compiler-errors | Matthias Krüger | -0/+21 |
| 2024-03-14 | Rollup merge of #122368 - pavedroad:master, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-03-14 | Rollup merge of #122287 - RalfJung:simd-static-assert, r=pnkfelix | Matthias Krüger | -0/+41 |
| 2024-03-14 | Test and implement reachability for trait objects and generic parameters of f... | Oli Scherer | -0/+25 |