| Age | Commit message (Expand) | Author | Lines |
| 2018-09-28 | Auto merge of #54338 - orium:fix-macro-inc-comp, r=nrc | bors | -15/+47 |
| 2018-09-28 | Auto merge of #54547 - AstralSorcerer:issue-54028, r=eddyb | bors | -4/+11 |
| 2018-09-27 | Auto merge of #54530 - pnkfelix:issue-54047-migrate-ui-run-pass-back-to-run-p... | bors | -68/+1039 |
| 2018-09-27 | Auto merge of #54468 - matthewjasper:fix-polonius, r=nikomatsakis | bors | -80/+172 |
| 2018-09-27 | Allow `unused_variables` lint to placate test failure exposed by macos builders. | Felix S. Klock II | -0/+1 |
| 2018-09-27 | Auto merge of #54533 - ljedrz:cleanup_librustc_typeck_check, r=davidtwco | bors | -581/+450 |
| 2018-09-27 | Auto merge of #54355 - pnkfelix:issue-22323-regression-test, r=davidtwco | bors | -0/+32 |
| 2018-09-27 | Allow more lints that signalled on the arm-android test run. | Felix S. Klock II | -1/+3 |
| 2018-09-27 | Auto merge of #52319 - tinco:issue_12590, r=pnkfelix | bors | -17/+143 |
| 2018-09-27 | A few cleanups and minor improvements to typeck | ljedrz | -581/+450 |
| 2018-09-27 | Allow some lints that only fired on 32-bit and/or Windows. | Felix S. Klock II | -0/+2 |
| 2018-09-27 | Auto merge of #54581 - petrochenkov:cfgattr, r=alexcrichton | bors | -0/+28 |
| 2018-09-26 | Auto merge of #54526 - nnethercote:shrink-StatementKind, r=nagisa | bors | -62/+83 |
| 2018-09-26 | Get Polonius borrow check to work in simple cases | Matthew Jasper | -80/+172 |
| 2018-09-26 | Auto merge of #54561 - matthiaskrgr:clippy_up, r=kennytm | bors | -14/+15 |
| 2018-09-26 | Auto merge of #54453 - nikomatsakis:nll-issue-53121-shred-outlives, r=pnkfelix | bors | -1603/+2573 |
| 2018-09-26 | update clippy submodule to a72e786c | Matthias Krüger | -14/+15 |
| 2018-09-26 | Auto merge of #51946 - japaric:emit-stack-sizes, r=nikomatsakis | bors | -2/+221 |
| 2018-09-26 | don't run the test on macOS | Jorge Aparicio | -1/+7 |
| 2018-09-26 | rustc_driver/test.rs: rustfmt | Niko Matsakis | -163/+219 |
| 2018-09-26 | fix rustc_driver tests | Niko Matsakis | -2/+2 |
| 2018-09-26 | pacify the mercilous tidy. | Niko Matsakis | -3/+15 |
| 2018-09-26 | rustfmt `error_reporting/mod.rs` and `dropck.rs` | Niko Matsakis | -107/+138 |
| 2018-09-26 | update tests and add stderr files | Niko Matsakis | -81/+72 |
| 2018-09-26 | convert from an `UnlessNll` flag to a `SuppressRegionErrors` flag | Niko Matsakis | -40/+55 |
| 2018-09-26 | make NLL handle `IfEq` bounds by using SCC normalization | Niko Matsakis | -9/+630 |
| 2018-09-26 | switch to use `VerifyBound` instead of `RegionTest` | Niko Matsakis | -72/+27 |
| 2018-09-26 | region_infer: rustfmt | Niko Matsakis | -4/+2 |
| 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 | -69/+61 |
| 2018-09-26 | introduce `VerifyBound::IfEq` (presently unused) | Niko Matsakis | -26/+111 |
| 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 | 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 |