| Age | Commit message (Expand) | Author | Lines |
| 2023-09-22 | Have a single struct for queries and hook | Oli Scherer | -0/+23 |
| 2023-09-22 | Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk | bors | -11/+11 |
| 2023-09-22 | Rollup merge of #116049 - RalfJung:future-incompat, r=Nilstrieb | Matthias Krüger | -3/+6 |
| 2023-09-22 | Rollup merge of #116041 - compiler-errors:rigid-note, r=RalfJung | Matthias Krüger | -0/+5 |
| 2023-09-22 | Add tracing instrumentation, just like queries automatically add it | Oli Scherer | -0/+1 |
| 2023-09-22 | Add a way to decouple the implementation and the declaration of a TyCtxt method. | Oli Scherer | -11/+72 |
| 2023-09-22 | give FutureIncompatibilityReason variants more explicit names | Ralf Jung | -3/+6 |
| 2023-09-22 | Add note to is_known_rigid | Michael Goulet | -0/+5 |
| 2023-09-22 | Auto merge of #115920 - Zoxc:depkind-u16, r=cjgillot | bors | -161/+63 |
| 2023-09-21 | Auto merge of #115897 - eduardosm:check-fn-sig, r=compiler-errors | bors | -0/+3 |
| 2023-09-21 | Auto merge of #115864 - compiler-errors:rpitit-sugg, r=estebank | bors | -1/+16 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -11/+11 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -1/+16 |
| 2023-09-21 | Auto merge of #114399 - Zalathar:no-renumber, r=jackh726 | bors | -11/+0 |
| 2023-09-21 | Move `DepKind` to `rustc_query_system` and define it as `u16` | John Kåre Alsaker | -161/+63 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -161/+145 |
| 2023-09-21 | Rollup merge of #115936 - oli-obk:inline_const_promotion, r=RalfJung | Guillaume Gomez | -3/+4 |
| 2023-09-21 | Prevent promotion of const fn calls in inline consts | Oli Scherer | -3/+4 |
| 2023-09-21 | coverage: Don't bother renumbering expressions on the Rust side | Zalathar | -11/+0 |
| 2023-09-21 | proof trees: use for `intercrate_ambiguity_causes` | lcnr | -9/+59 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -139/+133 |
| 2023-09-20 | Auto merge of #115870 - RalfJung:const-value-slice, r=oli-obk | bors | -9/+19 |
| 2023-09-20 | Rollup merge of #115566 - zirconium-n:issue-107250-clean-up-unused-to-predica... | Guillaume Gomez | -40/+6 |
| 2023-09-20 | Auto merge of #115827 - eduardosm:miri-sse-reduce-code-dup, r=RalfJung | bors | -4/+18 |
| 2023-09-20 | the Const::eval_bits methods don't need to be given the Ty | Ralf Jung | -22/+12 |
| 2023-09-19 | Auto merge of #113955 - cjgillot:name-apit, r=WaffleLapkin | bors | -4/+0 |
| 2023-09-20 | remove `impl<'tcx> ToPredicate<'tcx, Clause<'tcx>> for PolyProjectionPredicat... | Ziru Niu | -8/+6 |
| 2023-09-20 | remove unneeded `ToPredicate` impls | Ziru Niu | -32/+0 |
| 2023-09-19 | Rollup merge of #115499 - msizanoen1:riscv-fix-transparent-union-abi, r=bjorn3 | Guillaume Gomez | -0/+4 |
| 2023-09-19 | adjust constValue::Slice to work for arbitrary slice types | Ralf Jung | -9/+19 |
| 2023-09-19 | rustc_hir_analysis: add a helper to check function the signature mismatches | Eduardo Sánchez Muñoz | -0/+3 |
| 2023-09-19 | Auto merge of #115865 - RalfJung:mir-mod, r=oli-obk | bors | -2136/+2176 |
| 2023-09-19 | rustc_target/riscv: Fix passing of transparent unions with only one non-ZST m... | msizanoen | -0/+4 |
| 2023-09-19 | comment on the difference between mir::ConstantKind::Unevaluated and mir::Con... | Ralf Jung | -0/+5 |
| 2023-09-19 | move ConstValue into mir | Ralf Jung | -186/+181 |
| 2023-09-19 | organize mir pretty.rs and move more things into it; move statement-related t... | Ralf Jung | -1371/+1393 |
| 2023-09-19 | use pretty_print_const_value from MIR constant 'extra' printing | Ralf Jung | -128/+134 |
| 2023-09-19 | move some MIR const pretty-printing into pretty.rs | Ralf Jung | -177/+176 |
| 2023-09-19 | more MIR const types to separate file | Ralf Jung | -409/+422 |
| 2023-09-19 | Don't resolve generic instances if they may be shadowed by dyn | Michael Goulet | -0/+27 |
| 2023-09-19 | Rollup merge of #115873 - BoxyUwU:tykind_adt_debug, r=oli-obk | Matthias Krüger | -0/+1 |
| 2023-09-18 | Auto merge of #115748 - RalfJung:post-mono, r=oli-obk | bors | -24/+107 |
| 2023-09-18 | make more pretty | Boxy | -0/+1 |
| 2023-09-18 | Rollup merge of #115907 - RalfJung:interner-check, r=compiler-errors | Matthias Krüger | -0/+24 |
| 2023-09-18 | Rollup merge of #115838 - lcnr:added-goals, r=compiler-errors | Matthias Krüger | -24/+43 |
| 2023-09-18 | Remove more unused `Lift` impls. | Nicholas Nethercote | -120/+36 |
| 2023-09-18 | Remove unused `Lift` derives. | Nicholas Nethercote | -49/+47 |
| 2023-09-18 | Rename `CloneLiftImpls` as `TrivialLiftImpls`. | Nicholas Nethercote | -4/+4 |
| 2023-09-18 | Remove unused `Display` impls. | Nicholas Nethercote | -6/+0 |
| 2023-09-18 | Remove `RegionHighlightMode::tcx`. | Nicholas Nethercote | -14/+9 |