| Age | Commit message (Expand) | Author | Lines |
| 2018-03-17 | Make Span and Symbol implement Send and Sync | John Kåre Alsaker | -2/+10 |
| 2018-03-17 | Stabilise FromUtf8Error::as_bytes | varkor | -2/+1 |
| 2018-03-17 | Improve and fix documentation for sort_by_cached_key | varkor | -8/+12 |
| 2018-03-17 | Add some docs + Fix rebase | Vadim Petrochenkov | -1/+7 |
| 2018-03-17 | Cleanup import parsing | Vadim Petrochenkov | -54/+23 |
| 2018-03-17 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -31/+38 |
| 2018-03-17 | AST: Keep distinction between `path` and `::path` in imports and visibilities | Vadim Petrochenkov | -77/+66 |
| 2018-03-17 | AST: Make renames in imports closer to the source | Vadim Petrochenkov | -40/+53 |
| 2018-03-17 | AST/HIR: Clarify what the optional name in extern crate items mean | Vadim Petrochenkov | -58/+42 |
| 2018-03-17 | Reject `_` in `ident` matcher | Vadim Petrochenkov | -19/+46 |
| 2018-03-17 | syntax: Make `_` an identifier | Vadim Petrochenkov | -119/+109 |
| 2018-03-17 | Add span_suggestion while removing TyRefs based on the snippet String. | Yukio Siraichi | -0/+87 |
| 2018-03-17 | remove FIXME(#27889) since the issue is already fixed | Niv Kaminer | -1/+0 |
| 2018-03-17 | remove FIXME(#8372) since for-loops wont support borrowing iterators | Niv Kaminer | -2/+0 |
| 2018-03-17 | remove FIXME(#33435) and remove the spurious failures counter measure | Niv Kaminer | -5/+0 |
| 2018-03-17 | remove FIXME(#48116) and remove the logic to debug the issue | Niv Kaminer | -22/+3 |
| 2018-03-17 | remove FIXME(#2543) and avoid bad copies | Niv Kaminer | -7/+14 |
| 2018-03-17 | remove FIXME(#11094) and allow make tests to run on targets besides host | Niv Kaminer | -5/+0 |
| 2018-03-17 | remove FIXME(#30046) and infer moves on pattern matching | Niv Kaminer | -4/+2 |
| 2018-03-17 | remove FIXME(#37712) and implement ItemLikeVisitor instead of Visitor | Niv Kaminer | -15/+6 |
| 2018-03-17 | remove FIXME(#39119) and allow running test on emscripten | Niv Kaminer | -1/+0 |
| 2018-03-17 | update FIXME(#5244) to point to RFC 1109 (Non-Copy array creation ergonomics) | Niv Kaminer | -1/+1 |
| 2018-03-17 | update FIXME(#23442) to point to issue 45742 (Blanket impl of AsRef for Deref) | Niv Kaminer | -2/+2 |
| 2018-03-17 | update FIXME(#7622) to point to issue 44580 (tracking issue for const generics) | Niv Kaminer | -1/+1 |
| 2018-03-17 | update FIXME(#15760) to point to issue 27336 (tracking issue for Default Type... | Niv Kaminer | -8/+3 |
| 2018-03-17 | update FIXME(#6393) to point to issue 43234 (tracking issue for non-lexical l... | Niv Kaminer | -8/+8 |
| 2018-03-17 | rustbuild: Tweak where timing information goes | Alex Crichton | -54/+60 |
| 2018-03-17 | Auto merge of #48936 - Zoxc:cstore, r=michaelwoerister | bors | -43/+68 |
| 2018-03-17 | Fix use of unstable feature in test | varkor | -2/+4 |
| 2018-03-17 | improve attribute trailing semicolon error | csmoe | -10/+21 |
| 2018-03-17 | Rewrite the documentation for BorrowMut. | Martin Hoffmann | -1/+5 |
| 2018-03-17 | Bring back the phrase 'borrowing as' for what Borrow does. | Martin Hoffmann | -25/+22 |
| 2018-03-17 | Remove unused imports | John Kåre Alsaker | -2/+1 |
| 2018-03-17 | Mark deprecated unstable SipHasher13 as a doc-hidden impl detail of HashMap. | Simon Sapin | -9/+10 |
| 2018-03-17 | Auto merge of #49106 - kennytm:rollup, r=kennytm | bors | -48/+919 |
| 2018-03-17 | Add an example of lossy decoding to str::Utf8Error docs | Simon Sapin | -0/+31 |
| 2018-03-17 | Make the deprecated unstable SipHasher24 type private. | Simon Sapin | -46/+13 |
| 2018-03-17 | Rollup merge of #49083 - oli-obk:mopsgeschwindigkeit, r=michaelwoerister | kennytm | -1/+1 |
| 2018-03-17 | Rollup merge of #49082 - SimonSapin:mu, r=alexcrichton | kennytm | -8/+0 |
| 2018-03-17 | Rollup merge of #49077 - sinkuu:macro_use_typo, r=estebank | kennytm | -4/+49 |
| 2018-03-17 | Rollup merge of #49057 - Zoxc:fast-submodules, r=alexcrichton | kennytm | -12/+50 |
| 2018-03-17 | Rollup merge of #49055 - alexcrichton:ship-more-libs, r=nikomatsakis | kennytm | -2/+4 |
| 2018-03-17 | Rollup merge of #48983 - gnzlbg:red, r=alexcrichton | kennytm | -3/+728 |
| 2018-03-17 | Rollup merge of #48960 - nikomatsakis:issue-48468-dyn-trait-elision, r=cramertj | kennytm | -4/+80 |
| 2018-03-17 | Rollup merge of #48943 - comex:verbose, r=kennytm | kennytm | -14/+7 |
| 2018-03-17 | Auto merge of #48904 - Zoxc:code-and-file-maps, r=michaelwoerister | bors | -99/+112 |
| 2018-03-17 | Use associated consts for GenericRadix base and prefix | Mike Hommey | -17/+15 |
| 2018-03-17 | Auto merge of #49090 - QuietMisdreavus:test-rustdoc-again, r=Mark-Simulacrum | bors | -3/+3 |
| 2018-03-17 | Use an uninitialized buffer in GenericRadix::fmt_int, like in Display::fmt fo... | Mike Hommey | -1/+1 |
| 2018-03-17 | Remove core::fmt::num::Decimal | Mike Hommey | -5/+0 |