| Age | Commit message (Expand) | Author | Lines |
| 2018-05-04 | Rename idiom lints to migration lints | Manish Goregaokar | -1/+1 |
| 2018-05-04 | Mark lints with applicability | Manish Goregaokar | -12/+25 |
| 2018-05-04 | proc_macro: Explicitly make everything !Send/Sync | Alex Crichton | -1/+46 |
| 2018-05-04 | Make extern_absolute_paths only work on the new edition | Manish Goregaokar | -9/+19 |
| 2018-05-04 | Make --edition imply the preview flag | Manish Goregaokar | -0/+6 |
| 2018-05-04 | Rename breakage lints | Manish Goregaokar | -2/+2 |
| 2018-05-04 | Add catch and proc macros to the edition (fixes #50443) | Manish Goregaokar | -2/+2 |
| 2018-05-04 | Auto merge of #49870 - pnkfelix:issue-27282-immut-borrow-all-pat-ids-in-guard... | bors | -92/+505 |
| 2018-05-04 | Auto merge of #50435 - cuviper:rm-lookup_host, r=sfackler | bors | -72/+3 |
| 2018-05-04 | Update mir-opt test to reflect change to MIR code-generation. | Felix S. Klock II | -53/+61 |
| 2018-05-04 | bootstrap: Fix LLVM bin path setup for Windows. | Michael Woerister | -14/+39 |
| 2018-05-04 | Auto merge of #50409 - KiChjang:issue-50343, r=nikomatsakis | bors | -3/+37 |
| 2018-05-04 | Merge armv5te musl container with dist-various-1 | Harm Berntsen | -48/+9 |
| 2018-05-04 | Add eabi suffix to armv5te musl target | Harm Berntsen | -6/+6 |
| 2018-05-04 | Auto merge of #50398 - llogiq:memchr-nano-opt, r=nagisa | bors | -13/+2 |
| 2018-05-04 | Check that rustc can be built successfully with parallel queries for PRs. | Michael Woerister | -3/+4 |
| 2018-05-04 | Auto merge of #50433 - nrc:update, r=alexcrichton | bors | -8/+9 |
| 2018-05-04 | Update RLS and Rustfmt (and Cargo) | Nick Cameron | -8/+9 |
| 2018-05-04 | Auto merge of #50397 - sgrif:sg-smaller-universe-refactorings, r=nikomatsakis | bors | -156/+168 |
| 2018-05-03 | Remove the deprecated std::net::{lookup_host,LookupHost} | Josh Stone | -72/+3 |
| 2018-05-04 | Ping infra team on all tool bustage | Nick Cameron | -1/+1 |
| 2018-05-03 | Auto merge of #50413 - kennytm:rollup, r=kennytm | bors | -60/+161 |
| 2018-05-04 | Rollup merge of #50320 - GuillaumeGomez:fix-search-path-generation, r=QuietMi... | kennytm | -5/+7 |
| 2018-05-03 | Fix invalid path generation in rustdoc search | Guillaume Gomez | -5/+7 |
| 2018-05-04 | Rollup merge of #50416 - rleungx:non-lifetime, r=estebank | kennytm | -2/+28 |
| 2018-05-04 | Rollup merge of #50406 - ExpHP:concat-nonzero-idents, r=dtolnay | kennytm | -4/+32 |
| 2018-05-04 | Rollup merge of #50421 - kennytm:fix-50415-ice-when-returning-range-inclusive... | kennytm | -13/+34 |
| 2018-05-04 | Rollup merge of #50417 - matklad:pr-50379, r=alexcrichton | kennytm | -0/+0 |
| 2018-05-04 | Rollup merge of #50407 - nnethercote:inline-BytePos, r=michaelwoerister | kennytm | -0/+10 |
| 2018-05-04 | Rollup merge of #50401 - alexcrichton:remove-path-from-str, r=sfackler | kennytm | -27/+0 |
| 2018-05-04 | Rollup merge of #50393 - oli-obk:packed_const_panic, r=eddyb | kennytm | -4/+30 |
| 2018-05-04 | Rollup merge of #50365 - nnethercote:nearest_common_ancestor-two-vecs, r=niko... | kennytm | -5/+6 |
| 2018-05-04 | Rollup merge of #50360 - kennytm:fix-50232-clarify-unstable-name-collision, r... | kennytm | -3/+3 |
| 2018-05-04 | Rollup merge of #50349 - GuillaumeGomez:rename-type-declaration-label, r=este... | kennytm | -1/+1 |
| 2018-05-03 | Add armv5te-unknown-linux-musl target | Harm Berntsen | -0/+89 |
| 2018-05-03 | Fix issue #50415. | kennytm | -2/+29 |
| 2018-05-03 | Update Cargo | Aleksey Kladov | -0/+0 |
| 2018-05-03 | rustdoc: Resolve nested `impl Trait`s | Shotaro Yamada | -31/+39 |
| 2018-05-03 | Avoid many `cmt` allocations. | Nicholas Nethercote | -209/+208 |
| 2018-05-03 | Unit test for the new implicit borrow and deref within the | Felix S. Klock II | -0/+61 |
| 2018-05-03 | When using NLL, implicitly borrow match bindings for any guard, | Felix S. Klock II | -38/+373 |
| 2018-05-03 | Instrument `statement_effect_on_borrows` for the `lhs = &place` case. | Felix S. Klock II | -0/+6 |
| 2018-05-03 | Improve instrumentation for the bug reported during `fn report_borrowed_value... | Felix S. Klock II | -1/+2 |
| 2018-05-03 | Include the test name when reporting that an expected line was not found in a... | Felix S. Klock II | -0/+2 |
| 2018-05-03 | Auto merge of #50030 - flip1995:rfc2103, r=petrochenkov | bors | -302/+391 |
| 2018-05-03 | check if the token is a lifetime before parsing | rleungx | -2/+28 |
| 2018-05-03 | update concat_idents doc stubs | Michael Lamparski | -4/+4 |
| 2018-05-03 | run-make/cross-lang-lto: Make output artifact names consistent across platforms. | Michael Woerister | -2/+3 |
| 2018-05-03 | Don't run LTO passes in rustc when cross-lang LTO is enabled. | Michael Woerister | -0/+4 |
| 2018-05-03 | Make run-make host_test!(). | Michael Woerister | -1/+1 |