| Age | Commit message (Expand) | Author | Lines |
| 2023-10-25 | Complete comments. | Camille GILLOT | -8/+5 |
| 2023-10-25 | Disambiguate non-deterministic constants. | Camille GILLOT | -0/+34 |
| 2023-10-25 | Evaluate computed values to constants. | Camille GILLOT | -0/+12 |
| 2023-10-25 | Auto merge of #116993 - compiler-errors:clause-kind, r=jackh726 | bors | -183/+78 |
| 2023-10-25 | Auto merge of #117139 - compiler-errors:vid-lifetimes, r=BoxyUwU | bors | -60/+67 |
| 2023-10-25 | Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naber | bors | -4/+25 |
| 2023-10-24 | Get rid of 'tcx on ConstVid, EffectVid | Michael Goulet | -60/+67 |
| 2023-10-24 | Intern LocalDefId list from opaque query | Michael Goulet | -1/+11 |
| 2023-10-24 | Rollup merge of #117091 - compiler-errors:debug, r=lcnr | Matthias Krüger | -36/+36 |
| 2023-10-23 | pre-cleanups | Michael Goulet | -0/+1 |
| 2023-10-23 | Auto merge of #117103 - matthiaskrgr:rollup-96zuuom, r=matthiaskrgr | bors | -316/+329 |
| 2023-10-23 | Rollup merge of #116859 - Nilstrieb:more-more-funny-pretty-printers, r=oli-obk | Matthias Krüger | -316/+329 |
| 2023-10-23 | Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov | bors | -4/+0 |
| 2023-10-23 | Remove redundant type parameter | Michael Goulet | -36/+36 |
| 2023-10-23 | Naming nits | Michael Goulet | -26/+26 |
| 2023-10-23 | Auto merge of #107009 - cjgillot:jump-threading, r=pnkfelix | bors | -0/+9 |
| 2023-10-23 | Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillot | bors | -18/+97 |
| 2023-10-23 | Allow `ensure` queries to return `Result<(), ErrorGuaranteed>` | Oli Scherer | -4/+60 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -4/+0 |
| 2023-10-21 | Auto merge of #116922 - Zalathar:unused, r=cjgillot | bors | -6/+0 |
| 2023-10-21 | Rollup merge of #106601 - estebank:match-semi, r=cjgillot | Matthias Krüger | -0/+1 |
| 2023-10-21 | Make `ty::print::Printer` take `&mut self` instead of `self` | Nilstrieb | -316/+329 |
| 2023-10-21 | Implement JumpThreading pass. | Camille GILLOT | -0/+9 |
| 2023-10-21 | coverage: Change query `codegened_and_inlined_items` to a plain function | Zalathar | -6/+0 |
| 2023-10-20 | Uplift ClauseKind and PredicateKind | Michael Goulet | -183/+78 |
| 2023-10-20 | Rename `CoroutineKind::Gen` to `::Coroutine` | Oli Scherer | -7/+11 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -182/+183 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -186/+186 |
| 2023-10-20 | Adjust imports | Michael Goulet | -4/+4 |
| 2023-10-20 | Avoid a `track_errors` by bubbling up most errors from `check_well_formed` | Oli Scherer | -14/+37 |
| 2023-10-20 | Auto merge of #116946 - compiler-errors:movability-and-mutability, r=lcnr | bors | -7/+1 |
| 2023-10-19 | Auto merge of #116874 - compiler-errors:elaborator-nits, r=wesleywiser | bors | -5/+7 |
| 2023-10-19 | Uplift movability and mutability, the simple way | Michael Goulet | -7/+1 |
| 2023-10-18 | Some renaming nits for rustc_type_ir | Michael Goulet | -14/+12 |
| 2023-10-18 | Remove unused variant BinderListTy | Michael Goulet | -1/+0 |
| 2023-10-18 | Auto merge of #116046 - Zalathar:fn-cov-info, r=cjgillot | bors | -71/+135 |
| 2023-10-18 | Auto merge of #116887 - lcnr:alias-ty-constructor, r=compiler-errors | bors | -19/+21 |
| 2023-10-18 | coverage: Explicitly note that counter/expression IDs are function-local | Zalathar | -0/+10 |
| 2023-10-18 | coverage: Update docs for `StatementKind::Coverage` | Zalathar | -5/+10 |
| 2023-10-18 | coverage: Store expression data in function coverage info | Zalathar | -21/+25 |
| 2023-10-18 | coverage: Store all of a function's mappings in function coverage info | Zalathar | -28/+30 |
| 2023-10-18 | AliasTy::new instead of tcx method | lcnr | -19/+21 |
| 2023-10-18 | Auto merge of #116885 - aliemjay:rollup-plbeppt, r=aliemjay | bors | -5/+0 |
| 2023-10-18 | Rollup merge of #116870 - compiler-errors:host-param-by-name, r=fee1-dead | Ali MJ Al-Nasrawy | -5/+0 |
| 2023-10-18 | coverage: Collect a function's coverage mappings into a single list | Zalathar | -0/+14 |
| 2023-10-18 | coverage: Rename `Operand` to `CovTerm` | Zalathar | -7/+9 |
| 2023-10-18 | coverage: Store the number of counters/expressions in function coverage info | Zalathar | -13/+22 |
| 2023-10-18 | coverage: Attach an optional `FunctionCoverageInfo` to `mir::Body` | Zalathar | -2/+20 |
| 2023-10-18 | Auto merge of #116815 - Nilstrieb:more-funny-pretty-printers, r=compiler-errors | bors | -143/+90 |
| 2023-10-18 | Make sure that non-pretty-printing usages are using the correct elaborator | Michael Goulet | -5/+7 |