| Age | Commit message (Expand) | Author | Lines |
| 2018-09-29 | Auto merge of #54599 - nikomatsakis:issue-54593-impl-Trait, r=eddyb | bors | -5/+37 |
| 2018-09-29 | Auto merge of #54660 - kennytm:rollup, r=kennytm | bors | -277/+658 |
| 2018-09-29 | Auto merge of #54554 - RalfJung:maybe-uninit, r=nagisa | bors | -254/+85 |
| 2018-09-29 | Rollup merge of #54577 - QuietMisdreavus:docs-for-procs, r=GuillaumeGomez | kennytm | -52/+374 |
| 2018-09-29 | Rollup merge of #54645 - tromey:android-gdb-version, r=alexcrichton | kennytm | -203/+225 |
| 2018-09-29 | Rollup merge of #54635 - neoeinstein:seek-docs, r=alexcrichton | kennytm | -2/+2 |
| 2018-09-29 | Rollup merge of #54604 - alexreg:self_in_typedefs-help, r=estebank | kennytm | -15/+38 |
| 2018-09-29 | Rollup merge of #54598 - pthariensflame:patch-1, r=sfackler | kennytm | -5/+5 |
| 2018-09-29 | Rollup merge of #54590 - alexcrichton:inline-never-rust-panic, r=dtolnay | kennytm | -0/+1 |
| 2018-09-29 | add MaybeUninit | Jorge Aparicio | -0/+96 |
| 2018-09-29 | Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung" | Ralf Jung | -350/+85 |
| 2018-09-29 | Auto merge of #54576 - froydnj:non-x86-abi-adjustment, r=alexcrichton | bors | -3/+14 |
| 2018-09-29 | Rollup merge of #54567 - tromey:paths-in-stamp-hashes, r=Mark-Simulacrum | kennytm | -0/+13 |
| 2018-09-29 | Auto merge of #54278 - eddyb:spanned-generic-predicates, r=nikomatsakis | bors | -297/+272 |
| 2018-09-29 | Auto merge of #53013 - zackmdavis:infer_outlints, r=nikomatsakis | bors | -1/+1095 |
| 2018-09-28 | Compute Android gdb version in compiletest | Tom Tromey | -203/+225 |
| 2018-09-28 | Fix RLS toolstate after #54356 merge | Igor Matuszewski | -0/+0 |
| 2018-09-28 | rustc: keep a Span for each predicate in ty::GenericPredicates. | Eduard-Mihai Burtescu | -297/+272 |
| 2018-09-28 | Improve docs for std::io::Seek | Marcus Griep | -2/+2 |
| 2018-09-28 | Auto merge of #54356 - Xanewok:save-analysis-invocation, r=nrc | bors | -25/+123 |
| 2018-09-28 | Auto merge of #54568 - levex:issue-54130, r=nagisa | bors | -6/+122 |
| 2018-09-28 | Auto merge of #54338 - orium:fix-macro-inc-comp, r=nrc | bors | -15/+47 |
| 2018-09-27 | in which inferable outlives-requirements are linted | Zack M. Davis | -1/+1095 |
| 2018-09-28 | Auto merge of #54547 - AstralSorcerer:issue-54028, r=eddyb | bors | -4/+11 |
| 2018-09-28 | Use rls-data 0.18.1 | Igor Matuszewski | -1/+0 |
| 2018-09-28 | Also remap absolute source names in save-analysis | Igor Matuszewski | -5/+12 |
| 2018-09-28 | Minimize final diff | Igor Matuszewski | -13/+7 |
| 2018-09-28 | Remap only source files in the command line | Igor Matuszewski | -39/+32 |
| 2018-09-28 | Emit only necessary compilation options in save-analysis | Igor Matuszewski | -34/+47 |
| 2018-09-28 | Move `filename_for_metadata` to codegen_utils | Igor Matuszewski | -10/+15 |
| 2018-09-28 | Emit used rustc invocation in the save-analysis file | Igor Matuszewski | -14/+101 |
| 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 | -3/+14 |
| 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 | check for proc-macros in "all items" | QuietMisdreavus | -0/+8 |
| 2018-09-27 | show "all items" link even if crate doesn't have a version | QuietMisdreavus | -4/+5 |
| 2018-09-27 | add attributes/derives to "all items" page | 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 | -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-27 | Updated stderr test files. | Alexander Regueiro | -1/+3 |
| 2018-09-27 | Added help message for feature gate. | Alexander Regueiro | -14/+35 |
| 2018-09-26 | Auto merge of #54526 - nnethercote:shrink-StatementKind, r=nagisa | bors | -62/+83 |
| 2018-09-26 | use the closure def-id in returns, but closure-base def-id in locals | Niko Matsakis | -5/+37 |
| 2018-09-26 | Get Polonius borrow check to work in simple cases | Matthew Jasper | -80/+172 |