| Age | Commit message (Expand) | Author | Lines |
| 2018-04-16 | Add rustdoc-ui test suite | Guillaume Gomez | -0/+25 |
| 2018-04-16 | Auto merge of #49956 - QuietMisdreavus:rustdoc-codegen, r=GuillaumeGomez | bors | -0/+21 |
| 2018-04-16 | Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkov | bors | -0/+77 |
| 2018-04-16 | Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov | bors | -89/+50 |
| 2018-04-15 | Check generated save-analysis, instead of `bug!()`ing | Shotaro Yamada | -0/+19 |
| 2018-04-15 | Auto merge of #49833 - oli-obk:incremental_miri_regression, r=michaelwoerister | bors | -0/+19 |
| 2018-04-15 | Auto merge of #49885 - spastorino:fn_ref_unsound, r=nikomatsakis | bors | -0/+40 |
| 2018-04-15 | Auto merge of #49881 - varkor:partialord-opt, r=Manishearth | bors | -4/+32 |
| 2018-04-15 | Auto merge of #48173 - GuillaumeGomez:error-codes-libsyntax_ext, r=estebank | bors | -2/+50 |
| 2018-04-14 | ignore stage1 testing | Guillaume Gomez | -3/+10 |
| 2018-04-14 | Add tests and longer error explanation | Guillaume Gomez | -2/+43 |
| 2018-04-14 | Rollup merge of #49864 - QuietMisdreavus:doctest-target-features, r=Guillaume... | kennytm | -0/+31 |
| 2018-04-14 | Rollup merge of #49958 - glandium:cleanup, r=SimonSapin | kennytm | -14/+14 |
| 2018-04-14 | Don't recurse into allocations, use a global table instead | Oliver Schneider | -0/+19 |
| 2018-04-14 | Replace remaining uses of deprecated Heap with Global | Mike Hommey | -8/+8 |
| 2018-04-14 | Replace remaining uses of deprecated std::heap with std::alloc | Mike Hommey | -8/+8 |
| 2018-04-14 | Rollup merge of #49852 - alexcrichton:fix-more-proc-macros, r=nrc | kennytm | -0/+94 |
| 2018-04-14 | Auto merge of #49326 - petrochenkov:nteq, r=eddyb | bors | -0/+47 |
| 2018-04-14 | macros: Do not match on "complex" nonterminals requiring AST comparisons | Vadim Petrochenkov | -0/+47 |
| 2018-04-13 | Auto merge of #49585 - GuillaumeGomez:rename-to-compile-pass, r=Mark-Simulacrum | bors | -128/+128 |
| 2018-04-13 | Rename must-compile-successfully into compile-pass | Guillaume Gomez | -128/+128 |
| 2018-04-13 | add -C parameter to rustdoc | QuietMisdreavus | -0/+21 |
| 2018-04-13 | Auto merge of #49830 - sinkuu:fix_ice_47715, r=cramertj | bors | -0/+38 |
| 2018-04-13 | Auto merge of #49808 - spastorino:dump_cause_ice, r=nikomatsakis | bors | -0/+44 |
| 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 test for using target features in doctests | QuietMisdreavus | -0/+31 |
| 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-11 | Fix unsoundness bug in functions input references | Santiago Pastorino | -0/+40 |
| 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-11 | Update compile-fail tests | varkor | -4/+14 |
| 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 | Add test for derive(PartialOrd) correctness | varkor | -0/+18 |
| 2018-04-11 | Auto merge of #49861 - pnkfelix:compare-mode-nll-followup-2, r=nikomatsakis | bors | -54/+3597 |