| Age | Commit message (Expand) | Author | Lines |
| 2019-04-29 | Auto merge of #60182 - matklad:lexer-cleanup, r=petrochenkov | bors | -6/+4 |
| 2019-04-28 | Remove unused TyCtxt argument from allow_two_phase_borrow function | flip1995 | -9/+6 |
| 2019-04-28 | Fix lint findings in librustdoc | flip1995 | -7/+7 |
| 2019-04-28 | Fix lint findings in librustc_mir | flip1995 | -41/+41 |
| 2019-04-28 | Fix lint findings in librustc_traits | flip1995 | -32/+32 |
| 2019-04-28 | Fix lint findings in librustc_typeck | flip1995 | -14/+14 |
| 2019-04-28 | Fix lint findings in librustc_metadata | flip1995 | -5/+5 |
| 2019-04-28 | Fix lint findings in librustc | flip1995 | -56/+56 |
| 2019-04-28 | Update *.stderr files | flip1995 | -1/+101 |
| 2019-04-28 | Add tests | flip1995 | -0/+99 |
| 2019-04-28 | Implement internal lints | flip1995 | -12/+126 |
| 2019-04-28 | Auto merge of #60352 - Centril:const-incomplete-features, r=oli-obk | bors | -6/+9 |
| 2019-04-28 | Float 'incomplete_features' out to a const for visibility. | Mazdak Farrokhzad | -6/+9 |
| 2019-04-28 | Auto merge of #60351 - Centril:rollup-5xv3tka, r=Centril | bors | -18/+13 |
| 2019-04-28 | Rollup merge of #60347 - JohnTitor:remove-flags, r=matthewjasper | Mazdak Farrokhzad | -14/+3 |
| 2019-04-28 | Rollup merge of #60325 - Centril:doc-ast-exprkind-type, r=oli-obk | Mazdak Farrokhzad | -0/+1 |
| 2019-04-28 | Rollup merge of #60270 - alexcrichton:metadata-multi-cgu, r=oli-obk | Mazdak Farrokhzad | -3/+2 |
| 2019-04-28 | Rollup merge of #60022 - nathankleyn:fix-issue-59543, r=Centril | Mazdak Farrokhzad | -1/+7 |
| 2019-04-28 | Remove unnecessary function | Yuki OKUSHI | -7/+2 |
| 2019-04-28 | Auto merge of #60346 - dima74:patch-1, r=GuillaumeGomez | bors | -1/+1 |
| 2019-04-28 | Remove two-phase-beyond-autoref | Yuki OKUSHI | -5/+1 |
| 2019-04-28 | Remove two-phase-borrows | Yuki OKUSHI | -2/+0 |
| 2019-04-28 | Auto merge of #60333 - Centril:stabilize-iterator-copied, r=varkor | bors | -11/+9 |
| 2019-04-28 | Fix default value for setting "Auto-hide item methods' documentation" | Dmitry Murzin | -1/+1 |
| 2019-04-27 | Auto merge of #60313 - cuviper:thinlto-import, r=alexcrichton | bors | -1/+4 |
| 2019-04-27 | Auto merge of #60288 - Zoxc:update-rayon, r=nikomatsakis | bors | -6/+6 |
| 2019-04-27 | Stabilize Iterator::copied in 1.36.0. | Mazdak Farrokhzad | -11/+9 |
| 2019-04-27 | Rollup merge of #60316 - mgeier:rename-capacity-parameter, r=joshtriplett | Mazdak Farrokhzad | -16/+16 |
| 2019-04-27 | Rollup merge of #60315 - pietroalbini:fix-tools-version, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+2 |
| 2019-04-27 | Rollup merge of #60307 - dima74:fix/56018, r=GuillaumeGomez | Mazdak Farrokhzad | -11/+35 |
| 2019-04-27 | Rollup merge of #60292 - varkor:ty-tuple-substs, r=nikomatsakis | Mazdak Farrokhzad | -93/+146 |
| 2019-04-27 | Document ast::ExprKind::Type. | Mazdak Farrokhzad | -0/+1 |
| 2019-04-27 | Auto merge of #59887 - eddyb:safer-metadata, r=Zoxc | bors | -45/+80 |
| 2019-04-27 | Auto merge of #59540 - Zoxc:the-arena-2, r=michaelwoerister | bors | -89/+107 |
| 2019-04-26 | Auto merge of #60306 - RalfJung:xargo, r=alexcrichton | bors | -0/+1 |
| 2019-04-26 | Update handling of Tuple | varkor | -90/+134 |
| 2019-04-26 | Replace `&'tcx List<Ty<'tcx>>` in `Tuple` with `SubstsRef<'tcx>` | varkor | -1/+1 |
| 2019-04-26 | Add expect_ty method to Kind | varkor | -2/+11 |
| 2019-04-26 | Make "Implementations on Foreign Types" items in sidebar link to specific impls | Dmitry Murzin | -11/+35 |
| 2019-04-26 | Update rustc-rayon version | John Kåre Alsaker | -6/+6 |
| 2019-04-26 | Use "capacity" as parameter name in with_capacity() methods | Matthias Geier | -16/+16 |
| 2019-04-26 | bootstrap: use correct version numbers for llvm-tools and lldb | Pietro Albini | -2/+2 |
| 2019-04-26 | Limit internalization in LLVM 8 ThinLTO | Josh Stone | -1/+4 |
| 2019-04-26 | include rustc-std-workspace-alloc in rust-src | Ralf Jung | -0/+1 |
| 2019-04-26 | Auto merge of #60303 - CryZe:patch-6, r=Centril | bors | -6/+2 |
| 2019-04-26 | Remove feature gates from std and tests | Christopher Serr | -2/+0 |
| 2019-04-26 | Stabilize pointer::align_offset | Christopher Serr | -4/+2 |
| 2019-04-26 | Auto merge of #60240 - mati865:musl_toolchain, r=alexcrichton | bors | -10/+9 |
| 2019-04-26 | Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasper | bors | -3/+76 |
| 2019-04-26 | Rollup merge of #60289 - tmandry:allow-features-include-std, r=cramertj | Mazdak Farrokhzad | -19/+35 |