| Age | Commit message (Expand) | Author | Lines |
| 2023-05-19 | Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot | bors | -2/+1 |
| 2023-05-18 | Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31 | bors | -2/+1 |
| 2023-05-17 | Only depend on CFG_VERSION in rustc_interface | jyn | -2/+1 |
| 2023-05-16 | Move DebuggerVisualizerFile types from rustc_span to rustc_middle | Michael Woerister | -2/+1 |
| 2023-05-06 | make (try_)subst_and_normalize_erasing_regions take EarlyBinder | Kyle Matsuda | -2/+2 |
| 2023-05-03 | debuginfo: split method declaration and definition | Josh Stone | -34/+51 |
| 2023-04-27 | rename `needs_subst` to `has_param` | Boxy | -1/+1 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -4/+4 |
| 2023-04-19 | Move `GenericArgKind::as_{type,const,region}` to `GenericArg` | Maybe Waffle | -2/+2 |
| 2023-04-19 | Add `GenericArgKind::as_{type,const,region}` | Maybe Waffle | -14/+9 |
| 2023-04-18 | Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot | bors | -1/+2 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -1/+2 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -3/+3 |
| 2023-04-08 | Auto merge of #109862 - klensy:llvm-dd, r=nikic | bors | -20/+8 |
| 2023-04-05 | review | klensy | -18/+7 |
| 2023-04-04 | Auto merge of #109808 - jyn514:debuginfo-options, r=michaelwoerister | bors | -19/+2 |
| 2023-04-04 | replace LLVMRustMetadataAsValue with LLVMMetadataAsValue | klensy | -1/+1 |
| 2023-04-04 | replace deprecated LLVMSetCurrentDebugLocation with LLVMSetCurrentDebugLocation2 | klensy | -2/+1 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -2/+2 |
| 2023-03-31 | Preserve, clarify, and extend debug information | Julia Tatz | -19/+2 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -1/+2 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -3/+5 |
| 2023-03-27 | Rollup merge of #109635 - Nilstrieb:debrrruginfo, r=compiler=errors | Matthias Krüger | -5/+4 |
| 2023-03-26 | debuginfo: Get pointer size/align from tcx.data_layout instead of layout_of | Nilstrieb | -5/+4 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -2/+2 |
| 2023-03-11 | Address the new odd backticks tidy lint in compiler/ | est31 | -0/+1 |
| 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 |