| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-12-09 | Auto merge of #118763 - matthiaskrgr:rollup-mgyf5hp, r=matthiaskrgr | bors | -16/+78 |
| 2023-12-09 | Detect cycles in `InhabitedPredicate::apply` | Nadrieril | -10/+31 |
| 2023-12-08 | Rollup merge of #117586 - compiler-errors:the-canonicalizer, r=lcnr | Matthias Krüger | -16/+78 |
| 2023-12-08 | Auto merge of #117681 - Zoxc:tcx-sync, r=compiler-errors | bors | -1/+13 |
| 2023-12-08 | Feedback | Michael Goulet | -49/+33 |
| 2023-12-08 | Uplift canonicalizer into new trait solver crate | Michael Goulet | -8/+86 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -3/+22 |
| 2023-12-08 | Auto merge of #118689 - compiler-errors:const-drop, r=fee1-dead | bors | -3/+3 |
| 2023-12-08 | coverage: Add `CoverageKind::SpanMarker` for including extra spans in MIR | Zalathar | -0/+8 |
| 2023-12-08 | Auto merge of #118725 - lcnr:normalizes-to-projection-split-3, r=BoxyUwU | bors | -0/+57 |
| 2023-12-08 | implement and use `NormalizesTo` | lcnr | -1/+7 |
| 2023-12-07 | Auto merge of #118568 - DianQK:no-builtins-symbols, r=pnkfelix | bors | -0/+5 |
| 2023-12-07 | Explicitly implement `DynSync` and `DynSend` for `TyCtxt` | John Kåre Alsaker | -1/+13 |
| 2023-12-07 | Auto merge of #118324 - RalfJung:ctfe-read-only-pointers, r=saethlin | bors | -60/+153 |
| 2023-12-07 | add unused `NormalizesTo` predicate | lcnr | -0/+51 |
| 2023-12-07 | also print 'immutable' flag | Ralf Jung | -25/+12 |
| 2023-12-07 | ctfe interpreter: extend provenance so that it can track whether a pointer is... | Ralf Jung | -44/+150 |
| 2023-12-07 | Fix const drop checking | Michael Goulet | -3/+3 |
| 2023-12-07 | Auto merge of #118685 - compiler-errors:stack-dependent, r=lcnr | bors | -10/+10 |
| 2023-12-07 | Auto merge of #118684 - compiler-errors:yeet-poly-gen-sig, r=spastorino | bors | -15/+2 |
| 2023-12-06 | Rollup merge of #118660 - cuviper:alloc_str, r=petrochenkov | Matthias Krüger | -3/+1 |
| 2023-12-06 | EvaluatedToUnknown -> EvaluatedToAmbigStackDependent, EvaluatedToRecur -> Eva... | Michael Goulet | -10/+10 |
| 2023-12-06 | Yeet PolyGenSig | Michael Goulet | -15/+2 |
| 2023-12-06 | Auto merge of #118605 - fee1-dead-contrib:rm-rustc_host, r=compiler-errors | bors | -1/+1 |
| 2023-12-05 | rustc_arena: add `alloc_str` | Josh Stone | -3/+1 |