| Age | Commit message (Expand) | Author | Lines |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -7/+8 |
| 2021-12-18 | Rollup merge of #92024 - pcwalton:per-codegen-unit-names, r=davidtwco | Matthias Krüger | -8/+19 |
| 2021-12-18 | Rollup merge of #91931 - LegionMammal978:less-inband-codegen_llvm, r=davidtwco | Matthias Krüger | -44/+60 |
| 2021-12-18 | Rollup merge of #91566 - cbeuw:remap-dwo-name, r=davidtwco | Matthias Krüger | -2/+2 |
| 2021-12-16 | rustc_codegen_llvm: Give each codegen unit a unique DWARF name on all | Patrick Walton | -8/+19 |
| 2021-12-16 | Remove `in_band_lifetimes` from `rustc_codegen_llvm` | LegionMammal978 | -44/+60 |
| 2021-12-15 | Remove unnecessary sigils around `Ident::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -3/+3 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -3/+4 |
| 2021-12-09 | Remove redundant [..]s | est31 | -4/+4 |
| 2021-12-07 | Remove redundant path join | Andy Wang | -7/+4 |
| 2021-12-05 | Apply path remapping to DW_AT_GNU_dwo_name | Andy Wang | -3/+6 |
| 2021-11-30 | re-format with new rustfmt | Mark Rousskov | -4/+2 |
| 2021-10-11 | Auto merge of #89597 - michaelwoerister:improve-vtable-debuginfo, r=wesleywiser | bors | -34/+43 |
| 2021-10-08 | Create more accurate debuginfo for vtables. | Michael Woerister | -34/+43 |
| 2021-10-03 | Remove re-export. | Camille GILLOT | -1/+1 |
| 2021-10-01 | Fix clippy lints | Guillaume Gomez | -18/+14 |
| 2021-09-13 | Use a separate interner type for UniqueTypeId | bjorn3 | -9/+54 |
| 2021-09-09 | Make `abi::Abi` `Copy` and remove a *lot* of refs | Andreas Liljeqvist | -11/+7 |
| 2021-09-05 | Auto merge of #88499 - eddyb:layout-off, r=nagisa | bors | -2/+2 |
| 2021-09-02 | rustc_target: move `LayoutOf` to `ty::layout`. | Eduard-Mihai Burtescu | -2/+2 |
| 2021-08-27 | Path remapping: Make behavior of diagnostics output dependent on presence of ... | Michael Woerister | -2/+9 |
| 2021-08-15 | Include (potentially remapped) working dir in crate hash | Aaron Hill | -2/+2 |
| 2021-07-09 | Avoid unnecessary `String::clone` | lrh2000 | -4/+4 |
| 2021-07-09 | Store names of captured variables in `optimized_mir` | lrh2000 | -19/+33 |
| 2021-07-09 | Name the captured upvars for closures/generators in debuginfo | lrh2000 | -1/+23 |
| 2021-07-02 | Respond to review feedback | Wesley Wiser | -1/+1 |
| 2021-07-02 | Show the variant name for univariant enums | Wesley Wiser | -1/+1 |
| 2021-07-02 | Update directly tagged enums to visualize the same as niche-layout enums | Wesley Wiser | -89/+34 |
| 2021-06-30 | Improve debug symbol names to avoid ambiguity and work better with MSVC's deb... | Daniel Paoliello | -15/+22 |
| 2021-06-02 | Respond to review feedback | Wesley Wiser | -62/+28 |
| 2021-06-02 | Change the type name from `_enum<..>` to `enum$<..>` | Wesley Wiser | -3/+3 |
| 2021-06-02 | Respond to review feedback | Wesley Wiser | -3/+33 |
| 2021-06-02 | Make tidy happy | Wesley Wiser | -4/+10 |
| 2021-06-02 | Generate better debuginfo for niche-layout enums | Wesley Wiser | -72/+127 |
| 2021-06-02 | Remove fallback for containing scopes | Wesley Wiser | -9/+2 |
| 2021-06-02 | Resolve EnumTagInfo FIXME | Wesley Wiser | -15/+11 |
| 2021-06-02 | Generate better debuginfo for directly tagged enums | Wesley Wiser | -4/+5 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -7/+5 |
| 2021-05-12 | Use () for codegen queries. | Camille GILLOT | -7/+5 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -4/+4 |
| 2021-05-05 | Use local and remapped paths where appropriate | Andy Wang | -2/+2 |
| 2021-05-05 | Revamp RealFileName public methods | Andy Wang | -2/+2 |
| 2021-05-05 | Use RealFileName for Session::working_dir as it may also be remapped | Andy Wang | -2/+2 |
| 2021-04-30 | Remove artificial flag from generator variants | lrh2000 | -25/+8 |
| 2021-04-30 | Move outer fields of enums into variant parts in debuginfo | lrh2000 | -5/+26 |
| 2021-04-05 | Rollup merge of #80525 - devsnek:wasm64, r=nagisa | Dylan DPC | -2/+2 |
| 2021-04-04 | wasm64 | Gus Caplan | -2/+2 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -6/+2 |
| 2021-03-07 | Auto merge of #82285 - nhwn:nonzero-debug, r=nagisa | bors | -6/+3 |