| Age | Commit message (Expand) | Author | Lines |
| 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 | -9/+4 |
| 2021-03-20 | Cleanup LLVM debuginfo module docs | Camelid | -14/+15 |
| 2021-03-20 | Move debuginfo docs from `doc.rs` module to `doc.md` file | Camelid | -181/+180 |
| 2021-03-07 | Auto merge of #82285 - nhwn:nonzero-debug, r=nagisa | bors | -25/+15 |
| 2021-03-01 | Box generator-related Body fields | Dániel Buga | -1/+1 |
| 2021-02-27 | Rollup merge of #82057 - upsuper-forks:cstr, r=davidtwco,wesleywiser | Dylan DPC | -3/+3 |
| 2021-02-25 | fix review | klensy | -5/+4 |
| 2021-02-24 | replaced some map_or with map_or_else | klensy | -4/+5 |
| 2021-02-20 | nhwn: use plain u32 in DebugLoc | Nathan Nguyen | -26/+15 |
| 2021-02-20 | nhwn: use Option<NonZeroU32> in DebugLoc | Nathan Nguyen | -12/+13 |
| 2021-02-14 | Set path of the compile unit to the source directory | Simonas Kazlauskas | -8/+11 |
| 2021-02-14 | Replace const_cstr with cstr crate | Xidorn Quan | -3/+3 |
| 2021-01-29 | Rollup merge of #79570 - alexcrichton:split-debuginfo, r=bjorn3 | Yuki Okushi | -4/+7 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -4/+7 |
| 2021-01-18 | Use ty::{IntTy,UintTy,FloatTy} in rustc | LeSeulArtichaut | -18/+17 |
| 2021-01-15 | Rollup merge of #81008 - tmiasko:generator-layout-err, r=tmandry | Yuki Okushi | -2/+3 |
| 2021-01-14 | Don't ICE when computing a layout of a generator tainted by errors | Tomasz Miąsko | -2/+3 |
| 2021-01-13 | Remove the unused context from CreateDebugLocation | Josh Stone | -1/+0 |
| 2020-12-30 | remove unused return types such as empty Results or Options that would always... | Matthias Krüger | -4/+4 |
| 2020-12-16 | cg_llvm: split dwarf filename and comp dir | David Wood | -4/+6 |
| 2020-12-16 | cg_llvm: implement split dwarf support | David Wood | -2/+6 |
| 2020-12-16 | llvm: update ffi bindings for split dwarf | David Wood | -0/+2 |
| 2020-12-06 | [mir-opt] Allow debuginfo to be generated for a constant or a Place | Wesley Wiser | -2/+3 |
| 2020-11-23 | Use Option::map instead of open coding it | LingMan | -4/+1 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -4/+4 |
| 2020-11-08 | Collapse all uses of `target.options.foo` into `target.foo` | Vadim Petrochenkov | -8/+8 |
| 2020-11-04 | `u128` truncation and sign extension are not just interpreter related | oli | -2/+1 |
| 2020-11-03 | Rollup merge of #77950 - arlosi:sha256, r=eddyb | Mara Bos | -0/+1 |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -1/+1 |
| 2020-10-21 | rustc_codegen_llvm: add support for inlined function debuginfo. | Eduard-Mihai Burtescu | -27/+66 |
| 2020-10-21 | rustc_codegen_llvm: expose DILocation to rustc_codegen_ssa. | Eduard-Mihai Burtescu | -90/+75 |
| 2020-10-21 | rustc_codegen_llvm: avoid converting between DILocation and Value. | Eduard-Mihai Burtescu | -4/+5 |
| 2020-10-21 | rustc_codegen_llvm: move DISubprogram creation to a dbg_scope_fn method. | Eduard-Mihai Burtescu | -33/+38 |
| 2020-10-21 | rustc_codegen_llvm: create `DIFile`s from just `SourceFile`s. | Eduard-Mihai Burtescu | -25/+16 |
| 2020-10-15 | Replace target.target with target and target.ptr_width with target.pointer_width | est31 | -8/+8 |
| 2020-10-14 | Add support for SHA256 source file hashing for LLVM 11+. | Arlo Siemsen | -0/+1 |
| 2020-10-13 | Add a target option for selecting a DWARF version | Austin Shafer | -4/+2 |
| 2020-09-26 | Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obk | Ralf Jung | -1/+0 |
| 2020-09-26 | Remove unused #[allow(...)] statements from compiler/ | est31 | -1/+0 |
| 2020-09-25 | Address review comment | marmeladema | -4/+10 |
| 2020-09-25 | Simplify some match statements on `DefPathDataName' | marmeladema | -7/+2 |
| 2020-09-25 | Rename `DefPathData::get_name()` to `DefPathData::name()` | marmeladema | -1/+1 |
| 2020-09-25 | Move from {{closure}}#0 syntax to {closure#0} for (def) path components | marmeladema | -2/+8 |
| 2020-09-04 | Change ty.kind to a method | LeSeulArtichaut | -22/+22 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+3645 |