| Age | Commit message (Expand) | Author | Lines |
| 2018-03-21 | report an error if we see an unexpected lifetime in impl Trait | Niko Matsakis | -34/+291 |
| 2018-03-21 | fix vector fmin/fmax non-fast/fast intrinsics NaN handling | gnzlbg | -4/+4 |
| 2018-03-21 | Bump racer and home | Bastien Orivel | -102/+12 |
| 2018-03-21 | document format_args! further wrt. Debug & Display" | Mazdak Farrokhzad | -0/+12 |
| 2018-03-21 | document format_args! behavior wrt. Display and Debug | Mazdak Farrokhzad | -6/+66 |
| 2018-03-21 | Use NOTE instead of error-pattern directive | Tyler Mandry | -1/+2 |
| 2018-03-21 | termination_trait: Add () example to error message | Tyler Mandry | -3/+3 |
| 2018-03-21 | Revert "remove FIXME(#33435) and remove the spurious failures counter measure" | Niv Kaminer | -0/+5 |
| 2018-03-20 | Revert "Stabilize termination_trait in 1.25, not 1.26" | Tyler Mandry | -2/+2 |
| 2018-03-21 | Auto merge of #49200 - oli-obk:extern_static_metadata, r=michaelwoerister | bors | -3/+38 |
| 2018-03-20 | whitelist every target feature for rustdoc | QuietMisdreavus | -4/+26 |
| 2018-03-21 | Make resuming generators unsafe instead of the creation of immovable generato... | John Kåre Alsaker | -124/+96 |
| 2018-03-21 | Rollup merge of #49196 - Phlosioneer:49123-sort-where-conditions, r=QuietMisd... | kennytm | -37/+67 |
| 2018-03-20 | Propose a variant if it is an enum for E0599 | Guillaume Gomez | -2/+19 |
| 2018-03-20 | Pass attributes to hir::TyParam | Mrowqa | -0/+3 |
| 2018-03-20 | rewrite to use a custom folder | Niko Matsakis | -42/+50 |
| 2018-03-20 | typeck: Report main return type errors on return type span | Tyler Mandry | -3/+14 |
| 2018-03-20 | Don't check interpret_interner when accessing a static to fix miri mutable st... | bjorn3 | -22/+10 |
| 2018-03-20 | change all appropriate EPOCH to EDITION | Kurtis Nusbaum | -2/+2 |
| 2018-03-20 | rename epoch to edition | Kurtis Nusbaum | -95/+95 |
| 2018-03-20 | talk about force-unstable-if-unmarked | QuietMisdreavus | -0/+13 |
| 2018-03-20 | talk about --display-warnings | QuietMisdreavus | -0/+16 |
| 2018-03-20 | Remove outdated comment | Oliver Schneider | -1/+0 |
| 2018-03-20 | Add unit test for Implemented-From-Env | varkor | -0/+30 |
| 2018-03-20 | Implement Rule Implemented-From-Env | varkor | -0/+32 |
| 2018-03-20 | Improve comments for Rule Implemented-From-Impl | varkor | -4/+13 |
| 2018-03-20 | Run the `run-make` tests last, so more tests run on Windows when `make` is un... | John Kåre Alsaker | -2/+4 |
| 2018-03-20 | ci: Print out how long each step takes on CI | Alex Crichton | -22/+77 |
| 2018-03-20 | Update Cargo to fix regression | Aleksey Kladov | -7/+7 |
| 2018-03-20 | Make compiletest do exact matching on triples | varkor | -2/+4 |
| 2018-03-20 | Remove StdioRaw doc additions, add backticks | Phlosioneer | -10/+1 |
| 2018-03-20 | Add more canonicalisations for OS_TABLE and ARCH_TABLE | varkor | -5/+21 |
| 2018-03-20 | Auto merge of #49190 - kennytm:rollup, r=kennytm | bors | -662/+1033 |
| 2018-03-20 | Encode/decode extern statics in metadata and incremental cache | Oliver Schneider | -3/+38 |
| 2018-03-20 | Implement some trivial size_hints for various iterators | Phlosioneer | -0/+102 |
| 2018-03-20 | Auto merge of #48516 - petrochenkov:stabsl, r=nikomatsakis | bors | -226/+124 |
| 2018-03-20 | ignore emscripten in run-pass test | gnzlbg | -0/+2 |
| 2018-03-20 | diagnostics: Remove main return type errors from E0580 | Tyler Mandry | -3/+3 |
| 2018-03-20 | Match against friendly error message | Tyler Mandry | -2/+2 |
| 2018-03-20 | Fix tidy trailing whitespace | Phlosioneer | -2/+2 |
| 2018-03-19 | Fix ordering of auto-generated trait bounds in rustdoc output | Phlosioneer | -37/+67 |
| 2018-03-20 | Rollup merge of #49184 - bdrewery:update-beta-freebsd, r=alexcrichton | kennytm | -1/+1 |
| 2018-03-20 | Rollup merge of #49166 - dileepbapat:pr-49133, r=nikomatsakis | kennytm | -4/+4 |
| 2018-03-20 | Rollup merge of #49161 - rust-lang:SimonSapin-patch-1, r=KodrAus | kennytm | -1/+1 |
| 2018-03-20 | Rollup merge of #49157 - estebank:const-into, r=oli-obk | kennytm | -1/+50 |
| 2018-03-20 | Rollup merge of #49152 - GuillaumeGomez:rustdoc-event-handling, r=QuietMisdre... | kennytm | -33/+40 |
| 2018-03-19 | Reduce diagnostic verbosity by removing labels | Esteban Küber | -23/+18 |
| 2018-03-19 | Convert SerializedDepGraph to be a struct-of-arrays | Wesley Wiser | -10/+20 |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -226/+124 |
| 2018-03-19 | Simplify PATH key comparison | Bryan Drewery | -1/+1 |