| Age | Commit message (Expand) | Author | Lines |
| 2018-04-23 | eliminate the `Lrc` of a slice and just return the slice | Niko Matsakis | -34/+32 |
| 2018-04-23 | first draft of `program_clauses_for_env` | Niko Matsakis | -18/+145 |
| 2018-04-23 | in unit tests, use `note` to dump multiple program clauses | Niko Matsakis | -110/+61 |
| 2018-04-23 | rustfmt lowering.rs | Niko Matsakis | -50/+59 |
| 2018-04-23 | introduce new DefPathData variants for traits, assoc types | Niko Matsakis | -5/+41 |
| 2018-04-23 | add `Goal::CannotProve` and extract `ProgramClause` struct | Niko Matsakis | -1/+5 |
| 2018-04-23 | create a `QueryRegionConstraint` type | Niko Matsakis | -70/+45 |
| 2018-04-23 | add a `-Zchalk` command-line option | Niko Matsakis | -0/+2 |
| 2018-04-23 | Auto merge of #49372 - Phlosioneer:inherent-impl-default-error-message, r=nagisa | bors | -1/+3 |
| 2018-04-23 | Auto merge of #50129 - wesleywiser:clean_up1, r=michaelwoerister | bors | -12/+13 |
| 2018-04-23 | Auto merge of #50171 - mattico:update-mdbook, r=Mark-Simulacrum | bors | -11/+27 |
| 2018-04-23 | Auto merge of #48946 - PramodBisht:issues/48636, r=estebank | bors | -1/+46 |
| 2018-04-22 | Update MDBook | Matt Ickstadt | -11/+27 |
| 2018-04-22 | Auto merge of #50144 - sfackler:oom-lang-item, r=alexcrichton | bors | -177/+61 |
| 2018-04-22 | Remove unused AllocatorTy::Bang | Steven Fackler | -6/+1 |
| 2018-04-22 | Remove Alloc::oom | Steven Fackler | -115/+10 |
| 2018-04-22 | Replace GlobalAlloc::oom with a lang item | Steven Fackler | -59/+53 |
| 2018-04-22 | Auto merge of #50152 - petrochenkov:nooverhyg, r=alexcrichton | bors | -1/+55 |
| 2018-04-22 | Auto merge of #50135 - matklad:update-cargo, r=kennytm | bors | -0/+0 |
| 2018-04-22 | Auto merge of #49954 - GuillaumeGomez:doc-settings, r=ollie27,QuietMisdreavus | bors | -26/+231 |
| 2018-04-22 | Auto merge of #50123 - kennytm:do-not-test-rls-if-build-failed, r=alexcrichton | bors | -2/+20 |
| 2018-04-22 | 1) Addresses #48636 | Pramod Bisht | -1/+46 |
| 2018-04-22 | Auto merge of #50109 - SimonSapin:copy, r=sfackler | bors | -1/+1 |
| 2018-04-22 | Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavus | bors | -11/+293 |
| 2018-04-22 | parser: Do not override syntactic context for dummy spans | Vadim Petrochenkov | -1/+55 |
| 2018-04-22 | Auto merge of #49896 - SimonSapin:inherent, r=alexcrichton | bors | -3886/+3980 |
| 2018-04-22 | Add doc about doc alias feature | Guillaume Gomez | -0/+39 |
| 2018-04-22 | Add tracking issue number for doc alias feature | Guillaume Gomez | -2/+2 |
| 2018-04-21 | Auto merge of #50121 - pnkfelix:revert-stabilization-of-never-type-et-al, r=a... | bors | -49/+188 |
| 2018-04-21 | remove unused condition | Guillaume Gomez | -5/+0 |
| 2018-04-21 | Add alias tests | Guillaume Gomez | -0/+96 |
| 2018-04-21 | update tester | Guillaume Gomez | -0/+2 |
| 2018-04-21 | fix invalid items removal | Guillaume Gomez | -2/+4 |
| 2018-04-21 | add more aliases | Guillaume Gomez | -0/+32 |
| 2018-04-21 | Add aliases in the search as well | Guillaume Gomez | -6/+20 |
| 2018-04-21 | Generate alias file | Guillaume Gomez | -7/+87 |
| 2018-04-21 | Add specific never search | Guillaume Gomez | -1/+23 |
| 2018-04-21 | Remove link generation on image, favicon and logo in settings | Guillaume Gomez | -26/+19 |
| 2018-04-21 | Auto merge of #50039 - ExpHP:quick-50002, r=alexcrichton | bors | -7/+32 |
| 2018-04-21 | Auto merge of #50093 - alexcrichton:android-uwtable, r=michaelwoerister | bors | -1/+13 |
| 2018-04-21 | rustc: Always emit `uwtable` on Android | Alex Crichton | -1/+13 |
| 2018-04-21 | Auto merge of #50120 - alexcrichton:more-proc-macro-gates, r=petrochenkov | bors | -45/+265 |
| 2018-04-21 | Auto merge of #50076 - spastorino:fix_exhaust_iter_in_debug, r=pnkfelix | bors | -14/+14 |
| 2018-04-21 | Update Cargo | Aleksey Kladov | -0/+0 |
| 2018-04-21 | Make the unstable StrExt and SliceExt traits private to libcore in not(stage0) | Simon Sapin | -29/+40 |
| 2018-04-21 | Move intrinsics-based float methods out of libcore into libstd | Simon Sapin | -104/+54 |
| 2018-04-21 | Add some f32 and f64 inherent methods in libcore | Simon Sapin | -559/+611 |
| 2018-04-21 | Replace StrExt with inherent str methods in libcore | Simon Sapin | -1741/+1766 |
| 2018-04-21 | Replace SliceExt with inherent [T] methods in libcore | Simon Sapin | -1393/+1418 |
| 2018-04-21 | Move non-allocating [u8] inherent methods to libcore | Simon Sapin | -56/+101 |