| Age | Commit message (Expand) | Author | Lines |
| 2018-01-15 | Rollup merge of #47414 - est31:master, r=alexcrichton | kennytm | -8/+11 |
| 2018-01-14 | Auto merge of #47268 - EdSchouten:cloudabi-libstd, r=alexcrichton | bors | -2/+2 |
| 2018-01-13 | Enforce dashes in the unstable book file names | est31 | -8/+11 |
| 2018-01-13 | Rollup merge of #47282 - malbarbo:i586-musl, r=alexcrichton | kennytm | -0/+1 |
| 2018-01-13 | Rollup merge of #47185 - ritiek:ui-test-failed-output, r=nikomatsakis | kennytm | -9/+106 |
| 2018-01-11 | Add i586-unknown-linux-musl target | Marco A L Barbosa | -0/+1 |
| 2018-01-11 | Extend tidy to allow conditionalizing tests for multiple targets. | Ed Schouten | -2/+2 |
| 2018-01-09 | Rollup merge of #47301 - GuillaumeGomez:fix-error-index-display, r=QuietMisdr... | Corey Farwell | -1/+59 |
| 2018-01-09 | Rollup merge of #46777 - frewsxcv:frewsxcv-rotate, r=alexcrichton | Corey Farwell | -1/+1 |
| 2018-01-09 | Fix error index display | Guillaume Gomez | -1/+59 |
| 2018-01-09 | Auto merge of #47269 - michaelwoerister:mangled-cgu-names, r=alexcrichton | bors | -0/+4 |
| 2018-01-08 | Shorten names of some compiler generated artifacts. | Michael Woerister | -0/+4 |
| 2018-01-08 | rustdoc: Don't import macros from private imports | Oliver Middleton | -7/+0 |
| 2018-01-07 | Try to fix a perf regression by updating log | Malo Jaffré | -1/+1 |
| 2018-01-06 | Show line numbers | ritiek | -5/+101 |
| 2018-01-06 | Auto merge of #47155 - nerd2:debuginfo_test_fix, r=alexcrichton | bors | -0/+7 |
| 2018-01-04 | Clean output | ritiek | -9/+10 |
| 2018-01-03 | Auto merge of #47127 - EdSchouten:cloudabi-tests, r=kennytm | bors | -2/+3 |
| 2018-01-03 | Restore working debuginfo tests by trimming comments from non-header directiv... | Sam | -0/+7 |
| 2018-01-03 | Rollup merge of #47117 - tinaun:no_more_dups, r=frewsxcv | kennytm | -2/+6 |
| 2018-01-02 | Force the creation of libs instead of dylibs on CloudABI. | Ed Schouten | -2/+3 |
| 2018-01-01 | prevent generating duplicate stubs | tinaun | -6/+4 |
| 2018-01-02 | Auto merge of #47106 - EdSchouten:compiletest-cloudabi, r=alexcrichton | bors | -5/+12 |
| 2018-01-01 | Move the TestPaths structure from libtest to compiletest. | Ed Schouten | -5/+11 |
| 2018-01-01 | Add CloudABI to the list of supported targets in compiletest. | Ed Schouten | -0/+1 |
| 2018-01-01 | Ignore remaining broken links caused by rustdoc bugs | Malo Jaffré | -2/+20 |
| 2018-01-01 | Update crates and submodules to pull doc fixes | Malo Jaffré | -0/+0 |
| 2018-01-01 | Auto merge of #47064 - kennytm:force-trailing-newlines, r=estebank | bors | -0/+11 |
| 2017-12-31 | Update cargo | Felix Schütt | -0/+0 |
| 2017-12-30 | Add a tidy check to ensure all files have 1 or 2 trailing newlines. | kennytm | -0/+11 |
| 2017-12-29 | Update rustfmt to 0.3.4 | Igor Matuszewski | -19/+5 |
| 2017-12-28 | Update RLS | Igor Matuszewski | -0/+0 |
| 2017-12-26 | Auto merge of #46554 - kennytm:45861-step-4-5-6-7-upload-test-result-and-remo... | bors | -54/+121 |
| 2017-12-27 | Clarify toolstate names. Move publish.py to a more convenient location. | kennytm | -0/+105 |
| 2017-12-27 | Revert "Add a file to trivially disable tool building or testing" | kennytm | -36/+0 |
| 2017-12-27 | cargo update and add miri as the rustc workspace member. | kennytm | -18/+16 |
| 2017-12-26 | Rollup merge of #46940 - EdSchouten:cloudabi, r=alexcrichton | kennytm | -2/+6 |
| 2017-12-24 | Deprecate [T]::rotate in favor of [T]::rotate_{left,right}. | Corey Farwell | -1/+1 |
| 2017-12-24 | Update Cargo and its dependencies | Alex Crichton | -0/+0 |
| 2017-12-22 | Add CloudABI to the list of supported targets. | Ed Schouten | -2/+6 |
| 2017-12-22 | Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkov | bors | -1/+1 |
| 2017-12-21 | Mark clippy as broken | Esteban Küber | -1/+1 |
| 2017-12-22 | Rollup merge of #46636 - frewsxcv:frewsxcv-fn-box, r=estebank | kennytm | -1/+1 |
| 2017-12-21 | Auto merge of #46531 - cramertj:no-mo-modrs, r=nikomatsakis | bors | -3/+4 |
| 2017-12-20 | Rollup merge of #46751 - michaelwoerister:c-incremental, r=alexcrichton | kennytm | -1/+1 |
| 2017-12-19 | Break rls | Taylor Cramer | -1/+1 |
| 2017-12-19 | Break rustfmt | Taylor Cramer | -1/+1 |
| 2017-12-19 | Implement non-mod.rs mod statements | Taylor Cramer | -1/+2 |
| 2017-12-18 | incr.comp.: Add -Cincremental in addition to -Zincremental | Michael Woerister | -1/+1 |
| 2017-12-17 | Auto merge of #46436 - eddyb:unpacked, r=arielb1,oli-obk | bors | -1/+1 |