| Age | Commit message (Expand) | Author | Lines |
| 2020-05-25 | Update books | Eric Huss | -0/+0 |
| 2020-05-21 | Auto merge of #71718 - NeoRaider:ffi_const_pure, r=Amanieu | bors | -0/+98 |
| 2020-05-21 | Rollup merge of #72397 - petrochenkov:tiny, r=Amanieu | Ralf Jung | -1/+1 |
| 2020-05-21 | Rollup merge of #72111 - petrochenkov:docstrip, r=ehuss | Ralf Jung | -0/+17 |
| 2020-05-21 | Auto merge of #70705 - lcnr:generic_discriminant, r=nikomatsakis | bors | -0/+1 |
| 2020-05-20 | llvm: Expose tiny code model to users | Vadim Petrochenkov | -1/+1 |
| 2020-05-20 | Document `#[ffi_const]` and `#[ffi_pure]` function attributes in unstable book | Matthias Schiffer | -0/+98 |
| 2020-05-19 | Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis | bors | -0/+699 |
| 2020-05-19 | update libcore, add `discriminant_kind` lang-item | Bastian Kauschke | -0/+1 |
| 2020-05-18 | Rollup merge of #72290 - elichai:2020-doc-lto, r=wesleywiser | Dylan DPC | -6/+12 |
| 2020-05-18 | Update unstable book documentation with the latest RFC text | Amanieu d'Antras | -3/+10 |
| 2020-05-18 | Mark asm unstable book doctests as allow_fail since they don't work with syst... | Amanieu d'Antras | -14/+14 |
| 2020-05-18 | Fix docs | Amanieu d'Antras | -13/+27 |
| 2020-05-18 | Add documentation for asm! | Amanieu d'Antras | -0/+678 |
| 2020-05-17 | Auto merge of #72248 - petrochenkov:codemodel, r=Amanieu | bors | -2/+18 |
| 2020-05-17 | Update linker-plugin-lto.md to contain up to rust 1.43 | Elichai Turkel | -6/+12 |
| 2020-05-16 | Rollup merge of #72094 - petrochenkov:overfeature, r=nikic | Ralf Jung | -1/+9 |
| 2020-05-16 | rustc-book: Document `-C code-model` | Vadim Petrochenkov | -2/+18 |
| 2020-05-12 | Update books | Eric Huss | -0/+0 |
| 2020-05-11 | rustc-book: Document `-Z strip=val` option | Vadim Petrochenkov | -0/+17 |
| 2020-05-11 | cmdline: Make target features individually overridable | Vadim Petrochenkov | -1/+9 |
| 2020-05-07 | Fix `strip-priv-imports` pass name in the rustdoc documentation | Stanislav Tkach | -1/+1 |
| 2020-05-05 | Rollup merge of #71897 - alexcrichton:embed-bitcode-docs, r=nnethercote | Dylan DPC | -8/+36 |
| 2020-05-04 | Improve docs for embed-bitcode and linker-plugin-lto | Alex Crichton | -8/+36 |
| 2020-05-04 | Add Option to Force Unwind Tables | Sam Elliott | -0/+12 |
| 2020-05-03 | Implement RFC 2523, `#[cfg(version(..))]` | mibac138 | -0/+34 |
| 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 |