| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -3645/+0 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -1/+1 |
| 2020-08-10 | Merge branch 'master' into feature/incorporate-tracing | pawanbisht62 | -5/+6 |
| 2020-08-08 | Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov | bors | -3/+4 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -3/+4 |
| 2020-08-08 | fix clippy::needless_return: remove unneeded return statements | Matthias Krüger | -2/+2 |
| 2020-08-06 | Incorporate tracing crate | bishtpawan | -2/+2 |
| 2020-07-20 | mir: `unused_generic_params` query | David Wood | -1/+1 |
| 2020-07-20 | debuginfo: add type metadata for params | David Wood | -0/+16 |
| 2020-07-20 | debuginfo: no type metadata if substs reqd | David Wood | -2/+4 |
| 2020-07-15 | Change `SymbolName::name` to a `&str`. | Nicholas Nethercote | -4/+3 |
| 2020-07-11 | Rollup merge of #73715 - MaulingMonkey:pr-natvis-tuples, r=Amanieu | Manish Goregaokar | -1/+71 |
| 2020-06-26 | Rollup merge of #72620 - tmiasko:linkage-name, r=eddyb | Manish Goregaokar | -12/+6 |
| 2020-06-24 | debuginfo: Define int/float types in terms of MSVC-recognized types. | MaulingMonkey | -1/+71 |
| 2020-06-24 | Add generator-debug test for MSVC | Tyler Mandry | -8/+10 |
| 2020-06-24 | Allow calling GeneratorSubsts::variant_name() without substs | Tyler Mandry | -8/+6 |
| 2020-06-24 | Add Artificial flag to generator variants | Tyler Mandry | -14/+53 |
| 2020-06-24 | Emit line info for generator variants | Tyler Mandry | -10/+56 |
| 2020-06-19 | Rollup merge of #72497 - RalfJung:tag-term, r=oli-obk | Ralf Jung | -55/+53 |
| 2020-06-15 | add FIXME to EnumTagInfo | Ralf Jung | -0/+3 |
| 2020-05-30 | tag/niche terminology cleanup | Ralf Jung | -55/+50 |
| 2020-05-27 | Add -Z profile-emit=<path> for Gcov gcda output. | Ivan Lozano | -4/+4 |
| 2020-05-27 | Omit DW_AT_linkage_name when it is the same as DW_AT_name | Tomasz Miąsko | -12/+6 |
| 2020-05-21 | rustllvm: Fix warnings about unused function parameters | Vadim Petrochenkov | -17/+4 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -6/+4 |
| 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 |