| Age | Commit message (Expand) | Author | Lines |
| 2018-04-13 | std: Minimize size of panicking on wasm | Alex Crichton | -0/+27 |
| 2018-04-13 | Auto merge of #49669 - SimonSapin:global-alloc, r=alexcrichton | bors | -47/+43 |
| 2018-04-13 | Auto merge of #49718 - petrochenkov:fieldcmp, r=eddyb | bors | -83/+478 |
| 2018-04-12 | Rename alloc::Void to alloc::Opaque | Simon Sapin | -10/+10 |
| 2018-04-12 | Use NonNull<Void> instead of *mut u8 in the Alloc trait | Mike Hommey | -12/+13 |
| 2018-04-12 | Restore Global.oom() functionality | Simon Sapin | -0/+1 |
| 2018-04-12 | Remove the now-unit-struct AllocErr parameter of oom() | Simon Sapin | -5/+5 |
| 2018-04-12 | Use the GlobalAlloc trait for #[global_allocator] | Simon Sapin | -33/+27 |
| 2018-04-12 | Add some new tests + Fix failing tests | Vadim Petrochenkov | -39/+208 |
| 2018-04-12 | Move hygiene tests to UI | Vadim Petrochenkov | -0/+223 |
| 2018-04-12 | Avoid comparing fields by name when possible | Vadim Petrochenkov | -1/+1 |
| 2018-04-12 | AST/HIR: Merge field access expressions for named and numeric fields | Vadim Petrochenkov | -43/+46 |
| 2018-04-12 | Implement inferring outlives requirements for references, structs, enum, unio... | toidiu | -1/+674 |
| 2018-04-12 | Auto merge of #49371 - scottmcm:catch-wrapping, r=nikomatsakis | bors | -22/+70 |
| 2018-04-12 | Auto merge of #48528 - bitshifter:repr_packed, r=eddyb | bors | -85/+673 |
| 2018-04-12 | Auto merge of #49698 - SimonSapin:unicode-for-everyone, r=alexcrichton | bors | -7/+5 |
| 2018-04-12 | Dedicated tracking issue for UnicodeVersion and UNICODE_VERSION. | Simon Sapin | -3/+1 |
| 2018-04-12 | Move contents of libstd_unicode into libcore | Simon Sapin | -4/+4 |
| 2018-04-11 | Auto merge of #49875 - kennytm:rollup, r=kennytm | bors | -8/+173 |
| 2018-04-12 | Rollup merge of #48270 - leodasvacas:refactor-casts, r=nikomatsakis | kennytm | -0/+36 |
| 2018-04-12 | Rollup merge of #49730 - sinkuu:fix_ice_49556, r=cramertj | kennytm | -0/+22 |
| 2018-04-12 | Rollup merge of #49856 - varkor:no_mangle-statics-unlinted, r=michaelwoerister | kennytm | -0/+3 |
| 2018-04-11 | Auto merge of #49861 - pnkfelix:compare-mode-nll-followup-2, r=nikomatsakis | bors | -54/+3597 |
| 2018-04-11 | Implementation of `#[repr(packed(n))]` RFC 1399. | Cameron Hart | -85/+673 |
| 2018-04-11 | Rollup merge of #49795 - nox:niche-with-uninhabited-fields, r=eddyb | kennytm | -0/+7 |
| 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/+24 |
| 2018-04-10 | Tweak span for ok-wrapping in no-tail block | Scott McMurray | -8/+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 | -22/+23 |
| 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 | Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, including... | Felix S. Klock II | -54/+54 |
| 2018-04-10 | Do not uppercase-lint no_mangle statics | varkor | -0/+3 |
| 2018-04-10 | Auto merge of #48914 - gaurikholkar:e0389, r=nikomatsakis | bors | -1/+32 |
| 2018-04-10 | Add ignores for powerpc and s390x to target-feature-wrong.rs and update refer... | dragan.mladjenovic | -7/+9 |
| 2018-04-10 | Update ui test references. | dragan.mladjenovic | -7/+7 |
| 2018-04-10 | Small nits to make couple of tests pass on mips targets. | dragan.mladjenovic | -0/+8 |
| 2018-04-10 | Auto merge of #49504 - GuillaumeGomez:doc-all-types, r=QuietMisdreavus | bors | -0/+30 |
| 2018-04-10 | Auto merge of #49258 - zackmdavis:not_going_to_recover, r=petrochenkov | bors | -0/+94 |
| 2018-04-10 | Auto merge of #49435 - tmandry:rule-implied-bound-from-trait, r=nikomatsakis | bors | -1/+147 |
| 2018-04-09 | add regression test for issue #16223: fixed by NLL | Hero | -0/+63 |
| 2018-04-09 | in which the non-shorthand patterns lint keeps its own counsel in macros | Zack M. Davis | -0/+24 |
| 2018-04-09 | in which `!` is suggested for erroneous identifier `not` | Zack M. Davis | -0/+94 |
| 2018-04-09 | Properly look for uninhabitedness of variants in niche-filling check | Anthony Ramine | -0/+7 |
| 2018-04-08 | Auto merge of #49752 - sinkuu:fix_incrcmp_str_lit, r=oli-obk | bors | -0/+64 |
| 2018-04-08 | Auto merge of #49714 - nikomatsakis:issue-49631, r=eddyb | bors | -0/+82 |
| 2018-04-08 | Auto merge of #49704 - leodasvacas:fix-#49344, r=nikomatsakis | bors | -0/+4 |
| 2018-04-07 | Auto merge of #49678 - bobtwinkles:fix_multiple_activations, r=nikomatsakis | bors | -0/+84 |
| 2018-04-07 | Auto merge of #49672 - alexcrichton:fix-another-std-core-cycle, r=michaelwoer... | bors | -0/+1 |