| Age | Commit message (Expand) | Author | Lines |
| 2018-04-12 | Rollup merge of #49856 - varkor:no_mangle-statics-unlinted, r=michaelwoerister | kennytm | -0/+6 |
| 2018-04-11 | Auto merge of #49872 - oli-obk:clippy, r=Manishearth | bors | -18/+18 |
| 2018-04-11 | Ignore copyright year when generating deriving span tests | varkor | -6/+19 |
| 2018-04-11 | Add test for derive(PartialOrd) correctness | varkor | -0/+18 |
| 2018-04-11 | Remove redundant operation in derive[PartialEq] | varkor | -28/+58 |
| 2018-04-11 | Optimise the last field operations in derive[PartialOrd] | varkor | -51/+72 |
| 2018-04-11 | Add cs_fold1 for better derives | varkor | -17/+92 |
| 2018-04-11 | Auto merge of #49861 - pnkfelix:compare-mode-nll-followup-2, r=nikomatsakis | bors | -56/+3626 |
| 2018-04-11 | Removed proc test | Joshua Barretto | -19/+0 |
| 2018-04-11 | Don't inject clippy into rls on stable/beta | Oliver Schneider | -1/+2 |
| 2018-04-11 | Reenumerated symbols | Joshua Barretto | -13/+13 |
| 2018-04-11 | Fix derive(PartialOrd) implementation | varkor | -6/+10 |
| 2018-04-11 | Implementation of `#[repr(packed(n))]` RFC 1399. | Cameron Hart | -162/+844 |
| 2018-04-11 | Rollup merge of #49809 - Mark-Simulacrum:no-color-for-dumb, r=alexcrichton | kennytm | -1/+3 |
| 2018-04-11 | Rollup merge of #49795 - nox:niche-with-uninhabited-fields, r=eddyb | kennytm | -3/+10 |
| 2018-04-11 | Rollup merge of #49781 - Robbepop:master, r=nikomatsakis | kennytm | -0/+63 |
| 2018-04-11 | Rollup merge of #49665 - draganmladjenovic:mips_tests, r=nikomatsakis | kennytm | -8/+18 |
| 2018-04-11 | Rollup merge of #49614 - zackmdavis:the_phantom_menace, r=petrochenkov | kennytm | -0/+30 |
| 2018-04-11 | Rollup merge of #49575 - tmccombs:option-filter-stabilize, r=withoutboats | kennytm | -4/+1 |
| 2018-04-11 | Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcm | kennytm | -34/+33 |
| 2018-04-11 | Update clippy and rls | Oliver Schneider | -18/+18 |
| 2018-04-11 | Prevent EPIPE causing ICEs in rustc and rustdoc | varkor | -3/+19 |
| 2018-04-11 | alloc: Mark `Box::into_unique` with `#[doc(hidden)]` | Daiki Mizukami | -0/+1 |
| 2018-04-11 | Auto merge of #49681 - tmccombs:take-set-limit-stable, r=sfackler | bors | -2/+1 |
| 2018-04-11 | Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichton | bors | -63/+26 |
| 2018-04-10 | Tweak span for ok-wrapping in no-tail block | Scott McMurray | -9/+6 |
| 2018-04-10 | Fix the unstable book to account for ok-wrapping | Scott McMurray | -4/+4 |
| 2018-04-10 | Add a UI test that the span for the catch type error is in the right place | Scott McMurray | -0/+51 |
| 2018-04-10 | Add ok-wrapping to catch blocks, per RFC | Scott McMurray | -39/+80 |
| 2018-04-10 | Add symmetric requirement of PartialOrd. | Steven Malis | -8/+8 |
| 2018-04-10 | Allow incorrectly reported unused attribute warning | Mark Simulacrum | -0/+3 |
| 2018-04-11 | Auto merge of #49695 - michaelwoerister:unhygienic-ty-min, r=nikomatsakis | bors | -35/+52 |
| 2018-04-10 | add target features when extracting and running doctests | QuietMisdreavus | -5/+10 |
| 2018-04-11 | fixed typo | memoryleak47 | -1/+1 |
| 2018-04-11 | Checkpoint the current status of NLL on `ui` tests via compare-mode=nll. | Felix S. Klock II | -0/+3543 |
| 2018-04-11 | std: Mark `ptr::Unique` with `#[doc(hidden)]` | Daiki Mizukami | -0/+1 |
| 2018-04-11 | Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, including... | Felix S. Klock II | -54/+54 |
| 2018-04-10 | Fix "fp" feature for AArch64 | Amanieu d'Antras | -0/+1 |
| 2018-04-10 | Do not uppercase-lint no_mangle statics | varkor | -0/+6 |
| 2018-04-10 | add codegen options section | steveklabnik | -0/+208 |
| 2018-04-10 | proc_macro: Avoid cached TokenStream more often | Alex Crichton | -12/+121 |
| 2018-04-10 | Auto merge of #48914 - gaurikholkar:e0389, r=nikomatsakis | bors | -24/+182 |
| 2018-04-10 | Add --enable-debug flag to musl CI build script | Alec Mocatta | -1/+1 |
| 2018-04-11 | Add test | Shotaro Yamada | -0/+58 |
| 2018-04-11 | Extend `ExternCrate` to cover externs inferred from `use` or paths | Shotaro Yamada | -51/+173 |
| 2018-04-10 | Auto merge of #49386 - GuillaumeGomez:fix-path-attribute, r=eddyb | bors | -4/+7 |
| 2018-04-10 | Make Session.injected_panic_runtime thread-safe | John Kåre Alsaker | -4/+6 |
| 2018-04-10 | Make Session.injected_allocator and Session.allocator_kind thread-safe | John Kåre Alsaker | -5/+13 |
| 2018-04-10 | Make Session.dependency_formats thread-safe | John Kåre Alsaker | -4/+5 |
| 2018-04-10 | Make Session.crate_types thread-safe | John Kåre Alsaker | -14/+18 |