| Age | Commit message (Expand) | Author | Lines |
| 2020-05-01 | Rename `bitcode-in-rlib` option to `embed-bitcode` | Alex Crichton | -33/+27 |
| 2020-04-29 | Auto merge of #71528 - alexcrichton:no-more-bitcode, r=nnethercote | bors | -20/+26 |
| 2020-04-29 | Store LLVM bitcode in object files, not compressed | Alex Crichton | -20/+26 |
| 2020-04-28 | Rollup merge of #71641 - ehuss:update-books, r=ehuss | Dylan DPC | -0/+0 |
| 2020-04-28 | Rollup merge of #71637 - mibac138:cfg-sanitize, r=petrochenkov | Dylan DPC | -10/+8 |
| 2020-04-28 | Update books | Eric Huss | -0/+0 |
| 2020-04-26 | unstable-book: Document `-Z tls-model` | Vadim Petrochenkov | -0/+25 |
| 2020-04-26 | rustc-book: Document `-C relocation-model` | Vadim Petrochenkov | -4/+39 |
| 2020-04-24 | Minor formatting changes in `cfg-sanitize.md` | mibac138 | -10/+8 |
| 2020-04-22 | Alphabetize the `-C` and `-Z` options. | Nicholas Nethercote | -215/+215 |
| 2020-04-22 | Add a new option `-Cbitcode-in-rlib`. | Nicholas Nethercote | -0/+20 |
| 2020-04-19 | Disallow values for `-C no-*` and `-Z no-*` options again. | Nicholas Nethercote | -17/+6 |
| 2020-04-19 | Improve codegen option docs. | Nicholas Nethercote | -84/+101 |
| 2020-04-14 | Update books | Eric Huss | -0/+0 |
| 2020-04-12 | Auto merge of #70873 - mark-i-m:update-rdg, r=JohnTitor | bors | -0/+0 |
| 2020-04-09 | Fix JSON file_name documentation for macros. | Eric Huss | -2/+5 |
| 2020-04-09 | Rollup merge of #70918 - tobithiel:fix_forbid_override, r=davidtwco | Mazdak Farrokhzad | -1/+1 |
| 2020-04-08 | update rusct-dev-guide | mark | -0/+0 |
| 2020-04-07 | rustc_session: forbid lints override regardless of position | Tobias Thiel | -1/+1 |
| 2020-04-07 | Corrects a typo in rustdoc documentation. | Theo Sandstrom | -3/+3 |
| 2020-04-06 | update rustc-dev-guide | mark | -0/+0 |
| 2020-04-06 | Bump rust-by-example submodule | Linus Färnstrand | -0/+0 |
| 2020-04-06 | Bump nomicon submodule | Linus Färnstrand | -0/+0 |
| 2020-04-04 | Auto merge of #69898 - spastorino:rename-rustc-guide2, r=Xanewok | bors | -0/+0 |
| 2020-04-04 | Auto merge of #69718 - arlosi:debughash, r=eddyb | bors | -0/+11 |
| 2020-04-03 | Auto merge of #70156 - michaelwoerister:incr-cgus, r=nikomatsakis | bors | -3/+2 |
| 2020-04-02 | remove confusing about lvalues term | @ßd€łw@ħ@ß | -1/+1 |
| 2020-04-02 | Add hash of source files in debug info | Arlo Siemsen | -0/+11 |
| 2020-04-02 | fix type in operands section | @ßd€łw@ħ@ß | -1/+1 |
| 2020-04-02 | Add missing markdown rust annotation | lzutao | -2/+2 |
| 2020-04-01 | Update -Ccodegen-units docs wrt incr. comp. in rustc book. | Michael Woerister | -3/+2 |
| 2020-04-01 | Add git repo address to unstable book | lzutao | -0/+3 |
| 2020-04-01 | Rollup merge of #70630 - ehuss:update-books, r=ehuss | Dylan DPC | -0/+0 |
| 2020-03-31 | Update books. | Eric Huss | -0/+0 |
| 2020-03-30 | Document ThreadSanitizer in unstable-book | Tomasz Miąsko | -86/+150 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -23/+23 |
| 2020-03-26 | create a tracking issue and link to it | Niko Matsakis | -2/+2 |
| 2020-03-26 | introduce `negative_impls` feature gate and document | Niko Matsakis | -1/+120 |
| 2020-03-24 | Move rustc-guide submodule to rustc-dev-guide | Santiago Pastorino | -0/+0 |
| 2020-03-24 | Rollup merge of #69788 - ArekPiekarz:unstable_book_optin_builtin_traits, r=Dy... | Mazdak Farrokhzad | -1/+1 |
| 2020-03-23 | Rollup merge of #70300 - aleksator:66636_reword_unused_variable_warning, r=Dy... | Mazdak Farrokhzad | -2/+2 |
| 2020-03-23 | Rollup merge of #69494 - GuillaumeGomez:stabilize-crate-version, r=ehuss,alek... | Mazdak Farrokhzad | -12/+12 |
| 2020-03-23 | Reword unused variable warning | Alex Tokarev | -2/+2 |
| 2020-03-16 | Update books | Eric Huss | -0/+0 |
| 2020-03-16 | Rollup merge of #70014 - TimotheeGerber:small-fix-rustdoc-book, r=Dylan-DPC | Dylan DPC | -7/+7 |
| 2020-03-14 | Fix punctuation in rustdoc book | Timothée Gerber | -1/+1 |
| 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 |