| Age | Commit message (Expand) | Author | Lines |
| 2018-02-22 | Move word type and word size usage to constants & make it of 128 bits | Santiago Pastorino | -23/+26 |
| 2018-02-22 | Implement --remap-path-prefix | Jeremy Fitzhardinge | -70/+38 |
| 2018-02-23 | Split test::Docs into one Step for each book. | kennytm | -14/+57 |
| 2018-02-23 | CI: Fixed the incorrect folder region when building codegen dylib. | kennytm | -1/+2 |
| 2018-02-23 | Disallow toolstate regression at the last week of the 6-week cycle. | kennytm | -0/+49 |
| 2018-02-22 | move Termination trait to std::process | Niko Matsakis | -89/+71 |
| 2018-02-22 | put the "unit test" logic into libtest | Niko Matsakis | -54/+47 |
| 2018-02-22 | begin crate-relative paths with `crate` | Niko Matsakis | -10/+30 |
| 2018-02-22 | support unit tests with return values that implement `Terminaton` | Niko Matsakis | -43/+166 |
| 2018-02-23 | Fix parsing of extern paths in types and poly-traits | Vadim Petrochenkov | -2/+8 |
| 2018-02-22 | [docs] Minor wording changes to drain_filter docs | Matt Brubeck | -4/+4 |
| 2018-02-23 | Submit a comment to the PR in additional to pushing a commit. | kennytm | -5/+25 |
| 2018-02-23 | Provides direct link to the PR when toolstate is changed. | kennytm | -7/+26 |
| 2018-02-22 | Small grammar fix to docs for String::new(). | Anthony Deschamps | -1/+1 |
| 2018-02-22 | First version | Christian Poveda | -1/+15 |
| 2018-02-22 | update tracking issue for nll | toidiu | -1/+1 |
| 2018-02-22 | impl_or_trait_obligations: deduplicate obligations | Tatsuyuki Ishi | -7/+14 |
| 2018-02-22 | Fix exponential blowup on nested types | Tatsuyuki Ishi | -101/+114 |
| 2018-02-22 | Remove needless dedup from projection | Tatsuyuki Ishi | -10/+0 |
| 2018-02-22 | Revert "Implement Ord as necessary" | Tatsuyuki Ishi | -33/+5 |
| 2018-02-21 | add test for issue 48414 ICE | QuietMisdreavus | -0/+36 |
| 2018-02-21 | proper early-bail condition | QuietMisdreavus | -1/+1 |
| 2018-02-21 | add `unwind_attributes` feature | Niko Matsakis | -0/+2 |
| 2018-02-21 | track extern traits being inlined | QuietMisdreavus | -1/+10 |
| 2018-02-21 | manually release `cx.external_traits` while building the new trait | QuietMisdreavus | -3/+7 |
| 2018-02-21 | Update the book to promote second edition | steveklabnik | -0/+0 |
| 2018-02-21 | rustc_data_structures: add missing #[inline]. | Eduard-Mihai Burtescu | -0/+9 |
| 2018-02-21 | Rollup merge of #48397 - ordovicia:pow_doc, r=GuillaumeGomez | Guillaume Gomez | -2/+2 |
| 2018-02-21 | Rollup merge of #48382 - GuillaumeGomez:fix-rustdoc-test-panic, r=estebank | Guillaume Gomez | -12/+38 |
| 2018-02-21 | Rollup merge of #48360 - redcape:redcape-count-doc-fix, r=cramertj | Guillaume Gomez | -1/+1 |
| 2018-02-21 | Rollup merge of #48354 - m0ppers:add-read-until-link, r=aidanhs | Guillaume Gomez | -0/+2 |
| 2018-02-21 | Rollup merge of #48335 - Manishearth:shortcut-links, r=QuietMisdreavus | Guillaume Gomez | -16/+61 |
| 2018-02-21 | Rollup merge of #48325 - frewsxcv:frewxcv-ignore, r=steveklabnik | Guillaume Gomez | -7/+7 |
| 2018-02-21 | Rollup merge of #48314 - frewsxcv:frewsxcv-broken-link, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2018-02-21 | Rollup merge of #48198 - csmoe:inform_type_annotations, r=estebank | Guillaume Gomez | -46/+20 |
| 2018-02-21 | Rollup merge of #48106 - QuietMisdreavus:teleporting-crates, r=GuillaumeGomez | Guillaume Gomez | -2/+5 |
| 2018-02-21 | Rollup merge of #47833 - Aaron1011:final_auto_trait, r=GuillaumeGomez | Guillaume Gomez | -152/+2496 |
| 2018-02-21 | Rollup merge of #47379 - da-x:master, r=sfackler | Guillaume Gomez | -1/+1 |
| 2018-02-21 | Take 2^5 as examples in document of pow() (fixes #48396) | Hidehito Yabuuchi | -2/+2 |
| 2018-02-21 | typo fix | Artyom Pavlov | -1/+1 |
| 2018-02-20 | Handle custom diagnostic for `&str + String` | Esteban Küber | -27/+61 |
| 2018-02-20 | make `#[unwind]` attribute specify expectations more clearly | Niko Matsakis | -19/+113 |
| 2018-02-20 | Fix internal references to bad_style in test code. | boats | -3/+3 |
| 2018-02-20 | Fix filepath in lint test. | boats | -10/+10 |
| 2018-02-20 | Fix carets. | boats | -5/+5 |
| 2018-02-20 | Add nonstandard_style alias for bad_style. | boats | -0/+109 |
| 2018-02-20 | Fix doc compile error | Vitali Lovich | -1/+1 |
| 2018-02-20 | rustdoc: On mobile: hide §, adjust [+] position | Vitaly _Vi Shukela | -2/+6 |
| 2018-02-20 | Fix rustdoc test ICE | Guillaume Gomez | -12/+38 |
| 2018-02-20 | Remove theme button outline | Guillaume Gomez | -0/+4 |