| Age | Commit message (Expand) | Author | Lines |
| 2018-02-12 | rustc_typeck/check/closure: rustfmt | Niko Matsakis | -24/+27 |
| 2018-02-12 | Auto merge of #47843 - estebank:teach, r=nikomatsakis | bors | -55/+3255 |
| 2018-02-12 | Auto merge of #48144 - kennytm:reduce-musl-test-size, r=Mark-Simulacrum | bors | -1/+9 |
| 2018-02-11 | Delete executables if the test ran successfully. | Mark Simulacrum | -3/+5 |
| 2018-02-12 | compiletest: Delete the executable immediately after running. | kennytm | -2/+8 |
| 2018-02-11 | Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakis | bors | -56/+374 |
| 2018-02-11 | Auto merge of #47614 - dotdash:x86_64_sysv_ffi, r=eddyb | bors | -57/+94 |
| 2018-02-11 | Auto merge of #47657 - algesten:save-analysis-impls, r=nrc | bors | -10/+59 |
| 2018-02-11 | Auto merge of #48092 - eddyb:discriminate-the-void, r=nikomatsakis | bors | -74/+154 |
| 2018-02-11 | Rollup merge of #47547 - varkor:infinite-iterators-warning-doc, r=frewsxcv | kennytm | -0/+18 |
| 2018-02-11 | Rollup merge of #48124 - alexcrichton:clean-up-debugging, r=kennytm | kennytm | -3/+8 |
| 2018-02-11 | Rollup merge of #48120 - matthiaskrgr:typos_src_1, r=alexcrichton | kennytm | -12/+12 |
| 2018-02-11 | Rollup merge of #48085 - alexcrichton:update-dlmalloc, r=Mark-Simulacrum | kennytm | -0/+0 |
| 2018-02-10 | Explain unusual debugging code in librustc | Alex Crichton | -3/+8 |
| 2018-02-10 | Update the dlmalloc submodule | Alex Crichton | -0/+0 |
| 2018-02-10 | fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}} | Matthias Krüger | -12/+12 |
| 2018-02-10 | Rollup merge of #48100 - Mark-Simulacrum:fetch-nand, r=alexcrichton | kennytm | -0/+61 |
| 2018-02-10 | Rollup merge of #48107 - matthiaskrgr:typo__substract_to_subtract, r=kennytm | kennytm | -5/+5 |
| 2018-02-10 | Rollup merge of #48101 - Mark-Simulacrum:new-books, r=steveklabnik | kennytm | -0/+0 |
| 2018-02-10 | Rollup merge of #48098 - alexcrichton:fix-i686-dist-bootstrap, r=Mark-Simulacrum | kennytm | -1/+9 |
| 2018-02-10 | Rollup merge of #48086 - Zoxc:gen-fix, r=nikomatsakis | kennytm | -1/+34 |
| 2018-02-10 | Rollup merge of #48080 - GuillaumeGomez:mobile-docs-fixes, r=QuietMisdreavus | kennytm | -32/+7 |
| 2018-02-10 | Rollup merge of #48078 - alexcrichton:fix-required-const-and-proc-macro, r=eddyb | kennytm | -0/+69 |
| 2018-02-10 | Rollup merge of #48064 - Manishearth:intra-doc-bail, r=QuietMisdreavus | kennytm | -0/+4 |
| 2018-02-10 | Rollup merge of #48059 - alexcrichton:sccachebs, r=Mark-Simulacrum | kennytm | -5/+22 |
| 2018-02-10 | Rollup merge of #48058 - cuviper:binaryen-gcc8, r=alexcrichton | kennytm | -0/+0 |
| 2018-02-10 | Rollup merge of #48051 - ollie27:rustdoc_fn_unit_return, r=QuietMisdreavus | kennytm | -1/+43 |
| 2018-02-10 | Rollup merge of #48047 - etaoins:fix-ice-for-mismatched-args-on-target-withou... | kennytm | -47/+61 |
| 2018-02-10 | Rollup merge of #48015 - o01eg:disableable-installation, r=alexcrichton | kennytm | -8/+28 |
| 2018-02-10 | Rollup merge of #47854 - varkor:create-out-dir, r=pnkfelix | kennytm | -0/+7 |
| 2018-02-10 | Rollup merge of #47835 - Mark-Simulacrum:remove-data-structs, r=nikomatsakis | kennytm | -412/+0 |
| 2018-02-10 | Rollup merge of #47790 - tinaun:patch-1, r=sfackler | kennytm | -1/+1 |
| 2018-02-10 | Auto merge of #47828 - alexcrichton:llvm-6, r=nikomatsakis | bors | -11/+38 |
| 2018-02-10 | Emit data::Impl in save-analysis | Martin Algesten | -10/+59 |
| 2018-02-09 | rustc: Upgrade to LLVM 6 | Alex Crichton | -11/+38 |
| 2018-02-10 | fix typo: substract -> subtract. | Matthias Krüger | -5/+5 |
| 2018-02-09 | Add fetch_nand. | Mark Simulacrum | -0/+61 |
| 2018-02-09 | rustc_mir: insert a dummy access to places being matched on, when building MIR. | Eduard-Mihai Burtescu | -71/+152 |
| 2018-02-09 | Update books for next release | Mark Simulacrum | -0/+0 |
| 2018-02-09 | ci: Actually bootstrap on i686 dist | Alex Crichton | -1/+9 |
| 2018-02-09 | Auto merge of #47802 - bobtwinkles:loop_false_edge, r=nikomatsakis | bors | -74/+261 |
| 2018-02-09 | Fix visitation order of calls so that it matches execution order. Fixes #48048 | John Kåre Alsaker | -1/+34 |
| 2018-02-09 | Auto merge of #47761 - GuillaumeGomez:test-themes, r=Mark-Simulacrum | bors | -8/+546 |
| 2018-02-08 | Fix the test | Mark Mansi | -2/+2 |
| 2018-02-08 | Update feature gate test | Mark Mansi | -1/+1 |
| 2018-02-09 | Auto merge of #47489 - pnkfelix:limit-2pb-issue-46747, r=nikomatsakis | bors | -77/+564 |
| 2018-02-08 | Use the right tracking issue | Mark Mansi | -3/+1 |
| 2018-02-08 | rustbuild: Pass `ccache` to build scripts | Alex Crichton | -5/+22 |
| 2018-02-08 | Hide theme button under menu in mobile mode and fix top margin issue (in mobi... | Guillaume Gomez | -32/+7 |
| 2018-02-08 | Disallow function pointers to #[rustc_args_required_const] | Alex Crichton | -0/+64 |