| Age | Commit message (Expand) | Author | Lines |
| 2020-07-31 | Some fixes for `plugin.md` in unstable-book | Takayuki Nakata | -16/+14 |
| 2020-07-29 | Fix broken link in unstable book `plugin` | Takayuki Nakata | -1/+1 |
| 2020-07-27 | mv std libs to library/ | mark | -5/+0 |
| 2020-07-19 | Document AddressSanitizer memory leak detection defaults | Tomasz Miąsko | -0/+3 |
| 2020-07-19 | Remove CC & CFLAGS from MemorySanitizer example | Tomasz Miąsko | -4/+0 |
| 2020-07-16 | Revert "Remove "important traits" feature" | Manish Goregaokar | -0/+30 |
| 2020-07-05 | Rollup merge of #73787 - pickfire:rustc-attrs, r=RalfJung | Manish Goregaokar | -0/+53 |
| 2020-07-03 | Rollup merge of #73670 - davidhewitt:format-args-capture, r=varkor | Manish Goregaokar | -0/+47 |
| 2020-06-30 | Stabilize `#[track_caller]`. | Adam Perry | -5/+0 |
| 2020-06-29 | Ignore example compile in rustc-attrs doc | Ivan Tham | -2/+2 |
| 2020-06-28 | Remove `const_if_match` from unstable book | Dylan MacKenzie | -14/+0 |
| 2020-06-28 | Add preamable on rustc-attrs doc discussion | Ivan Tham | -0/+3 |
| 2020-06-27 | Add `format_args_capture` to the unstable book | David Hewitt | -0/+47 |
| 2020-06-28 | Update src/doc/unstable-book/src/language-features/rustc-attrs.md | Ivan Tham | -1/+1 |
| 2020-06-27 | fix typo in self-profile.md | Takuto Ikuta | -1/+1 |
| 2020-06-27 | Add unstable docs for rustc_attrs | Ivan Tham | -0/+50 |
| 2020-06-22 | Update asm! documentation | Amanieu d'Antras | -2/+6 |
| 2020-06-20 | Rollup merge of #73404 - ajpaverd:cfguard_syntax, r=Mark-Simulacrum | Ralf Jung | -5/+5 |
| 2020-06-19 | Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikic | Manish Goregaokar | -2/+1 |
| 2020-06-19 | Rollup merge of #73364 - joshtriplett:inline-asm, r=Amanieu | Manish Goregaokar | -21/+36 |
| 2020-06-19 | Rollup merge of #73214 - androm3da:hex_inline_asm_00, r=Amanieu | Manish Goregaokar | -3/+10 |
| 2020-06-16 | Update CFGuard syntax | Andrew Paverd | -5/+5 |
| 2020-06-16 | Add initial asm!() support for hexagon | Brian Cain | -3/+10 |
| 2020-06-15 | asm: Update chapter in unstable book for multiple template string arguments | Josh Triplett | -21/+36 |
| 2020-06-14 | Diagnose use of incompatible sanitizers | Tomasz Miąsko | -2/+1 |
| 2020-06-11 | Cleanup docs | Amanieu d'Antras | -2/+4 |
| 2020-06-08 | typo: awailable -> available | Josh Stone | -1/+1 |
| 2020-06-08 | Rollup merge of #73001 - ilya-bobyr:master, r=dtolnay | Ralf Jung | -0/+45 |
| 2020-06-08 | Rollup merge of #72615 - jschwe:fix-Zprofile-documentation, r=steveklabnik | Ralf Jung | -1/+7 |
| 2020-06-07 | unstable book: default_free_fn | Ilya Bobyr | -0/+45 |
| 2020-06-03 | Updated documentation for Control Flow Guard | Andrew Paverd | -7/+31 |
| 2020-06-03 | Doc: unstable book - profile.md: improve wording | Jonathan Schwender | -3/+4 |
| 2020-05-26 | Fix documentation example for gcov profiling | Jonathan Schwender | -1/+6 |
| 2020-05-24 | Update src/doc/unstable-book/src/library-features/asm.md | Michal Sudwoj | -1/+1 |
| 2020-05-24 | Corrected statement about zero-extension in docs. | Michal Sudwoj | -1/+1 |
| 2020-05-24 | Updated documentation | Michal Sudwoj | -1/+12 |
| 2020-05-21 | Auto merge of #71718 - NeoRaider:ffi_const_pure, r=Amanieu | bors | -0/+98 |
| 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 | Document `#[ffi_const]` and `#[ffi_pure]` function attributes in unstable book | Matthias Schiffer | -0/+98 |
| 2020-05-19 | update libcore, add `discriminant_kind` lang-item | Bastian Kauschke | -0/+1 |
| 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-11 | rustc-book: Document `-Z strip=val` option | Vadim Petrochenkov | -0/+17 |
| 2020-05-03 | Implement RFC 2523, `#[cfg(version(..))]` | mibac138 | -0/+34 |
| 2020-04-28 | Rollup merge of #71637 - mibac138:cfg-sanitize, r=petrochenkov | Dylan DPC | -10/+8 |
| 2020-04-26 | unstable-book: Document `-Z tls-model` | Vadim Petrochenkov | -0/+25 |
| 2020-04-24 | Minor formatting changes in `cfg-sanitize.md` | mibac138 | -10/+8 |