| Age | Commit message (Expand) | Author | Lines |
| 2020-08-14 | Fix tests and address review comments | Matthew Jasper | -6/+6 |
| 2020-08-14 | Add some documentation for (De|En)codable | Matthew Jasper | -0/+11 |
| 2020-08-14 | Simplify arena_types macros | Matthew Jasper | -72/+29 |
| 2020-08-14 | Rework `rustc_serialize` | Matthew Jasper | -764/+591 |
| 2020-08-13 | Rollup merge of #75459 - RalfJung:local-info, r=oli-obk | Tyler Mandry | -3/+6 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -38/+35 |
| 2020-08-13 | self-profile: Cache more query key strings when doing self-profiling. | Michael Woerister | -1/+45 |
| 2020-08-12 | fix LocalInfo doc comment | Ralf Jung | -3/+6 |
| 2020-08-12 | Rollup merge of #75394 - oli-obk:get_static, r=RalfJung | Yuki Okushi | -0/+23 |
| 2020-08-11 | Auto merge of #74802 - Mark-Simulacrum:reland-74069, r=nnethercote | bors | -4/+23 |
| 2020-08-11 | Add a function to `TyCtxt` for computing an `Allocation` for a `static` item'... | Oliver Scherer | -0/+23 |
| 2020-08-11 | Rollup merge of #75226 - pnadon:miri-undef-uninit, r=RalfJung | Yuki Okushi | -15/+15 |
| 2020-08-11 | Rollup merge of #75339 - RalfJung:eval-required, r=oli-obk | Dylan DPC | -170/+5 |
| 2020-08-11 | Rollup merge of #75337 - davidtwco:polymorphization-75255-fixes, r=eddyb | Dylan DPC | -36/+33 |
| 2020-08-09 | rustc_middle: use IndexSet in OnDiskCache | Josh Stone | -17/+5 |
| 2020-08-09 | instance: only polymorphize upvar substs | David Wood | -36/+33 |
| 2020-08-09 | move const_eval error reporting logic into rustc_mir::const_eval::error | Ralf Jung | -170/+5 |
| 2020-08-08 | Miri: Renamed "undef" to "uninit" | Philippe Nadon | -15/+15 |
| 2020-08-08 | Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov | bors | -15/+11 |
| 2020-08-08 | Auto merge of #75276 - JohnTitor:rollup-rz4hs0w, r=JohnTitor | bors | -1/+1 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -15/+11 |
| 2020-08-08 | Auto merge of #74877 - lcnr:min_const_generics, r=oli-obk | bors | -1/+3 |
| 2020-08-07 | fix clippy::iter_next_slice: use .get(0) instead of .iter().next() | Matthias Krüger | -1/+1 |
| 2020-08-07 | instance: polymorphize `FnDef` substs | David Wood | -2/+12 |
| 2020-08-07 | instance: avoid unnecessary `mk_` calls | David Wood | -2/+10 |
| 2020-08-07 | ty: add `MAY_POLYMORPHIZE` flag | David Wood | -1/+19 |
| 2020-08-07 | instance: always polymorphize substs | David Wood | -38/+8 |
| 2020-08-07 | instance: polymorphize upvar closures/generators | David Wood | -20/+87 |
| 2020-08-06 | Auto merge of #75008 - eddyb:rmeta-indexed-trait-impls, r=nikomatsakis | bors | -24/+30 |
| 2020-08-05 | add min_const_generics feature gate | Bastian Kauschke | -1/+3 |
| 2020-08-05 | Auto merge of #75155 - davidtwco:polymorphization-incr-comp-optimisations, r=... | bors | -1/+1 |
| 2020-08-05 | Auto merge of #75037 - richkadel:llvm-coverage-map-gen-5.2, r=wesleywiser | bors | -7/+52 |
| 2020-08-04 | Completes support for coverage in external crates | Rich Kadel | -7/+52 |
| 2020-08-04 | mir: use `FiniteBitSet<u32>` in polymorphization | David Wood | -1/+1 |
| 2020-08-04 | Add `TyCtxtAt::{ty_error, ty_error_with_message}` | LeSeulArtichaut | -3/+19 |
| 2020-08-04 | Remove two fields from `SubstFolder`. | Nicholas Nethercote | -31/+6 |
| 2020-08-03 | Auto merge of #75055 - cjgillot:clean-cache, r=oli-obk | bors | -330/+31 |
| 2020-08-03 | Auto merge of #74969 - nnethercote:rm-GCX_PTR, r=Mark-Simulacrum | bors | -59/+19 |
| 2020-08-03 | Use more appropriate `tls::with_*` methods in some places. | Nicholas Nethercote | -6/+5 |
| 2020-08-03 | Remove `GCX_PTR`. | Nicholas Nethercote | -57/+18 |
| 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 | -11/+11 |
| 2020-08-02 | fix typos | liuzhenyu | -1/+1 |
| 2020-08-02 | Rename rustc_middle::cstore::DepKind to DependencyKind. | Camille GILLOT | -11/+11 |
| 2020-08-02 | Use Lift derive proc-macro in librustc_traits. | Camille GILLOT | -239/+23 |
| 2020-08-02 | Move IntercrateAmbiguityCause to librustc_trait_selection. | Camille GILLOT | -41/+0 |
| 2020-08-02 | Introduce an abstraction for EvaluationCache and SelectionCache. | Camille GILLOT | -50/+8 |
| 2020-08-02 | Auto merge of #74785 - euclio:deprecation-kinds, r=petrochenkov | bors | -7/+13 |
| 2020-08-01 | Auto merge of #74726 - oli-obk:tracing, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-08-01 | rustc_metadata: track the simplified Self type for every trait impl. | Eduard-Mihai Burtescu | -24/+30 |