| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -8210/+0 |
| 2020-08-30 | Auto merge of #75176 - jyn514:impl-link, r=GuillaumeGomez,petrochenkov | bors | -1/+10 |
| 2020-08-30 | rustdoc,metadata: Debugging | Joshua Nelson | -1/+10 |
| 2020-08-29 | Auto merge of #75754 - joshtriplett:wip-perf-snappy, r=Mark-Simulacrum | bors | -3/+3 |
| 2020-08-26 | Auto merge of #75811 - ecstatic-morse:better-dlerror, r=nagisa | bors | -34/+74 |
| 2020-08-25 | Explicitly pass `RTLD_LOCAL` to `dlopen` | Dylan MacKenzie | -4/+4 |
| 2020-08-25 | Always treat `dlsym` returning NULL as an error | Dylan MacKenzie | -31/+24 |
| 2020-08-22 | rustc_metadata: Move some code around to merge impls of `CrateMetadataRef` | Vadim Petrochenkov | -53/+51 |
| 2020-08-22 | Do not forget capacity when collecting def path hashes | Vadim Petrochenkov | -7/+6 |
| 2020-08-22 | Lazy decoding of DefPathTable from crate metadata (non-incremental case) | Aaron Hill | -32/+73 |
| 2020-08-22 | Treat a NULL return from `dlsym` as an error on illumos | Dylan MacKenzie | -4/+24 |
| 2020-08-22 | Refactor dynamic library error checking on *nix | Dylan MacKenzie | -34/+61 |
| 2020-08-20 | Switch to Snappy compression for metadata | Josh Triplett | -3/+3 |
| 2020-08-18 | Auto merge of #75635 - Aaron1011:fix/incr-fn-param-names, r=eddyb | bors | -5/+1 |
| 2020-08-17 | Rollup merge of #75548 - dancrossnyc:master, r=tmandry | Tyler Mandry | -4/+10 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -5/+5 |
| 2020-08-17 | librustc_metadata::locator: Properly detect file type. | Dan Cross | -4/+10 |
| 2020-08-16 | Don't use `dep_graph.with_ignore` when encoding fn param names | Aaron Hill | -5/+1 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -9/+9 |
| 2020-08-14 | Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco | Tyler Mandry | -10/+10 |
| 2020-08-14 | Rework `rustc_serialize` | Matthew Jasper | -261/+227 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -10/+10 |
| 2020-08-09 | Auto merge of #75278 - cuviper:indexmap, r=Mark-Simulacrum | bors | -17/+5 |
| 2020-08-09 | rustc_metadata: use IndexSet in EncodeContext | Josh Stone | -17/+5 |
| 2020-08-09 | Auto merge of #75137 - Aaron1011:fix/hygiene-skip-expndata, r=petrochenkov | bors | -0/+4 |
| 2020-08-09 | Add comment about the lack of `ExpnData` serialization for proc-macro crates | Aaron Hill | -0/+4 |
| 2020-08-08 | Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov | bors | -40/+59 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -39/+58 |
| 2020-08-08 | Remove some unnecessary uses of `Option`. | Nicholas Nethercote | -1/+1 |
| 2020-08-07 | fix clippy::unnecessary_mut_passed: function arg is not required to be mutable | Matthias Krüger | -1/+1 |
| 2020-08-06 | Record query name when profiling "metadata_decode_entry" | Aaron Hill | -1/+1 |
| 2020-08-06 | Auto merge of #75008 - eddyb:rmeta-indexed-trait-impls, r=nikomatsakis | bors | -12/+23 |
| 2020-08-04 | metadata: skip empty polymorphization bitset | David Wood | -2/+5 |
| 2020-08-04 | mir: use `FiniteBitSet<u32>` in polymorphization | David Wood | -2/+2 |
| 2020-08-04 | rustc_ast: `(Nested)MetaItem::check_name` -> `has_name` | Vadim Petrochenkov | -4/+4 |
| 2020-08-02 | Rollup merge of #75059 - shengsheng:typos, r=Dylan-DPC | Manish Goregaokar | -1/+1 |
| 2020-08-03 | Rollup merge of #75054 - cjgillot:rename-depkind, r=petrochenkov | Yuki Okushi | -24/+24 |
| 2020-08-02 | fix typos | liuzhenyu | -1/+1 |
| 2020-08-02 | Rename rustc_middle::cstore::DepKind to DependencyKind. | Camille GILLOT | -24/+24 |
| 2020-08-01 | rustc_metadata: track the simplified Self type for every trait impl. | Eduard-Mihai Burtescu | -12/+23 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-30 | Rollup merge of #74915 - alexcrichton:allow-failing-canonicalize, r=Mark-Simu... | Manish Goregaokar | -20/+18 |
| 2020-07-30 | rustc: Ignore fs::canonicalize errors in metadata | Alex Crichton | -20/+18 |
| 2020-07-30 | Auto merge of #74876 - oli-obk:lumberjack_disable, r=RalfJung | bors | -22/+33 |
| 2020-07-29 | Address review comments | Oliver Scherer | -5/+3 |
| 2020-07-28 | Cache non-exhaustive separately from attributes | Mark Rousskov | -4/+9 |
| 2020-07-28 | Replace all uses of `log::log_enabled` with `Debug` printers | Oliver Scherer | -22/+35 |
| 2020-07-27 | mv std libs to library/ | mark | -1/+33 |
| 2020-07-26 | Share serialization optimization between incr and metadata | Aaron Hill | -114/+54 |
| 2020-07-26 | Add test for serializing hygiene *into* a proc-macro crate | Aaron Hill | -4/+27 |