| Age | Commit message (Expand) | Author | Lines |
| 2018-04-19 | Auto merge of #49900 - pnkfelix:compare-mode-nll-followup-3, r=nikomatsakis | bors | -256/+249 |
| 2018-04-19 | Sign extend constants in range patterns | Oliver Schneider | -0/+19 |
| 2018-04-18 | Auto merge of #50017 - tinaun:stabilize-all-the-things, r=sfackler | bors | -1/+1 |
| 2018-04-18 | Auto merge of #50006 - rcoh:reorder-compiler-builtins, r=oli-obk | bors | -0/+25 |
| 2018-04-18 | When running under compare-mode=nll, generate expected output to `foo.nll.std... | Felix S. Klock II | -0/+6 |
| 2018-04-18 | Workaround rust-lang/rust#49998 by opting into experimental `-Z nll-subminima... | Felix S. Klock II | -9/+12 |
| 2018-04-18 | Removed `.nll.stderr` files that currently match their corresponding `.stderr... | Felix S. Klock II | -140/+0 |
| 2018-04-18 | Trivial updates to `.nll.stderr` files post-rebase, reflecting s/-Znll/nll/ i... | Felix S. Klock II | -57/+57 |
| 2018-04-18 | Update the previously checkpointed (but unused by bors) tests to reflect curr... | Felix S. Klock II | -50/+174 |
| 2018-04-18 | Auto merge of #49981 - nox:fix-signed-niches, r=eddyb | bors | -0/+20 |
| 2018-04-18 | Auto merge of #49950 - Zoxc:default-span, r=estebank | bors | -133/+83 |
| 2018-04-17 | Auto merge of #50033 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -9/+18 |
| 2018-04-17 | Rollup merge of #50032 - ollie27:rustdoc_all_private, r=GuillaumeGomez | Guillaume Gomez | -0/+8 |
| 2018-04-17 | Rollup merge of #49966 - GuillaumeGomez:comma-search, r=QuietMisdreavus | Guillaume Gomez | -0/+20 |
| 2018-04-17 | Rollup merge of #49699 - zesterer:master, r=joshtriplett | Guillaume Gomez | -19/+0 |
| 2018-04-17 | Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelix | bors | -331/+430 |
| 2018-04-17 | Auto merge of #49626 - fanzier:chalk-lowering, r=scalexm | bors | -1/+16 |
| 2018-04-17 | Auto merge of #49542 - GuillaumeGomez:intra-link-resolution-error, r=Guillaum... | bors | -1/+24 |
| 2018-04-17 | stabilize `nonnull_cast` feature | tinaun | -1/+1 |
| 2018-04-17 | Auto merge of #49664 - alexcrichton:stable-simd, r=BurntSushi | bors | -83/+46 |
| 2018-04-16 | Auto merge of #49488 - alexcrichton:small-wasm-panic, r=sfackler | bors | -0/+46 |
| 2018-04-16 | Remove unwanted auto-linking and update | Guillaume Gomez | -2/+2 |
| 2018-04-16 | Fix nits | Guillaume Gomez | -2/+0 |
| 2018-04-16 | Add rustdoc-ui test suite | Guillaume Gomez | -0/+25 |
| 2018-04-16 | Update tests | John Kåre Alsaker | -133/+83 |
| 2018-04-16 | Separately gate each target_feature feature | Alex Crichton | -3/+46 |
| 2018-04-17 | Rollup merge of #49931 - csmoe:end_span, r=estebank | kennytm | -1/+1 |
| 2018-04-16 | Reorder injection of std to get better compilation error | Russell Cohen | -0/+25 |
| 2018-04-16 | Stabilize x86/x86_64 SIMD | Alex Crichton | -80/+0 |
| 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 | Stop duplicating where clauses from impl's. | Fabian Zaiser | -1/+1 |
| 2018-04-15 | Implement Chalk lowering rule Normalize-From-Impl | Fabian Zaiser | -1/+16 |
| 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 | Properly handle ranges of signed enums using both extremums (fixes #49973) | Anthony Ramine | -0/+20 |
| 2018-04-15 | remove -Znll -- borrowck=mir implies nll now | Niko Matsakis | -331/+396 |
| 2018-04-15 | determine whether a borrow is active based solely on the location | Niko Matsakis | -0/+34 |
| 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 | Add multi-query search | Guillaume Gomez | -0/+20 |
| 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 |