| Age | Commit message (Expand) | Author | Lines |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -1/+1 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -1/+1 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -1/+1 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -1/+1 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -1/+1 |
| 2023-01-27 | Don't merge vtables when full debuginfo is enabled. | Michael Woerister | -0/+5 |
| 2023-01-22 | abi: add `AddressSpace` field to `Primitive::Pointer` | Erik Desjardins | -1/+2 |
| 2023-01-16 | Move compiler input and ouput paths into session | Oli Scherer | -4/+4 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2022-12-07 | Move closure/generator type info methods to TyCtxt | Michael Goulet | -75/+8 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -2/+2 |
| 2022-11-21 | Auto merge of #102717 - beetrees:repr128-c-style-debuginfo, r=nagisa | bors | -11/+7 |
| 2022-11-15 | Introduce composite debuginfo. | Camille GILLOT | -1/+11 |
| 2022-11-13 | add is_sized method on Abi and Layout, and use it | Ralf Jung | -1/+1 |
| 2022-10-09 | Pass 128-bit C-style enum enumerator values to LLVM | beetrees | -11/+7 |
| 2022-09-07 | Change name of "dataful" variant to "untagged" | Michael Benfield | -13/+13 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -2/+1 |
| 2022-09-01 | Directly use the `instrument` macro instead of its full path | Oli Scherer | -2/+0 |
| 2022-08-27 | rustc_middle: Remove `Visibility::Invisible` | Vadim Petrochenkov | -11/+5 |
| 2022-08-12 | [debuginfo] Use IndexMap instead of FxHashMap while generating cpp-like gener... | Michael Woerister | -6/+15 |
| 2022-08-12 | [debuginfo] Update cpp-like enum decoding docs to account for wrapping tag ra... | Michael Woerister | -2/+12 |
| 2022-08-12 | [debuginfo] Don't mark fields and types as artificial in CPP-like enum debugi... | Michael Woerister | -5/+5 |
| 2022-08-12 | [debuginfo] Remove the notion of a 'fallback variant' from the CPP-like enum ... | Michael Woerister | -19/+69 |
| 2022-08-12 | Use enum2<_> instead of enum<_> for Cpp-like debuginfo enum type names. | Michael Woerister | -6/+21 |
| 2022-08-12 | debuginfo: Change C++-like encoding for enums. | Michael Woerister | -202/+570 |
| 2022-07-20 | consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable) | Ralf Jung | -4/+4 |
| 2022-07-19 | Rollup merge of #99401 - TaKO8Ki:avoid-symbol-to-&str-conversions, r=nnethercote | Matthias Krüger | -1/+1 |
| 2022-07-18 | avoid `Symbol` to `&str` conversions | Takayuki Maeda | -1/+1 |
| 2022-07-14 | fix dwarf debuginfo being used in addition to CodeView on windows | Rémy Rakic | -17/+20 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -6/+6 |
| 2022-07-08 | Implement support for DWARF version 5. | Patrick Walton | -8/+8 |
| 2022-07-06 | Allow to create definitions inside the query system. | Camille GILLOT | -2/+3 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -1/+1 |
| 2022-06-16 | Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}` | Maybe Waffle | -1/+1 |
| 2022-06-14 | Add metadata generation for vtables when using VFE | flip1995 | -7/+92 |
| 2022-06-07 | Specify DWARF alignment in bits, not bytes. | Patrick Walton | -1/+1 |
| 2022-05-29 | Auto merge of #97287 - compiler-errors:type-interner, r=jackh726,oli-obk | bors | -2/+2 |
| 2022-05-28 | Fix TyKind lint, make consts no longer fn, etc | Michael Goulet | -2/+2 |
| 2022-05-28 | Initial fixes on top of type interner commit | Michael Goulet | -2/+2 |
| 2022-05-24 | Update documentation. | ridwanabdillahi | -2/+2 |
| 2022-05-24 | Add support for embedding pretty printers via the `#[debugger_visualizer]` at... | ridwanabdillahi | -2/+54 |
| 2022-05-18 | Properly apply path prefix remapping paths emitted into debuginfo. | Michael Woerister | -69/+97 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -4/+4 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -4/+4 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -1/+1 |
| 2022-04-26 | not need `Option` for `dbg_scope` | SparrowLii | -19/+14 |
| 2022-04-22 | debuginfo: Emit ZST struct debuginfo for unit type when CPP-like debuginfo is... | Michael Woerister | -9/+16 |
| 2022-04-13 | couple of clippy::perf fixes | Matthias Krüger | -1/+0 |
| 2022-04-12 | Remove NodeIdHashingMode. | Camille GILLOT | -6/+2 |
| 2022-04-05 | Mark scalar layout unions so that backends that do not support partially init... | Oli Scherer | -3/+3 |