| Age | Commit message (Expand) | Author | Lines |
| 2018-03-25 | Auto merge of #49141 - gnzlbg:simd_select, r=alexcrichton | bors | -0/+259 |
| 2018-03-25 | Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakis | kennytm | -171/+26 |
| 2018-03-25 | Rollup merge of #49318 - steveklabnik:update-books, r=kennytm | kennytm | -0/+0 |
| 2018-03-25 | Rollup merge of #49314 - Mark-Simulacrum:remove-getopts, r=alexcrichton | kennytm | -1622/+0 |
| 2018-03-25 | Rollup merge of #49312 - GuillaumeGomez:fix-ie11-search, r=QuietMisdreavus | kennytm | -0/+7 |
| 2018-03-25 | Rollup merge of #49290 - cuviper:unextended-dist-rustfmt, r=nikomatsakis | kennytm | -1/+0 |
| 2018-03-25 | Rollup merge of #49274 - oli-obk:slow_miri, r=michaelwoerister,eddyb | kennytm | -58/+44 |
| 2018-03-25 | Rollup merge of #49273 - michaelwoerister:fix-extern-proc-macro-defkey, r=eddyb | kennytm | -2/+19 |
| 2018-03-25 | Rollup merge of #49268 - ordovicia:dotdot-pattern-diag, r=petrochenkov | kennytm | -1/+44 |
| 2018-03-25 | Rollup merge of #49254 - Tacklebox:atan2_doc, r=QuietMisdreavus | kennytm | -8/+10 |
| 2018-03-25 | Rollup merge of #49235 - topecongiro:run-rustfmt/libtest, r=nrc | kennytm | -233/+182 |
| 2018-03-25 | Rollup merge of #49229 - Centril:doc/format_args_display_debug, r=steveklabnik | kennytm | -6/+78 |
| 2018-03-25 | Rollup merge of #49203 - Eijebong:lets-cleanup-dependencies, r=Mark-Simulacrum | kennytm | -102/+12 |
| 2018-03-25 | Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertj | kennytm | -124/+96 |
| 2018-03-25 | Rollup merge of #49193 - davidtwco:issue-29893, r=alexcrichton | kennytm | -45/+202 |
| 2018-03-25 | Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakis | kennytm | -61/+85 |
| 2018-03-25 | Rollup merge of #49122 - scottmcm:z-align-attr, r=cramertj | kennytm | -1/+3 |
| 2018-03-25 | Rollup merge of #49121 - varkor:stabilise-from_utf8_error_as_bytes, r=bluss | kennytm | -2/+1 |
| 2018-03-25 | Rollup merge of #49120 - Zoxc:parallel-ci, r=alexcrichton | kennytm | -0/+9 |
| 2018-03-25 | Rollup merge of #49089 - alexcrichton:fix-timings, r=Mark-Simulacrum | kennytm | -54/+60 |
| 2018-03-25 | Rollup merge of #49076 - bobdavelisafrank:filetype-metadata-docfix, r=bluss | kennytm | -3/+32 |
| 2018-03-25 | Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoerister | kennytm | -56/+118 |
| 2018-03-24 | update books for next release | steveklabnik | -0/+0 |
| 2018-03-24 | Auto merge of #49251 - nikomatsakis:issue-15872-elision-impl-header, r=cramertj | bors | -1107/+2081 |
| 2018-03-24 | Auto merge of #48552 - kennytm:lower-unstable-priority, r=nikomatsakis | bors | -92/+381 |
| 2018-03-24 | Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakis | bors | -33/+358 |
| 2018-03-24 | Fix test for PR #49268 | Hidehito Yabuuchi | -11/+4 |
| 2018-03-23 | Auto merge of #49311 - SimonSapin:bootstrap-vs-rustflags-the-return, r=Mark-S... | bors | -0/+6 |
| 2018-03-24 | Track IsSuggestion in ProbeContext. Don't warn stability for suggestions. | kennytm | -9/+13 |
| 2018-03-24 | Filed a proper tracking issue. | kennytm | -3/+2 |
| 2018-03-24 | Specialize future-incompatibility warning for UNSTABLE_NAME_COLLISION. | kennytm | -12/+18 |
| 2018-03-24 | Changed `check_stability` to take an `Option<NodeId>` instead of `NodeId`. | kennytm | -33/+43 |
| 2018-03-24 | When picking a candidate, consider the unstable ones last. | kennytm | -41/+317 |
| 2018-03-24 | Provide a proper span when demanding for the return type of `box x`. | kennytm | -13/+7 |
| 2018-03-24 | Fix error annotations in test | Hidehito Yabuuchi | -2/+2 |
| 2018-03-24 | Better diagnostics for '..' pattern fragment not in the last position | Hidehito Yabuuchi | -1/+51 |
| 2018-03-23 | Remove getopts leftover from tree | Mark Simulacrum | -1622/+0 |
| 2018-03-23 | Fix IE11 search | Guillaume Gomez | -0/+7 |
| 2018-03-23 | Use the same RUSTFLAGS for building and testing `bootstrap` | Simon Sapin | -0/+6 |
| 2018-03-23 | Test fixes | Alex Crichton | -1/+9 |
| 2018-03-23 | Rename variables in rustc’s SelectionContext::copy_clone_conditions | Simon Sapin | -4/+3 |
| 2018-03-23 | Improved comments for UserAssertTy statement. | David Wood | -4/+13 |
| 2018-03-23 | Merge branch '49001_epoch' of https://github.com/klnusbaum/rust into rollup | Alex Crichton | -95/+95 |
| 2018-03-23 | Merge branch 'master' of https://github.com/Lymia/rust into rollup | Alex Crichton | -145/+519 |
| 2018-03-23 | Rollup merge of #49295 - csmoe:nll_test_48238, r=alexcrichton | Alex Crichton | -0/+30 |
| 2018-03-23 | Rollup merge of #49272 - semarie:cat-and-grep-gnu, r=alexcrichton | Alex Crichton | -0/+5 |
| 2018-03-23 | Rollup merge of #49262 - oli-obk:fixed_size_array_len, r=estebank | Alex Crichton | -7/+56 |
| 2018-03-23 | Rollup merge of #49169 - sanxiyn:doc-only, r=aturon | Alex Crichton | -0/+2 |
| 2018-03-23 | Rollup merge of #49160 - estebank:issue-47457-missing-fields, r=oli-obk | Alex Crichton | -42/+104 |
| 2018-03-23 | Rollup merge of #49102 - glandium:decimal, r=aturon | Alex Crichton | -5/+0 |