| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-03-30 | Spellchecking compiler code | Yuri Astrakhan | -1/+1 |
| 2022-03-28 | Auto merge of #95300 - workingjubilee:less-bitsets, r=eddyb | bors | -12/+13 |
| 2022-03-25 | Skip needless bitset for debuginfo | Jubilee Young | -12/+13 |
| 2022-03-24 | debuginfo: Fix debuginfo for Box<T> where T is unsized. | Michael Woerister | -1/+18 |
| 2022-03-14 | debuginfo: Refactor debuginfo generation for types -- Rename DebugInfoMethods... | Michael Woerister | -1/+1 |
| 2022-03-14 | debuginfo: Refactor debuginfo generation for types -- Address review comments. | Michael Woerister | -18/+22 |
| 2022-03-14 | debuginfo: Refactor debuginfo generation for types -- Address outstanding FIX... | Michael Woerister | -20/+19 |
| 2022-03-14 | debuginfo: Refactor debuginfo generation for types -- Run x.py fmt | Michael Woerister | -4/+6 |
| 2022-03-14 | Remove out-dated information from rustc_codegen_llvm/src/debuginfo/doc.md | Michael Woerister | -54/+5 |
| 2022-03-14 | debuginfo: Refactor debuginfo generation for types | Michael Woerister | -1726/+2216 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -8/+8 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -8/+8 |
| 2022-03-07 | only emit pointer-like metadata for BZST-allocator Box | Michael Goulet | -1/+3 |
| 2022-02-25 | Auto merge of #93644 - michaelwoerister:simpler-debuginfo-typemap, r=wesleywiser | bors | -351/+247 |
| 2022-02-25 | debuginfo: Simplify TypeMap used during LLVM debuginfo generation -- address ... | Michael Woerister | -8/+23 |
| 2022-02-24 | Rollup merge of #94242 - compiler-errors:fat-uninhabitable-pointer, r=michael... | Dylan DPC | -18/+20 |
| 2022-02-23 | Change `char` type in debuginfo to DW_ATE_UTF | Arlo Siemsen | -2/+2 |
| 2022-02-23 | properly handle fat pointers to uninhabitable types | Michael Goulet | -18/+20 |
| 2022-02-21 | debuginfo: Simplify TypeMap used during LLVM debuginfo generation. | Michael Woerister | -350/+231 |
| 2022-02-21 | use `List<Ty<'tcx>>` for tuples | lcnr | -3/+2 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -12/+9 |
| 2022-02-19 | Adopt let else in more places | est31 | -12/+9 |
| 2022-02-16 | debuginfo: Support fat pointers to unsized tuples. | Michael Woerister | -9/+4 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -8/+8 |
| 2022-02-08 | debuginfo: Bring back DW_AT_containing_type for vtables -- address review com... | Michael Woerister | -1/+3 |
| 2022-02-03 | debuginfo: Bring back DW_AT_containing_type for vtables after it has accident... | Michael Woerister | -11/+90 |
| 2022-02-03 | debuginfo: Make some helper functions in rustc_codegen_llvm::debuginfo::metad... | Michael Woerister | -24/+54 |
| 2022-02-02 | Auto merge of #93154 - michaelwoerister:fix-generic-closure-and-generator-deb... | bors | -17/+20 |
| 2022-02-01 | debuginfo: Make sure that type names for closure and generator environments a... | Michael Woerister | -17/+20 |
| 2022-01-28 | Auto merge of #93006 - michaelwoerister:fix-unsized-ptr-debuginfo, r=davidtwc... | bors | -174/+238 |
| 2022-01-28 | [debuginfo] Fix and unify handling of fat pointers in debuginfo: Don't mark f... | Michael Woerister | -2/+2 |
| 2022-01-27 | [debuginfo] Fix and unify handling of fat pointers in debuginfo: Change doc c... | Michael Woerister | -13/+13 |
| 2022-01-25 | Rollup merge of #93269 - jacobbramley:dev/pauth-option-1, r=petrochenkov | Matthias Krüger | -2/+13 |