| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-04-21 | Remove unused methods on the private Wtf8 type | Simon Sapin | -14/+0 |
| 2018-04-21 | Auto merge of #50056 - alexcrichton:update-cargo, r=Mark-Simulacrum | bors | -190/+210 |
| 2018-04-20 | Auto merge of #50088 - alexcrichton:std-tweaks, r=sfackler | bors | -47/+5 |
| 2018-04-20 | Auto merge of #50119 - kennytm:rollup, r=kennytm | bors | -10/+49 |
| 2018-04-20 | Rollup merge of #50117 - pnkfelix:fix-issue-50113, r=oli-obk | kennytm | -2/+4 |
| 2018-04-20 | Rollup merge of #50114 - wesleywiser:patch-3, r=michaelwoerister | kennytm | -1/+1 |
| 2018-04-20 | Rollup merge of #50104 - mixi:libxml2-llvm, r=alexcrichton | kennytm | -0/+1 |
| 2018-04-20 | Rollup merge of #50083 - alexcrichton:increase-wasm-stack, r=michaelwoerister | kennytm | -0/+1 |
| 2018-04-20 | Rollup merge of #50081 - GuillaumeGomez:stdsimd-update, r=alexcrichton | kennytm | -0/+0 |
| 2018-04-20 | Rollup merge of #50058 - krk:patch-1, r=Mark-Simulacrum | kennytm | -0/+2 |
| 2018-04-20 | Rollup merge of #50031 - krk:issue-46336, r=estebank | kennytm | -7/+40 |
| 2018-04-20 | Update the Cargo submodule | Alex Crichton | -190/+210 |
| 2018-04-20 | Fix #50113: must explicitly request file name when using with_file_name. | Felix S. Klock II | -2/+4 |
| 2018-04-20 | Fix bad merge in #49991 | Wesley Wiser | -1/+1 |
| 2018-04-20 | Auto merge of #50062 - varkor:xpy-check-rustdoc, r=Mark-Simulacrum | bors | -2/+60 |
| 2018-04-20 | Auto merge of #50052 - nnethercote:char_lit, r=Mark-Simulacrum | bors | -2/+10 |
| 2018-04-20 | Disable auto-detection of libxml2 when compiling llvm. | Johannes Nixdorf | -0/+1 |
| 2018-04-20 | Auto merge of #49991 - wesleywiser:remove_hir_inlining, r=michaelwoerister | bors | -331/+117 |
| 2018-04-20 | Auto merge of #50069 - alexcrichton:fix-proc-macro, r=nrc | bors | -9/+127 |
| 2018-04-20 | Auto merge of #50051 - nnethercote:no-env-var, r=Mark-Simulacrum | bors | -5/+5 |
| 2018-04-19 | Remove HIR inlining | Wesley Wiser | -331/+117 |
| 2018-04-19 | Tweak some stabilizations in libstd | Alex Crichton | -47/+5 |
| 2018-04-19 | Auto merge of #48553 - seanmonstar:atomic-debug, r=alexcrichton | bors | -5/+3 |
| 2018-04-19 | wasm: Increase default stack size to 1MB | Alex Crichton | -0/+1 |
| 2018-04-19 | Update stdsimd submodule | Guillaume Gomez | -0/+0 |
| 2018-04-19 | Ensure CleanTools is run for check rustdoc | varkor | -2/+9 |
| 2018-04-19 | Add rustdoc to x.py check | varkor | -2/+53 |
| 2018-04-19 | Auto merge of #50020 - oli-obk:clippy, r=Manishearth | bors | -19/+42 |
| 2018-04-19 | Auto merge of #49900 - pnkfelix:compare-mode-nll-followup-3, r=nikomatsakis | bors | -268/+327 |
| 2018-04-19 | Auto merge of #49949 - oli-obk:const_signed_pat, r=eddyb | bors | -23/+69 |
| 2018-04-19 | Sign extend constants in range patterns | Oliver Schneider | -23/+69 |
| 2018-04-19 | Update clippy | Oliver Schneider | -19/+42 |
| 2018-04-19 | Auto merge of #49890 - varkor:xpy-check-rustc_trans, r=alexcrichton | bors | -55/+138 |
| 2018-04-19 | Auto merge of #49630 - npmccallum:shl, r=alexcrichton | bors | -3/+3 |
| 2018-04-18 | proc_macro: Stay on the "use the cache" path more | Alex Crichton | -9/+127 |
| 2018-04-19 | Auto merge of #50048 - glandium:issue50041, r=eddyb | bors | -27/+60 |
| 2018-04-19 | Avoid allocating when parsing \u{...} literals. | Nicholas Nethercote | -2/+10 |
| 2018-04-19 | Add rerun-if-env-changed=RUST_CHECK to librustc_llvm | varkor | -0/+1 |
| 2018-04-19 | Lazily evaluate EvalErrorKind::*.into() calls. | Nicholas Nethercote | -5/+5 |
| 2018-04-18 | Auto merge of #50022 - nrc:doc-analysis, r=mark-simulacrum | bors | -1/+3 |
| 2018-04-18 | Auto merge of #50017 - tinaun:stabilize-all-the-things, r=sfackler | bors | -59/+28 |
| 2018-04-18 | Auto merge of #50006 - rcoh:reorder-compiler-builtins, r=oli-obk | bors | -1/+27 |
| 2018-04-18 | Added build disk usage information | Kerem | -0/+2 |
| 2018-04-18 | Auto merge of #49993 - nnethercote:shrink-Token, r=alexcrichton | bors | -14/+19 |
| 2018-04-18 | When running under compare-mode=nll, generate expected output to `foo.nll.std... | Felix S. Klock II | -2/+14 |
| 2018-04-18 | Workaround rust-lang/rust#49998 by opting into experimental `-Z nll-subminima... | Felix S. Klock II | -9/+12 |
| 2018-04-18 | Work around rust-lang/rust#49998 with experimental code that does less updati... | Felix S. Klock II | -2/+14 |
| 2018-04-18 | Removed `.nll.stderr` files that currently match their corresponding `.stderr... | Felix S. Klock II | -140/+0 |