| Age | Commit message (Expand) | Author | Lines |
| 2023-12-18 | Check FnPtr/FnDef built-in fn traits correctly with effects | Michael Goulet | -1/+1 |
| 2023-12-18 | Replace some instances of FxHashMap/FxHashSet with stable alternatives (mostl... | Michael Woerister | -3/+3 |
| 2023-12-18 | dont discard overflow from normalizes-to goals | lcnr | -0/+3 |
| 2023-12-18 | track the source of nested goals | lcnr | -4/+28 |
| 2023-12-18 | Rename many `DiagCtxt` arguments. | Nicholas Nethercote | -3/+3 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -5/+5 |
| 2023-12-18 | Rename `HandlerInner` as `DiagCtxtInner`. | Nicholas Nethercote | -1/+1 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -2/+2 |
| 2023-12-18 | resolve: Replace visibility table in resolver outputs with query feeding | Vadim Petrochenkov | -2/+5 |
| 2023-12-16 | Provide better suggestions for T == &T and &T == T | sjwang05 | -1/+18 |
| 2023-12-16 | Remove unnecessary constness from ProjectionCandidate | Michael Goulet | -4/+2 |
| 2023-12-15 | Rollup merge of #119003 - matthiaskrgr:nein_clone, r=Nadrieril | Jubilee | -4/+4 |
| 2023-12-15 | NFC: do not clone types that are copy | Matthias Krüger | -4/+4 |
| 2023-12-15 | Rollup merge of #118727 - compiler-errors:lint-decorate, r=WaffleLapkin | Jubilee | -46/+13 |
| 2023-12-15 | Fix comments | Michael Goulet | -26/+3 |
| 2023-12-15 | Don't pass lint back out of lint decorator | Michael Goulet | -20/+10 |
| 2023-12-15 | Annotate some more bugs | Michael Goulet | -7/+4 |
| 2023-12-15 | Rollup merge of #118888 - compiler-errors:uplift-more-things, r=jackh726 | Matthias Krüger | -98/+33 |
| 2023-12-14 | Rollup merge of #118933 - nnethercote:cleanup-errors-even-more, r=compiler-er... | Jubilee | -2/+4 |
| 2023-12-15 | Change `msg: impl Into<String>` for bug diagnostics. | Nicholas Nethercote | -2/+4 |
| 2023-12-14 | Move special methods from ClosureKind back into rustc | Michael Goulet | -24/+20 |
| 2023-12-14 | update use of feature flags | lcnr | -2/+2 |
| 2023-12-14 | rename `-Ztrait-solver` to `-Znext-solver` | lcnr | -6/+2 |
| 2023-12-14 | Auto merge of #117749 - aliemjay:perf-canon-cache, r=lcnr | bors | -3/+70 |
| 2023-12-14 | make infcx optional in canonicalizer | Ali MJ Al-Nasrawy | -2/+10 |
| 2023-12-13 | Tweak `short_ty_string` to reduce number of files | Esteban Küber | -9/+11 |
| 2023-12-13 | fix small perf regressions | Ali MJ Al-Nasrawy | -1/+11 |
| 2023-12-13 | don't store OriginalQueryValues::universe_map | Ali MJ Al-Nasrawy | -4/+11 |
| 2023-12-13 | global param_env canonicalization cache | Ali MJ Al-Nasrawy | -2/+44 |
| 2023-12-12 | Uplift TypeAndMut | Michael Goulet | -22/+8 |
| 2023-12-12 | Uplift ClosureKind | Michael Goulet | -76/+29 |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -62/+72 |
| 2023-12-12 | Auto merge of #118841 - compiler-errors:always-copy, r=jackh726 | bors | -5/+2 |
| 2023-12-12 | Make ConstKind and TyKind Copy | Michael Goulet | -5/+2 |
| 2023-12-11 | remove some redundant clones | Matthias Krüger | -1/+1 |
| 2023-12-11 | Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler... | bors | -41/+25 |
| 2023-12-10 | fix clippy | Deadbeef | -10/+9 |
| 2023-12-10 | Auto merge of #118692 - surechen:remove_unused_imports, r=petrochenkov | bors | -38/+14 |
| 2023-12-10 | clean up leftover FIXME | Deadbeef | -30/+5 |
| 2023-12-10 | fix tests | Deadbeef | -1/+2 |
| 2023-12-10 | Revert "Don't print host effect param in pretty path_generic_args" | Deadbeef | -26/+33 |
| 2023-12-10 | filter out trailing effect param in `own_args_no_defaults` | Deadbeef | -0/+2 |
| 2023-12-10 | Auto merge of #118788 - compiler-errors:const-pretty, r=fee1-dead | bors | -41/+38 |
| 2023-12-10 | remove redundant imports | surechen | -38/+14 |
| 2023-12-09 | Auto merge of #118308 - Nadrieril:sound-exhaustive-patterns-take-3, r=compile... | bors | -10/+31 |
| 2023-12-09 | Print constness in TraitPredPrintModifiersAndPath | Michael Goulet | -3/+6 |
| 2023-12-09 | s/const_effect/host_effect | Michael Goulet | -5/+6 |
| 2023-12-09 | Don't print host effect param in pretty path_generic_args | Michael Goulet | -33/+26 |
| 2023-12-09 | Auto merge of #116170 - matthewjasper:remove-thir-destruction-scopes, r=cjgillot | bors | -8/+2 |
| 2023-12-09 | Rollup merge of #118198 - Zalathar:if-not, r=cjgillot | Jubilee | -0/+8 |