| Age | Commit message (Expand) | Author | Lines |
| 2020-04-09 | Fix JSON file_name documentation for macros. | Eric Huss | -2/+5 |
| 2020-04-07 | rustc_session: forbid lints override regardless of position | Tobias Thiel | -1/+1 |
| 2020-04-01 | Update -Ccodegen-units docs wrt incr. comp. in rustc book. | Michael Woerister | -3/+2 |
| 2020-03-23 | Reword unused variable warning | Alex Tokarev | -2/+2 |
| 2020-03-12 | Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini | Mazdak Farrokhzad | -2/+2 |
| 2020-03-10 | rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org | Santiago Pastorino | -1/+1 |
| 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 | -1/+1 |
| 2020-03-07 | Add new option to the documentation. | O01eg | -0/+1 |
| 2020-01-13 | rustc: add lint level cli ordering into the documentation | Tobias Thiel | -0/+20 |
| 2019-12-01 | rustc_lint: Remove lint `plugin_as_library` | Vadim Petrochenkov | -12/+0 |
| 2019-11-23 | docs: fix lint name for `unused_variables` | Ivan Kozik | -1/+1 |
| 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 | 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-03 | Attempt to clarify LTO and codegen-units. | Eric Huss | -10/+21 |
| 2019-10-26 | Be more specific with -C inline-threshold. | Eric Huss | -6/+14 |
| 2019-10-26 | Apply suggestions from kinnison | Eric Huss | -5/+5 |
| 2019-10-26 | Update codegen option documentation. | Eric Huss | -68/+235 |
| 2019-10-22 | Target-feature documented as unsafe. rustc book and rustc -C help have been m... | togiberlin | -1/+23 |
| 2019-10-21 | Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung | Mazdak Farrokhzad | -24/+0 |
| 2019-10-18 | Auto merge of #64925 - ehuss:document-json, r=Mark-Simulacrum | bors | -1/+240 |
| 2019-10-14 | Add troubleshooting section to PGO chapter in rustc book. | Michael Woerister | -0/+11 |
| 2019-10-13 | Rollup merge of #65039 - HeroicKatora:deny-by-default-book, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+25 |
| 2019-10-11 | Remove unions_with_drop_fields lint | Simon Sapin | -24/+0 |
| 2019-10-03 | Document current deny by default lints | Andreas Molzer | -0/+25 |
| 2019-10-02 | rustc book: nitpick SLP vectorization | Robin Kruppe | -1/+1 |
| 2019-09-30 | Document JSON message output. | Eric Huss | -1/+240 |
| 2019-09-02 | Update xLTO compatibility table in rustc book. | Michael Woerister | -0/+1 |
| 2019-08-22 | Update single-use-lifetimes | Naja Melan | -1/+1 |
| 2019-08-19 | rustc: implement argsfiles for command line | Jeremy Fitzhardinge | -0/+7 |
| 2019-07-26 | rustc: Stabilize options for pipelined compilation | Alex Crichton | -0/+33 |
| 2019-07-23 | Normalize use of backticks in compiler messages for doc | Samy Kacimi | -22/+22 |
| 2019-07-17 | Update mdbook, cargo, books | Eric Huss | -13/+13 |
| 2019-07-02 | Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichton | bors | -0/+154 |
| 2019-06-22 | Rollup merge of #61267 - michaelwoerister:update-xlto-table, r=alexcrichton | Mazdak Farrokhzad | -2/+3 |
| 2019-06-21 | rustc-book: Add documentation on how to use PGO. | Michael Woerister | -0/+154 |
| 2019-06-08 | Remove some more `#![feature(custom_attribute)]`s | Vadim Petrochenkov | -6/+4 |
| 2019-05-28 | rustc-book: Update the rustc/clang compatibility table for xLTO. | Michael Woerister | -2/+3 |
| 2019-05-24 | Fixed type-alias-bounds lint doc | Cerberuser | -4/+7 |
| 2019-05-17 | Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nik... | bors | -43/+2 |
| 2019-05-12 | Update rustc book CLI docs. | Eric Huss | -11/+156 |
| 2019-04-16 | lint: convert incoherent_fundamental_impls into hard error | Hoàng Đức Hiếu | -43/+2 |
| 2019-04-10 | Updated the description of -Z in the rustc book. | Christian | -4/+5 |