| Age | Commit message (Expand) | Author | Lines |
| 2018-03-29 | Rename main theme into light theme | Guillaume Gomez | -18/+18 |
| 2018-03-27 | Auto merge of #49279 - varkor:generated-closure-return-type, r=alexcrichton | bors | -13/+13 |
| 2018-03-27 | Auto merge of #49249 - gnzlbg:simd_minmax, r=alexcrichton | bors | -1/+148 |
| 2018-03-26 | Auto merge of #49053 - alexcrichton:fail-if-build-cargo-twice, r=Mark-Simulacrum | bors | -238/+347 |
| 2018-03-26 | rustbuild: Fail the build if we build Cargo twice | Alex Crichton | -238/+347 |
| 2018-03-26 | Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisa | bors | -300/+105 |
| 2018-03-26 | Auto merge of #49379 - TimNN:rollup, r=TimNN | bors | -37/+181 |
| 2018-03-26 | fix last two tidy | Mark Mansi | -13/+2 |
| 2018-03-26 | did i get it right now? | Mark Mansi | -0/+0 |
| 2018-03-26 | Update to master of libcompiler_builtins | Mark Mansi | -0/+0 |
| 2018-03-26 | Remove library feature test | Mark Mansi | -17/+0 |
| 2018-03-26 | Fix e0658 ui test | Mark Mansi | -7/+12 |
| 2018-03-26 | update test | Mark Mansi | -7/+7 |
| 2018-03-26 | Fix a few more unstables that I missed | Mark Mansi | -2/+2 |
| 2018-03-26 | Fix a few more | Mark Mansi | -4/+4 |
| 2018-03-26 | Fix missed i128 feature gates | Mark Mansi | -66/+19 |
| 2018-03-26 | remove unneeded import | Mark Mansi | -1/+1 |
| 2018-03-26 | Rename unstable book correctly | Mark Mansi | -3/+3 |
| 2018-03-26 | Rename unstable-book chapter | Mark Mansi | -0/+0 |
| 2018-03-26 | Stabilize i128 feature too | Mark Mansi | -29/+21 |
| 2018-03-26 | Update nightly book | Mark Mansi | -13/+6 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -147/+37 |
| 2018-03-26 | Rollup merge of #49353 - chisophugis:patch-1, r=Mark-Simulacrum | Tim Neumann | -5/+5 |
| 2018-03-26 | Rollup merge of #49346 - Diggsey:hashmap-get-pair, r=Mark-Simulacrum | Tim Neumann | -0/+55 |
| 2018-03-26 | Rollup merge of #49187 - alexcrichton:no-cross-docs, r=kennytm | Tim Neumann | -26/+33 |
| 2018-03-26 | Rollup merge of #49170 - steveklabnik:gh49127, r=nagisa | Tim Neumann | -2/+5 |
| 2018-03-26 | Rollup merge of #49103 - glandium:uninitialized, r=cramertj | Tim Neumann | -1/+1 |
| 2018-03-26 | Rollup merge of #48932 - Phlosioneer:43601-document-opaque-size, r=KodrAus | Tim Neumann | -0/+24 |
| 2018-03-26 | Rollup merge of #48693 - vorner:doc-name-resolution, r=petrochenkov | Tim Neumann | -3/+58 |
| 2018-03-26 | Auto merge of #48346 - emilio:pgo, r=alexcrichton | bors | -10/+212 |
| 2018-03-26 | Auto merge of #49255 - cramertj:stable-impl-trait, r=nikomatsakis | bors | -361/+87 |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -258/+77 |
| 2018-03-26 | fix tests | gnzlbg | -2/+3 |
| 2018-03-26 | set min-llvm-version 6.0, ignore-emscripten | gnzlbg | -0/+4 |
| 2018-03-26 | properly handle the case when LLVM does not have min/maxnum | gnzlbg | -2/+6 |
| 2018-03-26 | require llvm 6 | gnzlbg | -2/+17 |
| 2018-03-26 | add tests | gnzlbg | -0/+95 |
| 2018-03-26 | implement minmax intrinsics | gnzlbg | -1/+29 |
| 2018-03-25 | rustbuild: Disable docs on cross-compiled builds | Alex Crichton | -26/+33 |
| 2018-03-26 | Stabilize universal_impl_trait | Taylor Cramer | -108/+15 |
| 2018-03-26 | Auto merge of #49351 - pthariensflame:patch-1, r=oli-obk | bors | -3/+3 |
| 2018-03-26 | Auto merge of #49341 - alexcrichton:more-balance, r=kennytm | bors | -0/+7 |
| 2018-03-26 | Auto merge of #49297 - scottmcm:offset-from, r=dtolnay | bors | -4/+295 |
| 2018-03-25 | Implement get_key_value for HashMap, BTreeMap | Diggory Blake | -0/+55 |
| 2018-03-25 | Auto merge of #49212 - kyrias:strip-debug-no-debuginfo, r=michaelwoerister | bors | -1/+14 |
| 2018-03-25 | pgo: Blindly try to fix Windows build. | Emilio Cobos Álvarez | -0/+2 |
| 2018-03-25 | update wording as per feedback | Steve Klabnik | -1/+3 |
| 2018-03-25 | Modify tests | Alexander Ronald Altman | -2/+2 |
| 2018-03-25 | Minor formatting consistency fix. | Alexander Ronald Altman | -1/+1 |
| 2018-03-24 | Fix confusing doc for `scan` | Sean Silva | -5/+5 |