| Age | Commit message (Expand) | Author | Lines |
| 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-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-27 | Update edition-guide | Eric Huss | -1/+1 |
| 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 | 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 |
| 2019-01-29 | Auto merge of #57953 - mati865:cc-fix, r=alexcrichton | bors | -9/+4 |
| 2019-01-28 | bootstrap: set toolchain variables on per target basis | Mateusz Mikuła | -9/+4 |
| 2019-01-28 | Fix CI | John Kåre Alsaker | -1/+1 |
| 2019-01-28 | Use multiple threads by default. Limits tests to one thread. Do some renaming. | John Kåre Alsaker | -7/+7 |
| 2019-01-27 | Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichton | bors | -5/+17 |
| 2019-01-27 | Create `nvptx64-nvidia-cuda` target specification | Denys Zariaiev | -2/+3 |
| 2019-01-27 | Add generate-old-style-files option to rustdoc | Guillaume Gomez | -1/+3 |
| 2019-01-27 | Auto merge of #57871 - Mark-Simulacrum:fix-compiletest-stamp, r=oli-obk | bors | -4/+10 |
| 2019-01-26 | use `SOURCE_DATE_EPOCH` for man page time if set | Andy Russell | -2/+14 |
| 2019-01-26 | Workaround presence of LLVM library in stage0/lib | Mark Rousskov | -2/+14 |
| 2019-01-26 | Bump bootstrap compiler to 1.33 beta | Mark Rousskov | -3/+3 |
| 2019-01-25 | Set LLDB_NO_DEBUGSERVER=ON | Josh Stone | -0/+1 |