| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-11-03 | Allow foreign exceptions to unwind through Rust code | Amanieu d'Antras | -2/+1 |
| 2019-11-03 | Attempt to clarify LTO and codegen-units. | Eric Huss | -10/+21 |
| 2019-10-31 | Stabilize the `re_rebalance_coherence` feature | Ohad Ravid | -23/+0 |
| 2019-10-31 | Auto merge of #63803 - GuillaumeGomez:stabilize-doctest, r=ollie27,QuietMisdr... | bors | -30/+46 |
| 2019-10-29 | Update cargo, books. | Eric Huss | -0/+0 |
| 2019-10-29 | Update since version for doctest feature | Guillaume Gomez | -1/+1 |
| 2019-10-29 | improve documentation of rustdoc doctest feature | Guillaume Gomez | -7/+22 |
| 2019-10-29 | stabilize cfg(doctest) | Guillaume Gomez | -30/+31 |
| 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-25 | RFC 2008: Stabilization | David Wood | -76/+0 |
| 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-16 | Auto merge of #65445 - ehuss:update-cargo-books, r=alexcrichton | bors | -0/+0 |
| 2019-10-16 | Update cargo, books | Eric Huss | -0/+0 |
| 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-12 | Auto merge of #64873 - popzxc:prettify-test-time, r=wesleywiser | bors | -0/+80 |
| 2019-10-11 | Remove unions_with_drop_fields lint | Simon Sapin | -24/+0 |
| 2019-10-09 | Move unstable book entry into compiler flags directory | Igor Aleksanov | -0/+0 |
| 2019-10-09 | Add an entry to the unstable book | Igor Aleksanov | -0/+80 |
| 2019-10-07 | [RFC 2091] Add #[track_caller] attribute. | Ayose | -0/+5 |
| 2019-10-06 | Update reference | Tyler Mandry | -0/+0 |
| 2019-10-03 | Document current deny by default lints | Andreas Molzer | -0/+25 |