| Age | Commit message (Expand) | Author | Lines |
| 2020-05-28 | Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis | bors | -4/+4 |
| 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 | -2/+2 |
| 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 | -2/+2 |
| 2020-05-23 | iterate List by value | Bastian Kauschke | -4/+4 |
| 2020-05-22 | Remove ReScope | Matthew Jasper | -24/+3 |
| 2020-05-20 | change `Predicate::kind` to return a reference | Bastian Kauschke | -8/+8 |
| 2020-05-20 | introduce newtype'd `Predicate<'tcx>` | Bastian Kauschke | -2/+2 |
| 2020-05-20 | rename `Predicate` to `PredicateKind`, introduce alias | Bastian Kauschke | -9/+9 |
| 2020-05-17 | Assume unevaluated consts are equal to the other consts and add ConstEquate o... | Ben Lewis | -0/+7 |
| 2020-05-14 | Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakis | Ralf Jung | -5/+0 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -5/+0 |
| 2020-05-11 | Rollup merge of #72052 - lcnr:const_pprint, r=ecstatic-morse | Dylan DPC | -1/+3 |
| 2020-05-09 | display `ConstKind::Param` | Bastian Kauschke | -1/+3 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -2/+2 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -2/+2 |
| 2020-05-08 | Create a convenience wrapper for `get_global_alloc(id).unwrap()` | Oliver Scherer | -3/+2 |
| 2020-05-08 | Move `unwrap_fn` and `unwrap_memory` to `GlobalAlloc` | Oliver Scherer | -2/+4 |
| 2020-05-08 | Simplify the `tcx.alloc_map` API | Oliver Scherer | -6/+1 |
| 2020-04-26 | Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddyb | Dylan DPC | -1/+1 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -8/+5 |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-04-23 | Address comments from review | marmeladema | -7/+5 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -2/+2 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -2/+6 |
| 2020-04-20 | Auto merge of #71232 - eddyb:print-const-adts, r=oli-obk | bors | -52/+75 |
| 2020-04-19 | Auto merge of #71331 - Dylan-DPC:rollup-5rn1isc, r=Dylan-DPC | bors | -6/+2 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -3/+3 |
| 2020-04-19 | Do not show DefId in diagnostics | Yuki Okushi | -6/+2 |
| 2020-04-17 | ty/print: pretty-print constant aggregates (arrays, tuples and ADTs). | Eduard-Mihai Burtescu | -16/+63 |
| 2020-04-17 | ty/print/pretty: use `comma_sep` instead of replicating it. | Eduard-Mihai Burtescu | -36/+12 |
| 2020-04-16 | ty: add `ty::ConstKind::Error` to replace `tcx.consts.err`. | Eduard-Mihai Burtescu | -0/+1 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -1/+2 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -19/+12 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -4/+4 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -0/+2660 |