| Age | Commit message (Expand) | Author | Lines |
| 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 | -5/+19 |
| 2020-05-15 | InvalidUninitBytes: Track more info about access | David Cook | -19/+59 |
| 2020-05-15 | implement type_implments_trait query | csmoe | -1/+19 |
| 2020-05-15 | Rollup merge of #72214 - JOE1994:nitpicky, r=jonas-schievink | Dylan DPC | -2/+2 |
| 2020-05-14 | Minor fixes to comments | JOE1994 | -2/+2 |
| 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 | -47/+7 |
| 2020-05-14 | Rollup merge of #72138 - wesleywiser:add_doc_comment, r=matthewjasper | Ralf Jung | -0/+3 |
| 2020-05-14 | Rollup merge of #71741 - RalfJung:pointer-print, r=oli-obk | Ralf Jung | -10/+18 |
| 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 | Add doc comment for `rustc_middle::mir::mono::Linkage` | Wesley Wiser | -0/+3 |
| 2020-05-12 | Pointer printing: do not print 0 offset | Ralf Jung | -10/+18 |
| 2020-05-12 | Rollup merge of #72048 - jonas-schievink:visit-return, r=oli-obk | Dylan DPC | -1/+17 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -47/+7 |
| 2020-05-11 | Rollup merge of #72109 - matthiaskrgr:cl8ppy, r=Dylan-DPC | Dylan DPC | -9/+5 |
| 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 | -9/+5 |
| 2020-05-11 | bless ui tests | csmoe | -5/+1 |
| 2020-05-10 | use min_specialization for some rustc crates where it requires no changes | Ralf Jung | -1/+1 |
| 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 | Visit move out of `_0` when visiting `return` | Jonas Schievink | -1/+17 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -44/+43 |
| 2020-05-09 | Rollup merge of #71508 - oli-obk:alloc_map_unlock, r=RalfJung | Ralf Jung | -67/+82 |
| 2020-05-09 | Rollup merge of #69406 - jackh726:chalk-upgrade, r=nikomatsakis | Ralf Jung | -1/+421 |
| 2020-05-09 | Auto merge of #72036 - Dylan-DPC:rollup-ca8b0ql, r=Dylan-DPC | bors | -70/+70 |
| 2020-05-09 | Support coercion between (FnDef | Closure) and (FnDef | Closure) when Closure... | Donough Liu | -10/+11 |
| 2020-05-09 | Rollup merge of #72018 - mark-i-m:canon-chalk, r=mark-i-m | Dylan DPC | -1/+1 |
| 2020-05-09 | Rollup merge of #71942 - nnethercote:shrink-LocalDecl, r=matthewjasper | Dylan DPC | -69/+69 |
| 2020-05-08 | Auto merge of #71418 - hbina:rename_miri_undef, r=RalfJung | bors | -65/+65 |
| 2020-05-08 | Document `global_alloc` | Oliver Scherer | -0/+4 |
| 2020-05-08 | fix canonicalization links | mark | -1/+1 |
| 2020-05-08 | Rollup merge of #71989 - ecstatic-morse:const-context-enum, r=oli-obk | Dylan DPC | -0/+20 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -44/+43 |
| 2020-05-08 | Create a convenience wrapper for `get_global_alloc(id).unwrap()` | Oliver Scherer | -15/+17 |
| 2020-05-08 | Shrink visibility of the `AllocMap` and its methods | Oliver Scherer | -3/+3 |
| 2020-05-08 | Move `unwrap_fn` and `unwrap_memory` to `GlobalAlloc` | Oliver Scherer | -20/+31 |
| 2020-05-08 | Simplify the `tcx.alloc_map` API | Oliver Scherer | -46/+44 |
| 2020-05-07 | Reintegrate chalk using chalk-solve | Jack Huey | -1/+421 |
| 2020-05-07 | Add `hir::ConstContext` | Dylan MacKenzie | -0/+20 |
| 2020-05-07 | Renamed "undef" stuff to "uninit" | Hanif Bin Ariffin | -65/+65 |
| 2020-05-07 | Auto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obk | bors | -2/+7 |
| 2020-05-06 | Rollup merge of #71950 - RalfJung:try-validation-cleanup, r=oli-obk | Dylan DPC | -5/+14 |
| 2020-05-06 | Rollup merge of #70908 - estebank:suggest-add, r=nikomatsakis | Dylan DPC | -3/+224 |
| 2020-05-06 | properly catch invalid-drop-fn errors | Ralf Jung | -8/+12 |