| Age | Commit message (Expand) | Author | Lines |
| 2019-03-20 | Auto merge of #58897 - Mark-Simulacrum:tool-rework, r=alexcrichton | bors | -62/+99 |
| 2019-03-20 | Auto merge of #58791 - denzp:asm-compile-tests, r=alexcrichton | bors | -0/+7 |
| 2019-03-20 | Add messages for different verbosity levels. | O01eg | -0/+12 |
| 2019-03-19 | Remove libterm from bootstrap | gnzlbg | -1/+0 |
| 2019-03-18 | Auto merge of #58847 - bjorn3:remove_metadata_only_cg, r=alexcrichton | bors | -16/+8 |
| 2019-03-16 | Merge remote-tracking branch 'upstream/master' into asm-compile-tests | Denys Zariaiev | -15/+40 |
| 2019-03-16 | Rollup merge of #59204 - o01eg:diag-rustdoc, r=alexcrichton | kennytm | -2/+8 |
| 2019-03-16 | Rollup merge of #59175 - Zoxc:fix-process-test, r=alexcrichton | kennytm | -1/+1 |
| 2019-03-16 | Rollup merge of #59173 - emilio:llvm-suffix, r=Mark-Simulacrum | kennytm | -1/+27 |
| 2019-03-16 | Fix formatting | bjorn3 | -1/+1 |
| 2019-03-16 | [bootstrap] Remove llvm.enabled config | bjorn3 | -17/+9 |
| 2019-03-15 | rustbuild: remove obsolete fulldeps behavior from src/test/pretty tests, and ... | Eduard-Mihai Burtescu | -10/+3 |
| 2019-03-15 | Output diagnostic information for rustdoc. | O01eg | -2/+8 |
| 2019-03-14 | Exclude old book redirect stubs from search engines | Kornel | -2/+2 |
| 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 |