| Age | Commit message (Expand) | Author | Lines |
| 2018-11-01 | Rollup merge of #55280 - vlad20012:add-libproc_macro-to-src-disrt, r=Mark-Sim... | Pietro Albini | -0/+1 |
| 2018-10-31 | Bump nightly to 1.32.0 | Alex Crichton | -1/+1 |
| 2018-10-31 | bootstrap: bump cargo-vendor version to 0.1.19 | Pietro Albini | -1/+1 |
| 2018-10-29 | don't forget to sync these flags with miri | Ralf Jung | -0/+2 |
| 2018-10-29 | Emit Retag statements, kill Validate statements | Ralf Jung | -1/+6 |
| 2018-10-28 | Avoid directly catching BaseException in bootstrap configure script | Konrad Borowski | -1/+1 |
| 2018-10-27 | bootstrap: be more explicit on what we collect into. NFC | Matthias Krüger | -2/+2 |
| 2018-10-26 | Rollup merge of #55391 - matthiaskrgr:bootstrap_cleanup, r=oli-obk | kennytm | -34/+33 |
| 2018-10-26 | Rollup merge of #55264 - michaelwoerister:single-cgu-std, r=simulacrum | kennytm | -5/+25 |
| 2018-10-26 | Rollup merge of #55378 - Keruspe:bootstrap-linker, r=petrochenkov | kennytm | -0/+3 |
| 2018-10-26 | Rollup merge of #55375 - upstreaming:configure_cmake-comment-typo-fixes, r=al... | kennytm | -2/+2 |
| 2018-10-26 | Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebank | kennytm | -3/+3 |
| 2018-10-26 | Rollup merge of #55343 - Keruspe:remap-debuginfo-release, r=alexcrichton | kennytm | -1/+1 |
| 2018-10-26 | bootstrap: clean up a few clippy findings | Matthias Krüger | -34/+33 |
| 2018-10-26 | Make configure.py handle numeric arguments for `--set` a little better. | Michael Woerister | -1/+12 |
| 2018-10-26 | bootstrap: Allow for build libstd to have its own codegen-unit setting. | Michael Woerister | -4/+13 |
| 2018-10-26 | rustbuild: use configured linker to build boostrap | Marc-Antoine Perennou | -0/+3 |
| 2018-10-26 | Typo fixes in configure_cmake comments | Eddy Petrișor | -2/+2 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -3/+3 |
| 2018-10-25 | rustbuild: fix remap-debuginfo when building a release | Marc-Antoine Perennou | -1/+1 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -1/+1 |
| 2018-10-23 | Add libproc_macro to rust-src distribution | vlad20012 | -0/+1 |
| 2018-10-21 | Remove the parse-fail test suite | Vadim Petrochenkov | -7/+0 |
| 2018-10-20 | Update Cargo, build curl/OpenSSL statically via features | Alex Crichton | -234/+35 |
| 2018-10-21 | Use markdown::render instead of using pulldown_cmark directly | Guillaume Gomez | -6/+9 |
| 2018-10-21 | new version for bootstrap | Guillaume Gomez | -12/+17 |
| 2018-10-21 | Add index page | Guillaume Gomez | -0/+1 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -2/+2 |
| 2018-10-19 | Derives often have very strict bounds | Oliver Scherer | -1/+9 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -16/+4 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -2/+2 |
| 2018-10-18 | Rollup merge of #55031 - nikic:verify_llvm_ir, r=Mark-Simulacrum | kennytm | -8/+3 |
| 2018-10-18 | Rollup merge of #54964 - tromey:run-both-gdb-and-lldb-tests, r=nikomatsakis | kennytm | -14/+6 |
| 2018-10-14 | Auto merge of #55051 - matthiaskrgr:dist_msg, r=Mark-Simulacrum | bors | -0/+3 |
| 2018-10-13 | boostrap: dist: if a file cannot be installed because it does not exist, prin... | Matthias Krüger | -0/+3 |
| 2018-10-13 | bootstrap: update clippy license locations which changed due to relicensing. | Matthias Krüger | -2/+4 |
| 2018-10-13 | Improve verify_llvm_ir config option | Nikita Popov | -8/+3 |
| 2018-10-12 | Rollup merge of #54811 - pnkfelix:issue-24840-separate-bootstrap-default-for-... | kennytm | -1/+3 |
| 2018-10-10 | Run both lldb and gdb tests | Tom Tromey | -14/+6 |
| 2018-10-10 | Auto merge of #54764 - tromey:test-rust-lldb, r=alexcrichton | bors | -23/+27 |
| 2018-10-08 | Run debuginfo tests against rust-enabled lldb, when possible | Tom Tromey | -23/+27 |
| 2018-10-04 | Fix #24840: make default for `optimize` independent of `debug` setting in `Ca... | Felix S. Klock II | -1/+3 |
| 2018-10-04 | Auto merge of #54638 - christianpoveda:master, r=kennytm | bors | -5/+18 |
| 2018-10-01 | Fix conditions to allow missing tools in CI | Christian Poveda | -1/+3 |
| 2018-10-01 | Rollup merge of #54708 - collin5:b49475, r=Mark-Simulacrum | kennytm | -0/+5 |
| 2018-10-01 | Rollup merge of #54681 - alexcrichton:san-names, r=kennytm | kennytm | -1/+1 |
| 2018-10-01 | allow use of ./x.py help <cmd> ... | Collins Abitekaniza | -0/+5 |
| 2018-09-29 | Rename sanitizer runtime libraries on OSX | Alex Crichton | -1/+1 |
| 2018-09-28 | Add enable-missing-tools option | Christian Poveda | -5/+16 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -1/+1 |