| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-11-18 | Add documentation for stabilized flags | Guillaume Gomez | -1/+21 |
| 2019-11-17 | Auto merge of #66336 - ehuss:update-cargo-books, r=Mark-Simulacrum | bors | -0/+0 |
| 2019-11-16 | Auto merge of #66333 - mark-i-m:fix-rustc-guide-1, r=ehuss | bors | -0/+0 |
| 2019-11-13 | Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus | Yuki Okushi | -6/+6 |
| 2019-11-12 | Update Cargo, books | Eric Huss | -0/+0 |
| 2019-11-12 | update rustc-guide | Mark Mansi | -0/+0 |
| 2019-11-12 | Rollup merge of #66267 - GuillaumeGomez:add-rustdoc-doc, r=kinnison | Yuki Okushi | -0/+203 |
| 2019-11-10 | Add rustdoc doc page for lints | Guillaume Gomez | -0/+126 |
| 2019-11-10 | Add rustdoc doc page on how to write documentation | Guillaume Gomez | -0/+77 |
| 2019-11-10 | Auto merge of #66161 - mark-i-m:fix-rustc-guide, r=ehuss | bors | -0/+0 |
| 2019-11-09 | Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats... | bors | -23/+0 |
| 2019-11-08 | update rustc-guide | Mark Mansi | -0/+0 |
| 2019-11-08 | Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk | Mazdak Farrokhzad | -104/+27 |
| 2019-11-07 | Remove docs on --extern metadata precedence. | Eric Huss | -3/+2 |
| 2019-11-07 | Update extern linking documentation. | Eric Huss | -7/+27 |
| 2019-11-07 | Stabilize --extern flag without a path. | Eric Huss | -1/+6 |
| 2019-11-06 | rename cfg(rustdoc) into cfg(doc) | Guillaume Gomez | -6/+6 |
| 2019-11-06 | patterns_in_fns_without_body -> deny | Mazdak Farrokhzad | -40/+40 |
| 2019-11-06 | parenthesized_params_in_types_and_modules -> error | Mazdak Farrokhzad | -25/+0 |
| 2019-11-06 | safe_extern_static -> error | Mazdak Farrokhzad | -5/+0 |
| 2019-11-06 | legacy_directory_ownership -> error | Mazdak Farrokhzad | -12/+0 |
| 2019-11-06 | legacy_ctor_visibility -> error | Mazdak Farrokhzad | -35/+0 |
| 2019-11-06 | gate rustc_on_unimplemented under rustc_attrs | Mazdak Farrokhzad | -154/+0 |
| 2019-11-05 | Rollup merge of #65136 - ehuss:update-codegen-options, r=Dylan-DPC | Pietro Albini | -68/+254 |
| 2019-11-03 | Make Emscripten unwinding use a valid type_info | Amanieu d'Antras | -1/+2 |