| Age | Commit message (Expand) | Author | Lines |
| 2020-05-22 | Rollup merge of #72309 - petrochenkov:linkunspec, r=matthewjasper | Ralf Jung | -2/+3 |
| 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 #70705 - lcnr:generic_discriminant, r=nikomatsakis | bors | -1/+5 |
| 2020-05-20 | Rename some types describing native libraries | Vadim Petrochenkov | -2/+3 |
| 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 #72275 - marmeladema:fix-issue-71104-2, r=ecstatic-morse | Dylan DPC | -10/+7 |
| 2020-05-19 | Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis | bors | -0/+3 |
| 2020-05-19 | update `discriminant_value` usage in the compiler | Bastian Kauschke | -1/+5 |
| 2020-05-18 | Rollup merge of #71973 - lcnr:lazy-norm, r=nikomatsakis | Dylan DPC | -4/+37 |
| 2020-05-18 | Rollup merge of #71599 - ldm0:fnclo, r=nikomatsakis | Dylan DPC | -10/+11 |
| 2020-05-18 | Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast | Amanieu d'Antras | -2/+2 |
| 2020-05-18 | Add asm! to MIR | Amanieu d'Antras | -0/+3 |
| 2020-05-17 | Logically seperate lazy norm from `const_generics` | Bastian Kauschke | -2/+9 |
| 2020-05-17 | add docs | Bastian Kauschke | -1/+1 |
| 2020-05-17 | merge lazy_normalization_consts into const_generics | Bastian Kauschke | -2/+2 |
| 2020-05-17 | Put lazy normalization behind a feature gate | Ben Lewis | -19/+21 |
| 2020-05-17 | Assume unevaluated consts are equal to the other consts and add ConstEquate o... | Ben Lewis | -21/+45 |
| 2020-05-16 | Rollup merge of #72060 - lcnr:move-list, r=estebank | Ralf Jung | -145/+155 |
| 2020-05-16 | Continue lowering for unsupported async generator instead of returning an error. | marmeladema | -10/+7 |
| 2020-05-16 | Rollup merge of #71948 - csmoe:issue-61076, r=oli-obk | Dylan DPC | -0/+12 |
| 2020-05-15 | implement type_implments_trait query | csmoe | -0/+12 |
| 2020-05-14 | Rollup merge of #72170 - lcnr:lang_item, r=oli-obk | Dylan DPC | -7/+9 |
| 2020-05-14 | Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakis | Ralf Jung | -45/+7 |
| 2020-05-13 | use `require_lang_item` over `unwrap`. | Bastian Kauschke | -7/+9 |
| 2020-05-12 | Don't `type_of` on trait assoc ty without default | Esteban Küber | -7/+6 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -45/+7 |
| 2020-05-11 | Rollup merge of #72109 - matthiaskrgr:cl8ppy, r=Dylan-DPC | Dylan DPC | -5/+2 |
| 2020-05-11 | Rollup merge of #72052 - lcnr:const_pprint, r=ecstatic-morse | Dylan DPC | -1/+3 |
| 2020-05-11 | Fix clippy warnings | Matthias Krüger | -5/+2 |
| 2020-05-09 | move `ty::List` into a new submodule | Bastian Kauschke | -145/+155 |
| 2020-05-09 | display `ConstKind::Param` | Bastian Kauschke | -1/+3 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -17/+16 |
| 2020-05-09 | Rollup merge of #71508 - oli-obk:alloc_map_unlock, r=RalfJung | Ralf Jung | -12/+7 |
| 2020-05-09 | Support coercion between (FnDef | Closure) and (FnDef | Closure) when Closure... | Donough Liu | -10/+11 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -17/+16 |
| 2020-05-08 | Create a convenience wrapper for `get_global_alloc(id).unwrap()` | Oliver Scherer | -7/+4 |
| 2020-05-08 | Move `unwrap_fn` and `unwrap_memory` to `GlobalAlloc` | Oliver Scherer | -4/+8 |