| Age | Commit message (Expand) | Author | Lines |
| 2018-09-29 | Auto merge of #54599 - nikomatsakis:issue-54593-impl-Trait, r=eddyb | bors | -0/+14 |
| 2018-09-29 | Auto merge of #54660 - kennytm:rollup, r=kennytm | bors | -1/+129 |
| 2018-09-29 | Auto merge of #54554 - RalfJung:maybe-uninit, r=nagisa | bors | -113/+2 |
| 2018-09-29 | Rollup merge of #54577 - QuietMisdreavus:docs-for-procs, r=GuillaumeGomez | kennytm | -0/+126 |
| 2018-09-29 | Rollup merge of #54604 - alexreg:self_in_typedefs-help, r=estebank | kennytm | -1/+3 |
| 2018-09-29 | Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung" | Ralf Jung | -113/+2 |
| 2018-09-29 | Auto merge of #54576 - froydnj:non-x86-abi-adjustment, r=alexcrichton | bors | -2/+3 |
| 2018-09-29 | Auto merge of #54278 - eddyb:spanned-generic-predicates, r=nikomatsakis | bors | -180/+119 |
| 2018-09-29 | Auto merge of #53013 - zackmdavis:infer_outlints, r=nikomatsakis | bors | -0/+855 |
| 2018-09-28 | rustc: keep a Span for each predicate in ty::GenericPredicates. | Eduard-Mihai Burtescu | -180/+119 |
| 2018-09-28 | Auto merge of #54568 - levex:issue-54130, r=nagisa | bors | -0/+68 |
| 2018-09-28 | Auto merge of #54338 - orium:fix-macro-inc-comp, r=nrc | bors | -8/+8 |
| 2018-09-27 | in which inferable outlives-requirements are linted | Zack M. Davis | -0/+855 |
| 2018-09-28 | Auto merge of #54547 - AstralSorcerer:issue-54028, r=eddyb | bors | -0/+10 |
| 2018-09-27 | Auto merge of #54530 - pnkfelix:issue-54047-migrate-ui-run-pass-back-to-run-p... | bors | -68/+1039 |
| 2018-09-27 | ignore {std,fast,vector,this}call on non-x86 windows | Nathan Froyd | -2/+3 |
| 2018-09-27 | Auto merge of #54468 - matthewjasper:fix-polonius, r=nikomatsakis | bors | -0/+92 |
| 2018-09-27 | Allow `unused_variables` lint to placate test failure exposed by macos builders. | Felix S. Klock II | -0/+1 |
| 2018-09-27 | check for proc-macros in "all items" | QuietMisdreavus | -0/+8 |
| 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 | -0/+78 |
| 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/+27 |
| 2018-09-27 | Updated stderr test files. | Alexander Regueiro | -1/+3 |
| 2018-09-26 | use the closure def-id in returns, but closure-base def-id in locals | Niko Matsakis | -0/+14 |
| 2018-09-26 | Get Polonius borrow check to work in simple cases | Matthew Jasper | -0/+92 |
| 2018-09-26 | Auto merge of #54453 - nikomatsakis:nll-issue-53121-shred-outlives, r=pnkfelix | bors | -113/+600 |
| 2018-09-26 | Auto merge of #51946 - japaric:emit-stack-sizes, r=nikomatsakis | bors | -0/+44 |
| 2018-09-26 | fixup! codegen_llvm: check inline assembly constraints with LLVM | Levente Kurusa | -0/+68 |
| 2018-09-26 | don't run the test on macOS | Jorge Aparicio | -1/+7 |
| 2018-09-26 | pacify the mercilous tidy. | Niko Matsakis | -3/+15 |
| 2018-09-26 | update tests and add stderr files | Niko Matsakis | -81/+72 |
| 2018-09-26 | make NLL handle `IfEq` bounds by using SCC normalization | Niko Matsakis | -0/+510 |
| 2018-09-26 | use approx. bounds to decide whether to add outlives obligations | Niko Matsakis | -29/+14 |
| 2018-09-26 | apply `process_registered_region_obligations` at the end of regionck | Niko Matsakis | -15/+4 |
| 2018-09-26 | use `rustc -Vv` in the run-make test | Jorge Aparicio | -4/+4 |
| 2018-09-26 | run test only if LLVM version is >= 6.0.0 | Jorge Aparicio | -0/+13 |
| 2018-09-26 | add run-make test | Jorge Aparicio | -0/+25 |
| 2018-09-26 | Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddyb | bors | -0/+171 |
| 2018-09-26 | Add `#[allow(unused_mut)]` for various cases that arise only in compare-mode=... | Felix S. Klock II | -0/+3 |
| 2018-09-26 | Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ... | Felix S. Klock II | -67/+1030 |
| 2018-09-26 | Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`. | Felix S. Klock II | -0/+0 |
| 2018-09-26 | Auto merge of #53824 - ljedrz:begone_onevector, r=michaelwoerister | bors | -3/+4 |
| 2018-09-26 | Remove OneVector | ljedrz | -3/+4 |
| 2018-09-26 | Auto merge of #54497 - ralexstokes:stabilize_pattern_parentheses, r=nikomatsakis | bors | -31/+2 |
| 2018-09-26 | Auto merge of #54164 - mikhail-m1:54131, r=pnkfelix | bors | -189/+748 |
| 2018-09-26 | Accept trailing comma in `cfg_attr` | Vadim Petrochenkov | -0/+27 |
| 2018-09-25 | Auto merge of #54575 - pietroalbini:rollup, r=pietroalbini | bors | -11/+80 |
| 2018-09-25 | add test for proc-macro re-export | QuietMisdreavus | -0/+64 |