| Age | Commit message (Expand) | Author | Lines |
| 2020-05-14 | Rollup merge of #72170 - lcnr:lang_item, r=oli-obk | Dylan DPC | -16/+22 |
| 2020-05-14 | Auto merge of #72187 - RalfJung:rollup-a7a9jdi, r=RalfJung | bors | -2/+0 |
| 2020-05-14 | Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakis | Ralf Jung | -2/+0 |
| 2020-05-14 | Auto merge of #69756 - wesleywiser:simplify_try, r=oli-obk | bors | -41/+315 |
| 2020-05-13 | add spans to `require_lang_items` | Bastian Kauschke | -7/+12 |
| 2020-05-13 | use `require_lang_item` over `unwrap`. | Bastian Kauschke | -16/+17 |
| 2020-05-12 | Rollup merge of #72128 - RalfJung:str-validity, r=oli-obk | Dylan DPC | -3/+4 |
| 2020-05-12 | Rollup merge of #72096 - jonas-schievink:mirck-docs, r=matthewjasper | Dylan DPC | -54/+50 |
| 2020-05-12 | Rollup merge of #72048 - jonas-schievink:visit-return, r=oli-obk | Dylan DPC | -2/+21 |
| 2020-05-12 | strings do not have to be valid UTF-8 any more | Ralf Jung | -3/+4 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -2/+0 |
| 2020-05-11 | Modify SimplifyArmIdentity so it can trigger on mir-opt-level=1 | Wesley Wiser | -41/+315 |
| 2020-05-11 | Rollup merge of #72044 - RalfJung:min-spec, r=matthewjasper | Dylan DPC | -1/+1 |
| 2020-05-11 | Auto merge of #71953 - oli-obk:const_prop_deaggregates, r=wesleywiser | bors | -42/+58 |
| 2020-05-11 | Make MIR typeck use `LocalDefId` and fix docs | Jonas Schievink | -54/+50 |
| 2020-05-10 | Rollup merge of #71840 - matthewjasper:drop-trees, r=oli-obk | Ralf Jung | -44/+26 |
| 2020-05-10 | use min_specialization for some rustc crates where it requires no changes | Ralf Jung | -1/+1 |
| 2020-05-09 | Visit move out of `_0` when visiting `return` | Jonas Schievink | -2/+21 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -7/+5 |
| 2020-05-09 | Rollup merge of #71508 - oli-obk:alloc_map_unlock, r=RalfJung | Ralf Jung | -30/+25 |
| 2020-05-09 | Address review comments | Matthew Jasper | -2/+6 |
| 2020-05-09 | Reduce the number of drop-flag assignments in unwind paths | Matthew Jasper | -39/+12 |
| 2020-05-09 | Defer creating drop trees in MIR lowering until leaving that scope | Matthew Jasper | -3/+8 |
| 2020-05-09 | Auto merge of #72036 - Dylan-DPC:rollup-ca8b0ql, r=Dylan-DPC | bors | -141/+109 |
| 2020-05-09 | Rollup merge of #71942 - nnethercote:shrink-LocalDecl, r=matthewjasper | Dylan DPC | -141/+109 |
| 2020-05-08 | Auto merge of #71418 - hbina:rename_miri_undef, r=RalfJung | bors | -43/+43 |
| 2020-05-08 | Rollup merge of #71993 - ecstatic-morse:cleanup-old-liveness, r=jonas-schievink | Dylan DPC | -334/+92 |
| 2020-05-08 | Rollup merge of #71989 - ecstatic-morse:const-context-enum, r=oli-obk | Dylan DPC | -86/+27 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -7/+5 |
| 2020-05-08 | Create a convenience wrapper for `get_global_alloc(id).unwrap()` | Oliver Scherer | -13/+11 |
| 2020-05-08 | Move `unwrap_fn` and `unwrap_memory` to `GlobalAlloc` | Oliver Scherer | -4/+10 |
| 2020-05-08 | Simplify the `tcx.alloc_map` API | Oliver Scherer | -31/+22 |
| 2020-05-07 | Incorporate old module docs into `MaybeLiveLocals` docs | Dylan MacKenzie | -0/+7 |
| 2020-05-07 | Remove old `util/liveness.rs` module | Dylan MacKenzie | -334/+85 |
| 2020-05-07 | Use `hir::ConstContext` instead of local enums | Dylan MacKenzie | -86/+27 |
| 2020-05-07 | Renamed "undef" stuff to "uninit" | Hanif Bin Ariffin | -43/+43 |
| 2020-05-07 | use hex for pointers in Miri error messages; refine vtable error message | Ralf Jung | -3/+4 |
| 2020-05-07 | Auto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obk | bors | -2/+6 |
| 2020-05-06 | Rollup merge of #71950 - RalfJung:try-validation-cleanup, r=oli-obk | Dylan DPC | -159/+141 |
| 2020-05-06 | Rollup merge of #70908 - estebank:suggest-add, r=nikomatsakis | Dylan DPC | -2/+1 |
| 2020-05-06 | Const prop aggregates even if partially or fully modified | Oliver Scherer | -42/+58 |
| 2020-05-06 | Rollup merge of #71893 - ecstatic-morse:dataflow-impls-import, r=jonas-schievink | Dylan DPC | -25/+20 |
| 2020-05-06 | more precise vtable errors | Ralf Jung | -11/+14 |
| 2020-05-06 | try_validation: handle multi-branching, and use macro for most remaining manu... | Ralf Jung | -78/+47 |
| 2020-05-06 | convert throw_validation_failure macro to same syntax as try_validation | Ralf Jung | -56/+51 |
| 2020-05-06 | properly catch invalid-drop-fn errors | Ralf Jung | -6/+4 |
| 2020-05-06 | convert remaining try_validation to new macro | Ralf Jung | -27/+25 |
| 2020-05-06 | Shrink `LocalDecl` by 16 bytes. | Nicholas Nethercote | -33/+37 |
| 2020-05-06 | Shrink `LocalDecl` by 56 bytes. | Nicholas Nethercote | -20/+20 |
| 2020-05-06 | Improve `LocalDecl` creation. | Nicholas Nethercote | -62/+33 |