| Age | Commit message (Expand) | Author | Lines |
| 2020-08-03 | Auto merge of #74969 - nnethercote:rm-GCX_PTR, r=Mark-Simulacrum | bors | -53/+16 |
| 2020-08-03 | Use more appropriate `tls::with_*` methods in some places. | Nicholas Nethercote | -3/+2 |
| 2020-08-03 | Remove `GCX_PTR`. | Nicholas Nethercote | -54/+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 | -6/+6 |
| 2020-08-02 | fix typos | liuzhenyu | -1/+1 |
| 2020-08-02 | Rename rustc_middle::cstore::DepKind to DependencyKind. | Camille GILLOT | -6/+6 |
| 2020-08-02 | Use Lift derive proc-macro in librustc_traits. | Camille GILLOT | -0/+2 |
| 2020-08-01 | rustc_metadata: track the simplified Self type for every trait impl. | Eduard-Mihai Burtescu | -22/+28 |
| 2020-07-31 | Rename HAIR to THIR (Typed HIR). | Valentin Lazureanu | -1/+1 |
| 2020-07-31 | Auto merge of #65989 - Aaron1011:fix/normalize-param-env, r=nikomatsakis | bors | -76/+122 |
| 2020-07-30 | Address code review comments. | jumbatm | -4/+11 |
| 2020-07-30 | Auto merge of #74876 - oli-obk:lumberjack_disable, r=RalfJung | bors | -37/+52 |
| 2020-07-29 | Address review comments | Oliver Scherer | -39/+43 |
| 2020-07-28 | Cache non-exhaustive separately from attributes | Mark Rousskov | -9/+3 |
| 2020-07-28 | Replace all uses of `log::log_enabled` with `Debug` printers | Oliver Scherer | -17/+28 |
| 2020-07-27 | cleanup | Bastian Kauschke | -43/+23 |
| 2020-07-27 | it works again :tada: | Bastian Kauschke | -8/+14 |
| 2020-07-27 | fix rebase | Bastian Kauschke | -3/+3 |
| 2020-07-27 | directly contain `PredicateAtom` in `PredicateKind::ForAll` | Bastian Kauschke | -113/+106 |
| 2020-07-27 | introduce PredicateAtom | Bastian Kauschke | -183/+202 |
| 2020-07-27 | add reuse_or_mk_predicate | Bastian Kauschke | -5/+14 |
| 2020-07-27 | this might be unqualified, but at least it's now quantified | Bastian Kauschke | -8/+11 |
| 2020-07-27 | split ignore_qualifiers | Bastian Kauschke | -10/+39 |
| 2020-07-27 | review | Bastian Kauschke | -13/+3 |
| 2020-07-27 | `PredicateKint` -> `PredicateKind`, the beginning of the end | Bastian Kauschke | -304/+185 |
| 2020-07-27 | progress | Bastian Kauschke | -20/+32 |
| 2020-07-27 | subst_supertrait | Bastian Kauschke | -29/+12 |
| 2020-07-27 | somewhat related cleanup | Bastian Kauschke | -8/+1 |
| 2020-07-27 | convert trivial predicates | Bastian Kauschke | -2/+2 |
| 2020-07-27 | minimal | Bastian Kauschke | -9/+5 |
| 2020-07-27 | add `PredicateKint`, because who doesn't like bodging | Bastian Kauschke | -3/+200 |
| 2020-07-27 | Auto merge of #74784 - anp:track-vtables, r=eddyb | bors | -1/+1 |
| 2020-07-26 | compare tagged/niche-filling layout and pick the best one | Erik Desjardins | -1/+15 |
| 2020-07-26 | [experiment] ty/layout: compute both niche-filling and tagged layouts for enums. | Eduard-Mihai Burtescu | -4/+8 |
| 2020-07-26 | Share serialization optimization between incr and metadata | Aaron Hill | -28/+34 |
| 2020-07-26 | Hygiene serialization implementation | Aaron Hill | -72/+148 |
| 2020-07-26 | Fix #[track_caller] shims for trait objects. | Adam Perry | -1/+1 |
| 2020-07-23 | Auto merge of #74611 - Mark-Simulacrum:revert-74069-bad-niche, r=eddyb | bors | -22/+4 |
| 2020-07-23 | Auto merge of #74662 - Manishearth:rollup-jdt7t71, r=Manishearth | bors | -4/+4 |
| 2020-07-22 | Auto merge of #74404 - lcnr:ty-dep-path-cleanup-aaaaa, r=eddyb | bors | -0/+21 |
| 2020-07-22 | Increase accuracy of lifetime bound on trait object impl suggestion | Esteban Küber | -4/+4 |
| 2020-07-22 | Fix rebase fallout | Aaron Hill | -6/+10 |
| 2020-07-22 | Skip computing param_env and size if not needed | Aaron Hill | -1/+0 |
| 2020-07-22 | Erase regions in try_eval_bits | Aaron Hill | -0/+1 |
| 2020-07-22 | Normalize opaque types when converting `ParamEnv` to `Reveal::All` | Aaron Hill | -72/+114 |
| 2020-07-21 | Revert "Compare tagged/niche-filling layout and pick the best one" | Mark Rousskov | -22/+4 |
| 2020-07-21 | fetch -> lookup | Bastian Kauschke | -1/+1 |
| 2020-07-21 | `try_update` -> `try_upgrade` | Bastian Kauschke | -1/+1 |
| 2020-07-21 | remove some const arg in ty dep path boilerplate | Bastian Kauschke | -0/+21 |