| Age | Commit message (Expand) | Author | Lines |
| 2017-08-11 | Rollup merge of #43632 - ruuda:allow-long-relative-urls, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2017-08-10 | Fix cross-crate global allocators on windows | Aidan Hobson Sayers | -0/+1 |
| 2017-08-04 | Only allow long relative urls after a link label | Ruud van Asseldonk | -1/+1 |
| 2017-08-03 | Detect relative urls in tidy check | Ruud van Asseldonk | -2/+2 |
| 2017-07-24 | Rollup merge of #43342 - ranweiler:no-std-exe-docs, r=alexcrichton | Mark Simulacrum | -0/+12 |
| 2017-07-21 | Update Cargo to ffab51954ec32d55631c37a8730bb24915fc090b | Simon Sapin | -0/+1 |
| 2017-07-20 | Tell `tidy` about `compiler_builtins_lib` feature | Joe Ranweiler | -0/+12 |
| 2017-07-20 | Auto merge of #43247 - est31:master, r=alexcrichton | bors | -16/+41 |
| 2017-07-17 | Remove exception from license check for strings.rs | Nick Cameron | -1/+0 |
| 2017-07-15 | Tidy: allow common lang+lib features | est31 | -16/+41 |
| 2017-07-06 | Auto merge of #42899 - alexcrichton:compiler-builtins, r=nikomatsakis | bors | -0/+1 |
| 2017-07-05 | Switch to rust-lang-nursery/compiler-builtins | Alex Crichton | -0/+1 |
| 2017-06-26 | Fix a semantic merge conflict | Alex Crichton | -1/+1 |
| 2017-06-26 | Implement `quote!` and other `proc_macro` API. | Jeffrey Seyfried | -9/+1 |
| 2017-06-23 | Added a tidy check to disallow "```ignore" and "```rust,ignore". | kennytm | -0/+15 |
| 2017-06-20 | Remove the in-tree `flate` crate | Alex Crichton | -3/+0 |
| 2017-06-18 | Sort entries of SUMMARY.md alphabetically | est31 | -5/+5 |
| 2017-06-16 | Introduce tidy lint to check for inconsistent tracking issues | est31 | -29/+66 |
| 2017-06-14 | Don't require that stubs exist for features in the unstable book | est31 | -17/+16 |
| 2017-06-14 | Autogenerate stubs and the summary of the unstable book | est31 | -40/+72 |
| 2017-06-14 | Librarify tidy | est31 | -72/+96 |
| 2017-06-07 | Make rustdoc.js use license comments. | Clar Charr | -1/+3 |
| 2017-06-02 | ci: Further tone down the test verbosity. | kennytm | -2/+7 |
| 2017-05-23 | Remove some needless // gate-test- comments | est31 | -13/+16 |
| 2017-05-17 | Reset submodule management to what master does | Alex Crichton | -1/+1 |
| 2017-05-18 | Whitelist strings crate for license | Tatsuyuki Ishi | -0/+1 |
| 2017-05-14 | Update to the oxidized rust-installer | Josh Stone | -1/+1 |
| 2017-05-12 | Rollup merge of #41935 - iKevinY:detect-empty-files, r=Mark-Simulacrum | Mark Simulacrum | -0/+5 |
| 2017-05-12 | Add tidy check to detect empty files | Kevin Yap | -0/+5 |
| 2017-05-11 | Annotate the license exceptions | Brian Anderson | -5/+8 |
| 2017-05-02 | Remove jquery dependency | Guillaume Gomez | -1/+1 |
| 2017-04-29 | Update stage0 bootstrap compiler | Alex Crichton | -0/+2 |
| 2017-04-18 | Add top level sections to the Unstable Book. | Corey Farwell | -69/+71 |
| 2017-04-17 | Remove hoedown from tidy check | Guillaume Gomez | -0/+1 |
| 2017-04-12 | COPYRIGHT: remove hoedown license | NODA, Kai | -2/+0 |
| 2017-04-09 | Auto merge of #40653 - frewsxcv:tidy-handling, r=alexcrichton | bors | -39/+39 |
| 2017-04-09 | Print tidy errors to stderr, prefix with 'tidy error: ', handle 'bad' state. | Corey Farwell | -37/+34 |
| 2017-04-03 | Move libXtest into libX/tests | Stjepan Glavina | -1/+1 |
| 2017-04-02 | Auto merge of #40919 - GuillaumeGomez:fix-new-rustdoc, r=frewsxcv,steveklabnik | bors | -1/+2 |
| 2017-04-01 | Don't panic if we have tidy errors. | Corey Farwell | -2/+5 |
| 2017-03-31 | Add end whitespace ignore flag for tidy | Guillaume Gomez | -1/+2 |
| 2017-03-31 | Sync all unstable features with Unstable Book; add tidy lint. | Corey Farwell | -69/+224 |
| 2017-03-05 | Remove the compile-fail feature gates whitelist | Gibson Fahnestock | -5/+0 |
| 2017-03-05 | Add compile-fail test for cfg_target_thread_local | Gibson Fahnestock | -1/+0 |
| 2017-03-05 | Add compile-fail test for unwind_attributes | Gibson Fahnestock | -1/+1 |
| 2017-03-05 | Add compile fail test for stmt_expr_attributes | topecongiro | -1/+0 |
| 2017-03-03 | Auto merge of #39917 - alexcrichton:build-cargo, r=brson | bors | -1/+4 |
| 2017-03-03 | rustbuild: Add support for compiling Cargo | Alex Crichton | -1/+4 |
| 2017-03-02 | Add compile fail test for SIMD | Daniel Xu | -1/+0 |
| 2017-03-01 | Add compile fail test for abi_ptx | topecongiro | -1/+1 |