| Age | Commit message (Expand) | Author | Lines |
| 2020-04-27 | Change return type of `entry_fn` query to return a `LocalDefId` | marmeladema | -1/+1 |
| 2020-04-14 | Update the minimum external LLVM to 8 | Josh Stone | -15/+3 |
| 2020-04-05 | Fix performance regression in debuginfo file_metadata. | Arlo Siemsen | -11/+10 |
| 2020-04-02 | Add hash of source files in debug info | Arlo Siemsen | -3/+31 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -53/+43 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -10/+8 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -6/+6 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -19/+19 |
| 2020-03-27 | Rename TyLayout to TyAndLayout. | Ana-Maria Mihalache | -5/+5 |
| 2020-03-24 | normalize some imports, prefer direct ones. | Mazdak Farrokhzad | -1/+1 |
| 2020-03-23 | Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis | Mazdak Farrokhzad | -2/+2 |
| 2020-03-23 | Rollup merge of #69940 - tmiasko:llvm-api, r=hanna-kruppe | Mazdak Farrokhzad | -1/+1 |
| 2020-03-23 | rustc_codegen_llvm: don't generate static and vtable debuginfo for -Cdebuginf... | Eduard-Mihai Burtescu | -0/+10 |
| 2020-03-23 | rustc_codegen_llvm: don't generate Self type debuginfo for methods for -Cdebu... | Eduard-Mihai Burtescu | -1/+6 |
| 2020-03-23 | rustc_codegen_llvm: don't generate "lexical block" scopes for -Cdebuginfo=1. | Eduard-Mihai Burtescu | -4/+13 |
| 2020-03-21 | rustc: keep upvars tupled in {Closure,Generator}Substs. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -15/+13 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -3/+3 |
| 2020-03-15 | Rollup merge of #69357 - tmiasko:debuginfo-column, r=michaelwoerister | Dylan DPC | -43/+57 |
| 2020-03-11 | librustc_codegen_llvm: Replace deprecated API usage | Tomasz Miąsko | -1/+1 |
| 2020-03-09 | Avoid unnecessary interning of enum variant part id | Tomasz Miąsko | -4/+1 |
| 2020-03-09 | Use slices in preference to 0-terminated strings | Tomasz Miąsko | -126/+155 |
| 2020-03-08 | Rollup merge of #69734 - tmiasko:di-enumerator, r=ecstatic-morse | Mazdak Farrokhzad | -7/+16 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-05 | debuginfo: Use is unsigned flag when emitting enumerators | Tomasz Miąsko | -1/+6 |
| 2020-03-05 | debuginfo: Generators use u32 as discriminant type repr | Tomasz Miąsko | -3/+3 |
| 2020-03-05 | Change DIBuilderCreateEnumerator signature to match LLVM 9 | Tomasz Miąsko | -6/+10 |
| 2020-03-03 | Remove the `no_debug` feature | Yuki Okushi | -12/+1 |
| 2020-03-01 | Rollup merge of #69569 - matthiaskrgr:nonminimal_bool, r=mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -3/+3 |
| 2020-02-29 | simplify boolean expressions | Matthias Krüger | -1/+1 |
| 2020-02-26 | Use byte offsets when emitting debuginfo columns | Tomasz Miąsko | -45/+57 |
| 2020-02-26 | Emit 1-based column numbers in debuginfo | Tomasz Miąsko | -2/+4 |
| 2020-02-09 | Rollup merge of #68881 - eddyb:always-preserve-dbg-vars, r=nagisa | Jonas Schievink | -1/+1 |
| 2020-02-08 | rustc_codegen_ssa: remove unnecessary source_locations_enabled. | Eduard-Mihai Burtescu | -33/+8 |
| 2020-02-08 | rustc_codegen_llvm: remove InternalDebugLocation and simplify dbg_var_addr. | Eduard-Mihai Burtescu | -64/+35 |
| 2020-02-08 | rustc_codegen_llvm: remove unnecessary special-casing of root scopes' children. | Eduard-Mihai Burtescu | -8/+2 |
| 2020-02-06 | rustc_codegen_llvm: always set AlwaysPreserve on all debuginfo variables. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-02-03 | rustc_codegen_llvm: avoid redundant calls to span_start. | Eduard-Mihai Burtescu | -4/+4 |
| 2020-02-03 | rustc_codegen_ssa: split declare_local into create_dbg_var and dbg_var_addr. | Eduard-Mihai Burtescu | -33/+51 |
| 2020-01-10 | Remove PlaceBase enum and make Place base field be local: Local | Santiago Pastorino | -2/+2 |
| 2020-01-06 | Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa | bors | -5/+5 |
| 2020-01-05 | Rename Instance.ty to Instance.monomorphic_ty | Aaron Hill | -1/+1 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -5/+5 |
| 2020-01-04 | DefId{Map,Set} -> rustc::hir::def_id | Mazdak Farrokhzad | -2/+1 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -2/+3 |
| 2020-01-04 | extract rustc::middle::codegen_fn_attrs | Mazdak Farrokhzad | -2/+2 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -3/+3 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -20/+20 |