| Age | Commit message (Expand) | Author | Lines |
| 2020-07-31 | Rename HAIR to THIR (Typed HIR). | Valentin Lazureanu | -1/+1 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-31 | Auto merge of #65989 - Aaron1011:fix/normalize-param-env, r=nikomatsakis | bors | -79/+135 |
| 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 | Auto merge of #74733 - richkadel:llvm-coverage-map-gen-5, r=tmandry | bors | -4/+4 |
| 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 | Auto merge of #73503 - lcnr:forall-predicate-what-and-why-2, r=nikomatsakis | bors | -179/+270 |
| 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 #74775 - RalfJung:miri-alloc-ids, r=oli-obk | bors | -5/+3 |
| 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/+16 |
| 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 | -80/+156 |
| 2020-07-26 | report kind of deprecated item in message | Andy Russell | -7/+13 |
| 2020-07-26 | Fix #[track_caller] shims for trait objects. | Adam Perry | -1/+1 |
| 2020-07-26 | typos + fmt | Ralf Jung | -3/+1 |
| 2020-07-26 | Miri: replace canonical_alloc_id mechanism by extern_static_alloc_id which is... | Ralf Jung | -4/+4 |
| 2020-07-26 | Auto merge of #74664 - pnadon:Miri-rename-undef-uninit, r=RalfJung | bors | -62/+62 |
| 2020-07-25 | Miri: rename "undef" to "uninit" | Philippe Nadon | -47/+47 |
| 2020-07-25 | Fixed coverage map issues; better aligned with LLVM APIs | Rich Kadel | -4/+4 |
| 2020-07-24 | Rollup merge of #74572 - Mark-Simulacrum:unify-rustc-depr, r=petrochenkov | Yuki Okushi | -30/+41 |
| 2020-07-23 | Auto merge of #74611 - Mark-Simulacrum:revert-74069-bad-niche, r=eddyb | bors | -23/+4 |
| 2020-07-22 | renamed ScalarMaybeUninit::not_undef to check_init | Philippe Nadon | -15/+15 |
| 2020-07-23 | Auto merge of #74662 - Manishearth:rollup-jdt7t71, r=Manishearth | bors | -16/+27 |
| 2020-07-22 | Rollup merge of #74643 - petrochenkov:noenvrerun, r=Mark-Simulacrum | Manish Goregaokar | -12/+0 |
| 2020-07-22 | Auto merge of #74404 - lcnr:ty-dep-path-cleanup-aaaaa, r=eddyb | bors | -0/+21 |
| 2020-07-22 | Use `ty::Instance::resolve` to identify `'static` bound source | Esteban Küber | -2/+22 |
| 2020-07-22 | Increase accuracy of lifetime bound on trait object impl suggestion | Esteban Küber | -4/+7 |
| 2020-07-22 | build: Remove unnecessary `cargo:rerun-if-env-changed` annotations | Vadim Petrochenkov | -12/+0 |
| 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 |