| Age | Commit message (Expand) | Author | Lines |
| 2018-09-26 | lexical_region_resolve: rustfmt | Niko Matsakis | -44/+30 |
| 2018-09-26 | encapsulate `infcx` too into the delegate | Niko Matsakis | -34/+84 |
| 2018-09-26 | extract out NLL-specific code from relate-tys into a delegate | Niko Matsakis | -53/+84 |
| 2018-09-26 | refactor NLL relate_tys to use Region internally, not RegionVid | Niko Matsakis | -59/+42 |
| 2018-09-26 | use approx. bounds to decide whether to add outlives obligations | Niko Matsakis | -30/+24 |
| 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 | -61/+49 |
| 2018-09-26 | type_check/mod.rs: rustfmt | Niko Matsakis | -137/+100 |
| 2018-09-26 | use `RegionBoundPairs` type alias | Niko Matsakis | -13/+15 |
| 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 | -48/+32 |
| 2018-09-26 | build up a map of the region-bound pairs for each body-id | Niko Matsakis | -11/+63 |
| 2018-09-26 | outlives/env: rustfmt | Niko Matsakis | -4/+6 |
| 2018-09-26 | regionck: rustfmt | Niko Matsakis | -307/+388 |
| 2018-09-26 | Auto merge of #53824 - ljedrz:begone_onevector, r=michaelwoerister | bors | -177/+134 |
| 2018-09-26 | Remove OneVector | ljedrz | -177/+134 |
| 2018-09-26 | Auto merge of #54497 - ralexstokes:stabilize_pattern_parentheses, r=nikomatsakis | bors | -161/+197 |
| 2018-09-26 | Auto merge of #54548 - nrc:update, r=kennytm | bors | -101/+70 |
| 2018-09-26 | Auto merge of #54164 - mikhail-m1:54131, r=pnkfelix | bors | -192/+852 |
| 2018-09-25 | Auto merge of #54575 - pietroalbini:rollup, r=pietroalbini | bors | -224/+533 |
| 2018-09-26 | Update rustfmt and RLS | Nick Cameron | -101/+70 |
| 2018-09-25 | Rollup merge of #54558 - tromey:find-filecheck, r=nikomatsakis | Pietro Albini | -2/+33 |
| 2018-09-25 | Rollup merge of #54557 - michaelwoerister:dont-auto-share-generics-for-incr-c... | Pietro Albini | -1/+0 |
| 2018-09-25 | Rollup merge of #54539 - GuillaumeGomez:fix-js-error, r=QuietMisdreavus | Pietro Albini | -2/+5 |
| 2018-09-25 | Rollup merge of #54537 - sdroege:chunks-exact, r=alexcrichton | Pietro Albini | -101/+101 |
| 2018-09-25 | Rollup merge of #54529 - michaelwoerister:dont-unwind-test, r=alexcrichton | Pietro Albini | -1/+9 |
| 2018-09-25 | Rollup merge of #54522 - gardrek:patch-1, r=TimNN | Pietro Albini | -3/+3 |
| 2018-09-25 | Rollup merge of #54518 - petrochenkov:regr130, r=alexcrichton | Pietro Albini | -21/+90 |
| 2018-09-25 | Rollup merge of #54498 - sylvestre:patch-1, r=frewsxcv | Pietro Albini | -1/+1 |
| 2018-09-25 | Rollup merge of #54368 - GuillaumeGomez:reduce-side-padding, r=QuietMisdreavus | Pietro Albini | -1/+1 |
| 2018-09-25 | Rollup merge of #54281 - GuillaumeGomez:search-box, r=QuietMisdreavus | Pietro Albini | -2/+20 |
| 2018-09-25 | Rollup merge of #54058 - Kerollmops:slice-dedup, r=shepmaster | Pietro Albini | -89/+244 |
| 2018-09-25 | Rollup merge of #53518 - phungleson:fix-impl-from-for-convert, r=frewsxcv | Pietro Albini | -0/+26 |
| 2018-09-25 | Auto merge of #53542 - alexreg:impl-trait-in-bindings, r=cramertj | bors | -370/+746 |
| 2018-09-25 | resolve: Do not block derive helper resolutions on single import resolutions | Vadim Petrochenkov | -21/+90 |
| 2018-09-25 | Update E0714 to E0716 in tests output | Mikhail Modin | -97/+97 |
| 2018-09-25 | Auto merge of #54411 - cramertj:await-keyword-error, r=nikomatsakis | bors | -4/+244 |
| 2018-09-25 | Improvements to finding LLVM's FileCheck | Tom Tromey | -2/+33 |
| 2018-09-25 | incr.comp.: Don't automatically enable -Zshare-generics for incr.comp. builds. | Michael Woerister | -1/+0 |
| 2018-09-25 | Change the diagnostic number from 714 to 716. | Felix S. Klock II | -58/+58 |
| 2018-09-25 | add "temporary value dropped while borrowed" error | Mikhail Modin | -188/+848 |
| 2018-09-25 | Add examples for doc | Son | -4/+22 |
| 2018-09-25 | Auto merge of #54430 - adrian-budau:master, r=alexcrichton | bors | -7/+1 |
| 2018-09-25 | Auto merge of #54317 - Centril:feature/dbg_macro, r=SimonSapin | bors | -0/+332 |
| 2018-09-25 | Also rename ExactChunks iterator name to ChunksExact | Sebastian Dröge | -26/+26 |