| Age | Commit message (Expand) | Author | Lines |
| 2020-03-08 | Rollup merge of #69561 - JohnTitor:clean-up-unstable-book, r=Mark-Simulacrum | Mazdak Farrokhzad | -30/+2 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | Stop generating `compiler_builtins_lib` doc | Yuki Okushi | -30/+2 |
| 2020-02-13 | Update books. | Eric Huss | -0/+1 |
| 2020-02-10 | submodules: update cargo from 9d32b7b01 to 3c53211c3 | Matthias Krüger | -0/+1 |
| 2020-01-29 | Use termize instead of term_size | John Kåre Alsaker | -1/+1 |
| 2020-01-21 | tidy: fix most clippy warnings | Matthias Krüger | -7/+7 |
| 2020-01-03 | Implement uncommon_codepoints lint. | Charles Lew | -0/+2 |
| 2019-12-26 | Add unicode-normalization to whitelist. | Charles Lew | -0/+1 |
| 2019-12-24 | Silence line length warnings | Mark Rousskov | -3/+18 |
| 2019-12-22 | Format the world | Mark Rousskov | -506/+481 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -5/+13 |
| 2019-12-14 | Auto merge of #67136 - oli-obk:const_stability, r=Centril | bors | -0/+1 |
| 2019-12-13 | Compiler internal error codes need no documentation | Oliver Scherer | -0/+3 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -2/+0 |
| 2019-12-11 | rustc: Link LLVM directly into rustc again | Alex Crichton | -0/+1 |
| 2019-11-30 | tidy: adjust feature gating path | Mazdak Farrokhzad | -1/+1 |
| 2019-11-27 | Rollup merge of #66777 - GuillaumeGomez:tidy-err-codes, r=Mark-Simulacrum | Tyler Mandry | -2/+13 |
| 2019-11-27 | Put back tidy check on error codes | Guillaume Gomez | -3/+13 |
| 2019-11-26 | Rollup merge of #66717 - dtolnay:tidy, r=Mark-Simulacrum | Tyler Mandry | -3/+6 |
| 2019-11-25 | Auto merge of #66739 - pietroalbini:rollup-2t2pd4a, r=pietroalbini | bors | -1/+0 |
| 2019-11-25 | Update cargo, rls, books. | Eric Huss | -0/+1 |
| 2019-11-24 | tidy: Accommodate rustfmt's preferred layout of stability attributes | David Tolnay | -3/+6 |
| 2019-11-24 | tidy: Remove unused import | Vadim Petrochenkov | -1/+0 |
| 2019-11-21 | Update tidy check for error codes testing | Guillaume Gomez | -19/+49 |
| 2019-11-12 | Fix mdbook-linkcheck license checks. | Eric Huss | -0/+3 |
| 2019-11-06 | Have tidy ensure that we document all `unsafe` blocks in libcore | Oliver Scherer | -0/+17 |
| 2019-10-30 | Remove references to now unused `E0526` | Dylan MacKenzie | -1/+0 |
| 2019-10-22 | Merge branch 'master' into rusty-hermit | Stefan Lankes | -1/+26 |
| 2019-10-21 | Remove `src/llvm-emscripten` submodule | Alex Crichton | -1/+0 |
| 2019-10-21 | remove hermit-abi from the wrong list, add to the whitelist | Stefan Lankes | -1/+1 |
| 2019-10-21 | add hermit-abi to the whitelist | Stefan Lankes | -0/+1 |
| 2019-10-20 | Check all files in `src/test` for `borrowck_graphviz_postflow` | Dylan MacKenzie | -0/+26 |
| 2019-10-08 | Rollup merge of #65135 - GuillaumeGomez:add-error-code-check, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+139 |
| 2019-10-07 | add crossbeam-queue to the whitelist | Josh Stone | -0/+1 |
| 2019-10-07 | Add new test to heck if all error codes have tests | Guillaume Gomez | -0/+139 |
| 2019-10-02 | Filter out RLS output directories on tidy runs | Santiago Pastorino | -0/+3 |
| 2019-09-28 | Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-09-27 | Don't check error_codes files for lints | Guillaume Gomez | -1/+1 |
| 2019-09-23 | Add `#![deny(warnings)]` to internal tools | Alex Crichton | -0/+2 |
| 2019-09-22 | Clarify the "since" tidy check | Mazdak Farrokhzad | -1/+1 |
| 2019-09-07 | Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkov | Mazdak Farrokhzad | -6/+20 |
| 2019-09-06 | Rollup merge of #63676 - newpavlov:wasi, r=alexcrichton | Mazdak Farrokhzad | -0/+2 |
| 2019-09-05 | Restrict error code length to 80 columns | Mark Rousskov | -6/+20 |
| 2019-09-05 | Avoid feature name 'checked_duration_since' in a Tidy test | Vitaly _Vi Shukela | -2/+2 |
| 2019-08-30 | Auto merge of #63402 - estebank:strip-margin, r=oli-obk | bors | -0/+1 |
| 2019-08-29 | whitelist wasi crate | Artyom Pavlov | -0/+1 |
| 2019-08-29 | add wasi license to the licenses whitelist | newpavlov | -0/+1 |
| 2019-08-24 | Fix tidy feature gate error reporting | Pascal Hertleif | -7/+15 |