| Age | Commit message (Expand) | Author | Lines |
| 2020-05-28 | Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis | bors | -51/+62 |
| 2020-05-25 | Rollup merge of #72538 - rakshith-ravi:refactor/remove-const-query, r=oli-obk | Dylan DPC | -9/+0 |
| 2020-05-25 | Rollup merge of #72424 - RalfJung:mir-print-ice, r=oli-obk | Dylan DPC | -10/+20 |
| 2020-05-25 | Rollup merge of #72544 - sexxi-goose:upvars_mentioned, r=matthewjasper | Ralf Jung | -6/+6 |
| 2020-05-25 | fix ICE when debug-printing MIR | Ralf Jung | -10/+20 |
| 2020-05-24 | librustc_middle: Rename upvars query to upvars_mentioned | Aman Arora | -6/+6 |
| 2020-05-24 | Rollup merge of #72402 - marmeladema:resolver-outputs-def-id, r=ecstatic-morse | Ralf Jung | -46/+15 |
| 2020-05-24 | Removed all instances of const_field. | Rakshith Ravi | -9/+0 |
| 2020-05-24 | Auto merge of #72362 - matthewjasper:remove-rescope, r=nikomatsakis | bors | -211/+13 |
| 2020-05-24 | Rollup merge of #72400 - Aaron1011:fix/asm-incr-ice, r=Amanieu | Dylan DPC | -0/+6 |
| 2020-05-23 | Add missing ASM arena declaration to librustc_middle | Aaron Hill | -0/+6 |
| 2020-05-23 | fix Predicate perf regression | Bastian Kauschke | -2/+5 |
| 2020-05-23 | take mir::PlaceElem by value | Bastian Kauschke | -11/+11 |
| 2020-05-23 | iterate List by value | Bastian Kauschke | -29/+43 |
| 2020-05-23 | take predicates by value instead of by reference | Bastian Kauschke | -9/+3 |
| 2020-05-22 | Switch to non-doc comment | Dylan MacKenzie | -5/+5 |
| 2020-05-22 | Use `OnceCell` for predecessor cache | Dylan MacKenzie | -14/+10 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -13/+13 |
| 2020-05-22 | Remove dead ScopeTree code | Matthew Jasper | -158/+2 |
| 2020-05-22 | Remove ReScope | Matthew Jasper | -53/+11 |
| 2020-05-22 | Auto merge of #72460 - RalfJung:rollup-28fs06y, r=RalfJung | bors | -19/+59 |
| 2020-05-22 | Rollup merge of #71610 - divergentdave:InvalidUndefBytes-range, r=RalfJung | Ralf Jung | -19/+59 |
| 2020-05-22 | Rollup merge of #72309 - petrochenkov:linkunspec, r=matthewjasper | Ralf Jung | -9/+8 |
| 2020-05-21 | Rollup merge of #72149 - estebank:icemation, r=eddyb | Ralf Jung | -7/+6 |
| 2020-05-21 | Rollup merge of #72055 - lcnr:predicate-kind, r=nikomatsakis | Ralf Jung | -113/+188 |
| 2020-05-21 | Use `DefId` in `ResolverOutputs::extern_crate_map` instead of `NodeId` | marmeladema | -8/+3 |
| 2020-05-21 | Use `DefId` in `ResolverOutputs::glob_map` instead of `NodeId` | marmeladema | -7/+3 |
| 2020-05-21 | Use `DefId` in `ResolverOutputs::maybe_unused_extern_crates` instead of `NodeId` | marmeladema | -7/+3 |
| 2020-05-21 | Use `LocalDefId` in `ResolverOutputs::maybe_unused_trait_imports` instead of ... | marmeladema | -7/+4 |
| 2020-05-21 | Use `HirId` in `ResolverOutputs::export_map` instead of `NodeId` | marmeladema | -12/+2 |
| 2020-05-21 | Use `HirId` in value of `ResolverOutputs::trait_map` instead of `NodeId` | marmeladema | -5/+1 |
| 2020-05-21 | Use `HirId` as key for `ResolverOutputs::trait_map` instead of `NodeId` | marmeladema | -4/+3 |
| 2020-05-21 | Auto merge of #71718 - NeoRaider:ffi_const_pure, r=Amanieu | bors | -0/+6 |
| 2020-05-21 | Rollup merge of #72365 - marmeladema:remove-node_to_hir_id, r=ecstatic-morse | Ralf Jung | -5/+0 |
| 2020-05-21 | Auto merge of #70705 - lcnr:generic_discriminant, r=nikomatsakis | bors | -15/+44 |
| 2020-05-20 | Rename some types describing native libraries | Vadim Petrochenkov | -9/+8 |
| 2020-05-20 | ptr eq for `Predicate` | Bastian Kauschke | -6/+15 |
| 2020-05-20 | change `Predicate::kind` to return a reference | Bastian Kauschke | -24/+25 |
| 2020-05-20 | intern `PredicateKind` | Bastian Kauschke | -8/+31 |
| 2020-05-20 | introduce newtype'd `Predicate<'tcx>` | Bastian Kauschke | -26/+62 |
| 2020-05-20 | make `to_predicate` take a `tcx` argument | Niko Matsakis | -11/+11 |
| 2020-05-20 | rename `Predicate` to `PredicateKind`, introduce alias | Bastian Kauschke | -86/+92 |
| 2020-05-20 | Rollup merge of #72364 - jsgf:remove-unused-deps, r=Mark-Simulacrum | Dylan DPC | -1/+0 |
| 2020-05-20 | Rollup merge of #72275 - marmeladema:fix-issue-71104-2, r=ecstatic-morse | Dylan DPC | -10/+7 |
| 2020-05-20 | Implement `#[ffi_const]` and `#[ffi_pure]` function attributes | Matthias Schiffer | -0/+6 |
| 2020-05-20 | Remove unused `StableHashingContext::node_to_hir_id` method | marmeladema | -5/+0 |
| 2020-05-19 | Remove unused dependencies | Jeremy Fitzhardinge | -1/+0 |
| 2020-05-19 | Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis | bors | -8/+153 |
| 2020-05-19 | update `discriminant_value` usage in the compiler | Bastian Kauschke | -1/+6 |
| 2020-05-19 | auto impl`DiscriminantKind` for every type | Bastian Kauschke | -0/+20 |