| Age | Commit message (Expand) | Author | Lines |
| 2019-03-14 | Run RustdocUi earlier | John Kåre Alsaker | -1/+1 |
| 2019-03-14 | bootstrap: Default to a sensible llvm-suffix. | Emilio Cobos Álvarez | -1/+27 |
| 2019-03-13 | Merge remote-tracking branch 'upstream/master' into asm-compile-tests | Denys Zariaiev | -55/+177 |
| 2019-03-12 | Auto merge of #58330 - GuillaumeGomez:rustdoc-js-non-std, r=QuietMisdreavus,M... | bors | -10/+55 |
| 2019-03-09 | Rollup merge of #58676 - euclio:bootstrap-python, r=alexcrichton | Mazdak Farrokhzad | -8/+10 |
| 2019-03-08 | Rollup merge of #58269 - taeguk:add-some-sources-to-rust-src-distribution, r=... | Pietro Albini | -0/+2 |
| 2019-03-08 | Rollup merge of #58080 - MikaelUrankar:freebsd_arm, r=sanxiyn | Pietro Albini | -0/+4 |
| 2019-03-06 | Make Cargo a rustc tool again | John Kåre Alsaker | -2/+2 |
| 2019-03-05 | Add librustc, libsyntax to rust-src distribution. | Taeguk Kwon | -0/+2 |
| 2019-03-05 | Bootstrap changes | John Kåre Alsaker | -36/+96 |
| 2019-03-03 | Permit getting stage 0 rustdoc | Mark Rousskov | -20/+21 |
| 2019-03-03 | Tools built by the bootstrap compiler must be built by it | Mark Rousskov | -42/+78 |
| 2019-03-02 | Bootstrap compiler update for 1.35 release | Mark Rousskov | -1/+1 |
| 2019-03-01 | look for python2 symlinks before bootstrap python | Andy Russell | -1/+1 |
| 2019-03-01 | fix an issue with path probing on Windows | Andy Russell | -7/+9 |
| 2019-03-01 | Auto merge of #58800 - ehuss:update-books, r=Centril | bors | -1/+1 |
| 2019-03-01 | Auto merge of #58408 - alexcrichton:update-llvm, r=michaelwoerister | bors | -0/+7 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -0/+2 |
| 2019-02-28 | Move rustdoc-js testing into compiletest | Guillaume Gomez | -49/+13 |
| 2019-02-27 | Update edition-guide | Eric Huss | -1/+1 |
| 2019-02-27 | Introduce assembly tests | Denys Zariaiev | -1/+8 |
| 2019-02-27 | Whitelist containers that allow older toolchains | Alex Crichton | -0/+7 |
| 2019-02-27 | Rollup merge of #58680 - varkor:xpy-help-index-error, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-02-25 | Update to last updates | Guillaume Gomez | -3/+3 |
| 2019-02-25 | Move documentation build into bootstrap | Guillaume Gomez | -5/+41 |
| 2019-02-25 | Rename rustdoc js test suites | Guillaume Gomez | -10/+10 |
| 2019-02-25 | Add rustdoc JS non-std tests | Guillaume Gomez | -0/+45 |
| 2019-02-25 | bootstrap: deny(rust_2018_idioms) | Taiki Endo | -315/+352 |
| 2019-02-25 | Rollup merge of #58704 - taiki-e:extern-crate, r=Centril | Mazdak Farrokhzad | -20/+0 |
| 2019-02-25 | Remove some unnecessary 'extern crate' | Taiki Endo | -20/+0 |
| 2019-02-24 | Use ? in some macros | Taiki Endo | -1/+1 |
| 2019-02-23 | Fix an indexing error when using `x.py help` | varkor | -1/+1 |
| 2019-02-17 | Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=oll... | kennytm | -6/+23 |
| 2019-02-13 | Add FreeBSD armv6 and armv7 targets | MikaelUrankar | -0/+4 |
| 2019-02-13 | Auto merge of #58238 - Mark-Simulacrum:doctest-fix, r=alexcrichton | bors | -24/+23 |
| 2019-02-11 | This fixes doctests in stage 1 | Mark Rousskov | -24/+17 |
| 2019-02-11 | Never build rustdoc in stage 0 | Mark Rousskov | -0/+6 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -38/+38 |
| 2019-02-09 | Add EmbeddedBook to test list in bootstrap | Mark Rousskov | -0/+1 |
| 2019-02-08 | Deny warnings in std stage 0 | varkor | -2/+1 |
| 2019-02-06 | Add embedded book to test such that checktools works | Mark Rousskov | -0/+1 |
| 2019-02-04 | Add embedded book | James Munns | -4/+2 |
| 2019-02-01 | Auto merge of #57937 - denzp:nvptx, r=nagisa | bors | -2/+3 |
| 2019-01-31 | Add missing generation for test and proc_macro, remove old macro redirection | Guillaume Gomez | -8/+23 |
| 2019-01-31 | Auto merge of #57514 - michaelwoerister:xlto-tests, r=alexcrichton | bors | -17/+55 |
| 2019-01-31 | Rollup merge of #57920 - euclio:source-date-epoch, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+14 |
| 2019-01-30 | bootstrap: Expose LLVM_USE_LINKER cmake option to config.toml. | Michael Woerister | -0/+7 |
| 2019-01-30 | bootstrap: Make LLD available to run-make tests. | Michael Woerister | -14/+27 |
| 2019-01-30 | No consumers of MdBook2 yet | James Munns | -0/+4 |
| 2019-01-30 | Only the compatibility items from the embedded book PR | James Munns | -8/+33 |