| Age | Commit message (Expand) | Author | Lines |
| 2018-09-26 | Auto merge of #54526 - nnethercote:shrink-StatementKind, r=nagisa | bors | -3/+13 |
| 2018-09-26 | Auto merge of #54453 - nikomatsakis:nll-issue-53121-shred-outlives, r=pnkfelix | bors | -602/+843 |
| 2018-09-26 | Auto merge of #51946 - japaric:emit-stack-sizes, r=nikomatsakis | bors | -0/+2 |
| 2018-09-26 | rustfmt `error_reporting/mod.rs` and `dropck.rs` | Niko Matsakis | -63/+69 |
| 2018-09-26 | convert from an `UnlessNll` flag to a `SuppressRegionErrors` flag | Niko Matsakis | -28/+42 |
| 2018-09-26 | use `IfEq` to defer equality comparison around `where` clauses` | Niko Matsakis | -49/+59 |
| 2018-09-26 | refactor away `AnyRegions` and `AllRegions` | Niko Matsakis | -38/+49 |
| 2018-09-26 | introduce `VerifyBound::IfEq` (presently unused) | Niko Matsakis | -26/+106 |
| 2018-09-26 | change to use impl Trait a bit | Niko Matsakis | -14/+15 |
| 2018-09-26 | remove handling of verify from taintset | Niko Matsakis | -37/+25 |
| 2018-09-26 | make `normalize` work on any type-foldable | Niko Matsakis | -11/+19 |
| 2018-09-26 | lexical_region_resolve: rustfmt | Niko Matsakis | -44/+30 |
| 2018-09-26 | use approx. bounds to decide whether to add outlives obligations | Niko Matsakis | -1/+10 |
| 2018-09-26 | propagate the `compare_ty` fn further up | Niko Matsakis | -18/+17 |
| 2018-09-26 | introduce the idea of an "approximate match" | Niko Matsakis | -39/+56 |
| 2018-09-26 | introduce a "comparison fn" instead of always use `==` | Niko Matsakis | -11/+10 |
| 2018-09-26 | split out getting the declared bounds from the env versus trait | Niko Matsakis | -23/+38 |
| 2018-09-26 | break out the code that computes VerifyBounds | Niko Matsakis | -218/+276 |
| 2018-09-26 | apply `process_registered_region_obligations` at the end of regionck | Niko Matsakis | -34/+34 |
| 2018-09-26 | use `RegionBoundPairs` type alias | Niko Matsakis | -6/+7 |
| 2018-09-26 | auto_trait.rs: rustfmt | Niko Matsakis | -34/+30 |
| 2018-09-26 | change `RegionObligation` to store a `SubregionOrigin` | Niko Matsakis | -50/+57 |
| 2018-09-26 | use a `UnlessNll` flag to consolidate error reporting paths | Niko Matsakis | -33/+22 |
| 2018-09-26 | build up a map of the region-bound pairs for each body-id | Niko Matsakis | -10/+55 |
| 2018-09-26 | outlives/env: rustfmt | Niko Matsakis | -4/+6 |
| 2018-09-26 | add -Z emit-stack-sizes | Jorge Aparicio | -0/+2 |
| 2018-09-26 | Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddyb | bors | -10/+29 |
| 2018-09-26 | Remove OneVector | ljedrz | -10/+10 |
| 2018-09-25 | Auto merge of #54575 - pietroalbini:rollup, r=pietroalbini | bors | -1/+0 |
| 2018-09-25 | Auto merge of #53542 - alexreg:impl-trait-in-bindings, r=cramertj | bors | -92/+164 |
| 2018-09-25 | incr.comp.: Don't automatically enable -Zshare-generics for incr.comp. builds. | Michael Woerister | -1/+0 |
| 2018-09-25 | Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakis | bors | -16/+57 |
| 2018-09-25 | Handle locals in closures properly. | Alexander Regueiro | -106/+65 |
| 2018-09-25 | Handle impl trait in MIR type checked for assignments. | Matthew Jasper | -12/+52 |
| 2018-09-25 | Lower `impl Trait` types in locals. | Alexander Regueiro | -127/+200 |
| 2018-09-24 | Add more fake borrows to matches | Matthew Jasper | -7/+11 |
| 2018-09-24 | Add "Shallow" borrow kind | Matthew Jasper | -2/+32 |
| 2018-09-24 | Shrink StatementKind::InlineAsm. | Nicholas Nethercote | -2/+12 |
| 2018-09-24 | Shrink StatementKind::Assign. | Nicholas Nethercote | -1/+1 |
| 2018-09-23 | Auto merge of #54485 - arielb1:avoid-ctor-attrs, r=eddyb | bors | -4/+14 |
| 2018-09-23 | Only annotate if borrow is returned. | David Wood | -0/+12 |
| 2018-09-23 | Correctly handle named lifetimes. | David Wood | -0/+17 |
| 2018-09-23 | Renamed ppaux highlight region hook. | David Wood | -6/+7 |
| 2018-09-23 | Improve borrow errors for closures. | David Wood | -7/+44 |
| 2018-09-23 | Auto merge of #54325 - michaelwoerister:incr-thinlto-tests, r=alexcrichton | bors | -10/+159 |
| 2018-09-23 | Auto merge of #54262 - matthewjasper:explain-in-typeck, r=nikomatsakis | bors | -1/+1 |
| 2018-09-22 | Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung | bors | -5/+5 |
| 2018-09-22 | Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakis | bors | -8/+39 |
| 2018-09-22 | use is_uninhabited in more places | Jorge Aparicio | -5/+5 |
| 2018-09-22 | avoid loading constructor attributes in AdtDef decoding | Ariel Ben-Yehuda | -4/+14 |