| Age | Commit message (Expand) | Author | Lines |
| 2020-03-14 | Change fenced code block type in rustdoc book | Timothée Gerber | -1/+1 |
| 2020-03-14 | Clean up path separator in rustdoc book | Timothée Gerber | -5/+5 |
| 2020-03-14 | Block version-specific docs from search engines | Kornel | -17/+2 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -20/+3 |
| 2020-03-12 | Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini | Mazdak Farrokhzad | -3/+3 |
| 2020-03-10 | rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org | Santiago Pastorino | -2/+2 |
| 2020-03-10 | Rename rustc_guide to rustc_dev_guide | Santiago Pastorino | -2/+2 |
| 2020-03-10 | Rename rustc-guide to rustc-dev-guide | Santiago Pastorino | -2/+2 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -51/+0 |
| 2020-03-08 | Rollup merge of #69608 - o01eg:expose-target-libdir-print, r=ehuss | Mazdak Farrokhzad | -0/+1 |
| 2020-03-08 | Rollup merge of #69641 - ehuss:update-books, r=ehuss | Mazdak Farrokhzad | -0/+0 |
| 2020-03-08 | Rollup merge of #69561 - JohnTitor:clean-up-unstable-book, r=Mark-Simulacrum | Mazdak Farrokhzad | -12/+15 |
| 2020-03-07 | Add new option to the documentation. | O01eg | -0/+1 |
| 2020-03-06 | Fix sequence of Type and Trait in optin-builtin-traits in Unstable Book | Arkadiusz Piekarz | -1/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -2/+2 |
| 2020-03-05 | Remove eh_unwind_resume lang item | Amanieu d'Antras | -19/+3 |
| 2020-03-05 | Opt out of CTFE if the 'const_eval_limit' is set to 0 | Christoph Schmidler | -2/+2 |
| 2020-03-05 | Add a new test to reach const_limit setting, although with wrong WARNINGs yet | Christoph Schmidler | -7/+7 |
| 2020-03-05 | Prepare const_limit feature gate and attribute | Christoph Schmidler | -0/+7 |
| 2020-03-04 | Update books | Eric Huss | -0/+0 |
| 2020-03-02 | Fix cross-DLL panics under MSVC | Amanieu d'Antras | -1/+0 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -2/+2 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -2/+2 |
| 2020-02-29 | Clean up unstable book | Yuki Okushi | -12/+15 |
| 2020-02-27 | Remove "important traits" feature | Guillaume Gomez | -51/+0 |
| 2020-02-26 | Stabilize --crate-version option in rustdoc | Guillaume Gomez | -12/+12 |
| 2020-02-20 | Add documentation for the `-Zself-profile-events` flag | Wesley Wiser | -0/+74 |
| 2020-02-17 | Add documentation for the `-Zself-profile` flag | Wesley Wiser | -0/+47 |
| 2020-02-16 | Auto merge of #67885 - tobithiel:fix_group_lint_allow_override, r=Mark-Simula... | bors | -0/+20 |
| 2020-02-13 | Update books. | Eric Huss | -0/+4 |
| 2020-02-11 | Rollup merge of #68824 - ajpaverd:cfguard-rustbuild, r=Mark-Simulacrum | Dylan DPC | -0/+34 |
| 2020-02-10 | Enable Control Flow Guard in rustbuild | Andrew Paverd | -0/+34 |
| 2020-02-07 | Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakis | Dylan DPC | -0/+29 |
| 2020-02-06 | Rollup merge of #68791 - mark-i-m:proper-linkcheck, r=ehuss,JohnTitor | Dylan DPC | -0/+0 |
| 2020-02-06 | Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc | Dylan DPC | -15/+11 |
| 2020-02-05 | Selectively disable sanitizer instrumentation | Tomasz Miąsko | -0/+29 |
| 2020-02-05 | Rollup merge of #68846 - king6cong:doc-fix, r=GuillaumeGomez | Dylan DPC | -1/+1 |
| 2020-02-05 | doc fix on doc attribute | king6cong | -1/+1 |
| 2020-02-04 | Rollup merge of #68282 - tmiasko:sanitizer-example, r=steveklabnik | Dylan DPC | -2/+10 |
| 2020-02-03 | update rustc-guide | Mark Mansi | -0/+0 |
| 2020-02-02 | Add a resume type parameter to `Generator` | Jonas Schievink | -15/+11 |
| 2020-01-31 | Install robots.txt into rust-docs tarballs | Mark Rousskov | -1/+0 |
| 2020-01-29 | Auto merge of #68572 - tmiasko:sanitizer-use-after-scope, r=nikic | bors | -0/+74 |
| 2020-01-28 | Auto merge of #68529 - TimDiekmann:rename-alloc, r=Amanieu | bors | -1/+1 |
| 2020-01-28 | stabilize the debug_map_key_value feature | Ashley Mannix | -9/+0 |
| 2020-01-27 | Rename `Alloc` to `AllocRef` | Tim Diekmann | -1/+1 |
| 2020-01-27 | Auto merge of #68122 - Centril:stabilize-transparent-enums, r=petrochenkov | bors | -93/+0 |
| 2020-01-27 | Add use after scope example to the unstable book | Tomasz Miąsko | -0/+74 |
| 2020-01-25 | Instrument C / C++ in MemorySanitizer example | Tomasz Miąsko | -2/+10 |
| 2020-01-21 | Update cargo, books | Eric Huss | -0/+0 |