| Age | Commit message (Expand) | Author | Lines |
| 2019-01-01 | Add `unwrap_usize` to `LazyConst`, too | Oliver Scherer | -1/+1 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -7/+18 |
| 2018-12-30 | Add user type annotations to MIR dump. | David Wood | -0/+14 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -101/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -3/+3 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -5/+5 |
| 2018-12-06 | Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavis | Pietro Albini | -1/+1 |
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -1/+1 |
| 2018-11-30 | Refer to the second borrow as the "second borrow". | Daan de Graaf | -1/+5 |
| 2018-11-22 | rustc_target: separate out an individual Align from AbiAndPrefAlign. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-12 | Use type safe `VariantIdx` instead of `usize` everywhere | Oliver Scherer | -4/+5 |
| 2018-11-02 | Auto merge of #55316 - RalfJung:retagging, r=oli-obk | bors | -1/+1 |
| 2018-10-31 | use String::from() instead of format!() macro to construct Strings. | Matthias Krüger | -1/+1 |
| 2018-10-29 | Emit Retag statements, kill Validate statements | Ralf Jung | -1/+1 |
| 2018-10-27 | Refactor and add `PlaceContext::AscribeUserTy`. | David Wood | -31/+22 |
| 2018-10-26 | Checkpoint: Added abstraction over collection of projections into user type. | Felix S. Klock II | -1/+1 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -2/+2 |
| 2018-10-21 | Use new region infer errors for explaining borrows | Matthew Jasper | -0/+25 |
| 2018-10-20 | Give an error number for "borrowed data escapes outside of closure" | Matthew Jasper | -0/+18 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -1/+1 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -1/+1 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -1/+1 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -1/+1 |
| 2018-10-18 | Extend closure special-casing for generators. | David Wood | -2/+4 |
| 2018-10-03 | Record whether a Call in MIR corresponds to a call in HIR | Matthew Jasper | -2/+4 |
| 2018-09-26 | Auto merge of #54526 - nnethercote:shrink-StatementKind, r=nagisa | bors | -2/+2 |
| 2018-09-25 | Change the diagnostic number from 714 to 716. | Felix S. Klock II | -1/+1 |
| 2018-09-25 | add "temporary value dropped while borrowed" error | Mikhail Modin | -0/+16 |
| 2018-09-24 | Better messages for errors from Shallow borrows | Matthew Jasper | -0/+23 |
| 2018-09-24 | Shrink StatementKind::Assign. | Nicholas Nethercote | -2/+2 |
| 2018-09-23 | Auto merge of #54310 - pnkfelix:issue-52059-report-borrow-drop-conflict, r=ni... | bors | -0/+16 |
| 2018-09-18 | Fine tune dianostics for when a borrow conflicts with a destructor that needs... | Felix S. Klock II | -0/+16 |
| 2018-09-18 | Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs. | Nicholas Nethercote | -6/+6 |
| 2018-09-12 | Merge branch 'master' into kenta7777#53719 | kenta7777 | -2/+7 |
| 2018-09-10 | propagate user-ascribes types down onto resulting bindings | Niko Matsakis | -2/+7 |
| 2018-09-10 | renamed mk_nil to mk_unit | kenta7777 | -2/+2 |
| 2018-09-08 | Auto merge of #53909 - mikhail-m1:53643, r=nikomatsakis | bors | -1/+2 |
| 2018-09-07 | make field always private, add `From` impls | Niko Matsakis | -2/+0 |
| 2018-09-06 | Skip a shared borrow of a immutable local variables | Mikhail Modin | -1/+2 |
| 2018-08-27 | kill dead code from `util/liveness` | Niko Matsakis | -166/+8 |
| 2018-08-27 | liveness.rs: rustfmt | Niko Matsakis | -6/+7 |
| 2018-08-27 | remove the liveness mode and simplify `categorize` | Niko Matsakis | -18/+10 |
| 2018-08-24 | Auto merge of #53225 - nikomatsakis:nll-type-annot, r=pnkfelix | bors | -1/+10 |
| 2018-08-24 | include ADT user-ty in output | Niko Matsakis | -0/+5 |
| 2018-08-24 | add a `user_ty` annotation to `Constant` | Niko Matsakis | -1/+5 |
| 2018-08-24 | Rollup merge of #53563 - matthiaskrgr:String, r=varkor | kennytm | -1/+1 |
| 2018-08-23 | Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis | bors | -2/+2 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -1/+1 |
| 2018-08-23 | Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakis | bors | -2/+2 |
| 2018-08-22 | Auto merge of #53581 - varkor:tyvariants-rename, r=eddyb | bors | -10/+10 |