| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-10-18 | Don't compare host param by name | Michael Goulet | -5/+0 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -13/+9 |
| 2023-10-18 | Remove `#![feature(result_option_inspect)]` from the compiler | Slanterns | -1/+0 |
| 2023-10-17 | Remove `Print::Error` | Nilstrieb | -22/+11 |
| 2023-10-17 | Remove `Printer::Error` | Nilstrieb | -95/+93 |
| 2023-10-17 | Remove `Print::Output` | Nilstrieb | -27/+19 |
| 2023-10-17 | Remove "subprinter" types from `Printer` | Nilstrieb | -88/+56 |
| 2023-10-17 | Auto merge of #116756 - fee1-dead-contrib:dupe-those-bounds, r=oli-obk | bors | -0/+4 |
| 2023-10-16 | Address review comments | Matthew Jasper | -3/+14 |
| 2023-10-16 | Fix inline const pattern unsafety checking in THIR | Matthew Jasper | -4/+14 |
| 2023-10-16 | Auto merge of #114330 - RalfJung:dagling-ptr-deref, r=oli-obk | bors | -22/+34 |
| 2023-10-16 | Auto merge of #116724 - RalfJung:alloc-bytes, r=oli-obk | bors | -13/+5 |
| 2023-10-15 | update MIR place semantics UB comment | Ralf Jung | -12/+9 |
| 2023-10-15 | more precise error for 'based on misaligned pointer' case | Ralf Jung | -8/+18 |
| 2023-10-15 | place evaluation: require the original pointer to be aligned if an access hap... | Ralf Jung | -2/+9 |