| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-01-20 | stabilize transparent_enums | Mazdak Farrokhzad | -93/+0 |
| 2020-01-18 | slice_patterns: remove from unstable book | Mazdak Farrokhzad | -32/+0 |
| 2020-01-18 | Auto merge of #67940 - JohnTitor:rustc-guide, r=JohnTitor | bors | -0/+0 |
| 2020-01-16 | Fix issue number of `infer_static_outlives_requirements` | Yuki Okushi | -2/+2 |
| 2020-01-16 | Fix issue number of `repr128` | Yuki Okushi | -2/+2 |
| 2020-01-16 | Fix issue number of `member_constraints` | Yuki Okushi | -2/+2 |
| 2020-01-14 | Update rustc-guide | Yuki Okushi | -0/+0 |
| 2020-01-13 | rustc: add lint level cli ordering into the documentation | Tobias Thiel | -0/+20 |
| 2020-01-09 | Document sanitizers in unstable-book | Tomasz Miąsko | -0/+163 |
| 2020-01-09 | Remove sanitizer_runtime attribute | Tomasz Miąsko | -5/+0 |
| 2020-01-06 | Update books | Eric Huss | -0/+0 |
| 2020-01-01 | update rustc-guide | Mark Mansi | -0/+0 |
| 2019-12-25 | Remove `compiler_builtins_lib` documentation | Matthew Kraai | -40/+1 |
| 2019-12-14 | Update cargo, books | Eric Huss | -0/+0 |
| 2019-12-14 | update reference | Niko Matsakis | -0/+0 |
| 2019-12-06 | Update rustc-guide | Mark Mansi | -0/+0 |
| 2019-12-02 | Rollup merge of #66245 - tmiasko:cfg-sanitize, r=oli-obk | Ralf Jung | -0/+36 |
| 2019-12-01 | rustc_lint: Remove lint `plugin_as_library` | Vadim Petrochenkov | -14/+1 |
| 2019-12-01 | rustc_plugin: Remove support for plugin arguments | Vadim Petrochenkov | -4/+0 |
| 2019-12-01 | Conditional compilation for sanitizers | Tomasz Miąsko | -0/+36 |
| 2019-11-25 | Update documentation-tests.md | Parth Mehrotra | -1/+1 |
| 2019-11-25 | Update cargo, rls, books. | Eric Huss | -0/+0 |
| 2019-11-24 | rustc_plugin: Remove support for syntactic plugins | Vadim Petrochenkov | -129/+1 |
| 2019-11-23 | Rollup merge of #61351 - GuillaumeGomez:stabilize-cfg-rustdoc, r=QuietMisdreavus | Mazdak Farrokhzad | -0/+35 |
| 2019-11-23 | Auto merge of #66653 - ivan:lint-name-fix, r=Centril | bors | -1/+1 |
| 2019-11-23 | docs: fix lint name for `unused_variables` | Ivan Kozik | -1/+1 |
| 2019-11-21 | Add entry for `const_if_match` in unstable book | Dylan MacKenzie | -0/+14 |
| 2019-11-21 | move cfg(doc) docs into a separate page | QuietMisdreavus | -31/+35 |
| 2019-11-21 | Rename the cfg attribute from rustdoc to doc | Guillaume Gomez | -5/+5 |
| 2019-11-21 | Stabilize cfg rustdoc | Guillaume Gomez | -0/+31 |
| 2019-11-18 | Auto merge of #54733 - GuillaumeGomez:stabilize-rustdoc-theme, r=ollie27,Dyla... | bors | -25/+32 |
| 2019-11-18 | improve error messages and documentation | Guillaume Gomez | -13/+21 |
| 2019-11-18 | Apply review comments | Guillaume Gomez | -1/+1 |
| 2019-11-18 | Rename rustdoc options --themes and --check-themes to --theme and --check-theme | Guillaume Gomez | -4/+4 |
| 2019-11-18 | remove unstable docs | Guillaume Gomez | -26/+2 |
| 2019-11-18 | Improve documentation, add checks for themes option arguments, make sure the ... | Guillaume Gomez | -1/+4 |
| 2019-11-18 | Fix typos | Guillaume Gomez | -2/+2 |
| 2019-11-18 | Rename theme-checker option to check-theme | Guillaume Gomez | -5/+5 |
| 2019-11-18 | Apply review comments | Guillaume Gomez | -2/+2 |