| Age | Commit message (Expand) | Author | Lines |
| 2020-09-30 | Auto merge of #77372 - jonas-schievink:rollup-e5bdzga, r=jonas-schievink | bors | -0/+8 |
| 2020-09-30 | Add more tests and check for ABI | Hugues de Valon | -0/+6 |
| 2020-09-30 | Add support for cmse_nonsecure_entry attribute | Hugues de Valon | -0/+75 |
| 2020-09-28 | Add unstable book docs for `-Zunsound-mir-opts` | Wesley Wiser | -0/+8 |
| 2020-09-28 | Update unstable-book: Fix ABNF in inline assembly docs | Jethro Beekman | -1/+1 |
| 2020-09-27 | Rollup merge of #76839 - lzutao:mips-asm, r=Amanieu | Jonas Schievink | -1/+16 |
| 2020-09-27 | Add MIPS asm! support | Lzu Tao | -1/+16 |
| 2020-09-16 | Rollup merge of #76675 - lzutao:asm_doc, r=Amanieu | Dylan DPC | -3/+22 |
| 2020-09-16 | document how to use memory addresses as operands | Lzu Tao | -0/+19 |
| 2020-09-14 | Stabilize doc_alias feature | Guillaume Gomez | -23/+0 |
| 2020-09-13 | make llvm_asm options more intense | Lzu Tao | -3/+3 |
| 2020-09-09 | Rollup merge of #76430 - pickfire:patch-7, r=steveklabnik | Tyler Mandry | -2/+2 |
| 2020-09-08 | Unstable book rust-attrs does not work on generics | Ivan Tham | -1/+1 |
| 2020-09-07 | Add align to rustc-attrs unstable book | Ivan Tham | -2/+2 |
| 2020-09-05 | Adjust documentation for slice_check_range | dylni | -0/+10 |
| 2020-09-05 | Rollup merge of #75954 - ArekPiekarz:unstable_book_ffi_tracking_issues, r=ste... | Dylan DPC | -0/+10 |
| 2020-08-26 | Unstable Book: add links to tracking issues for FFI features | Arkadiusz Piekarz | -0/+10 |
| 2020-08-24 | Fix typo in TLS Model in Unstable Book | Arkadiusz Piekarz | -1/+1 |
| 2020-08-21 | Added link to Microsoft's documentation of CFG | Dr. Koutheir Attouchi | -1/+1 |
| 2020-08-21 | Fixed a typo | Dr. Koutheir Attouchi | -1/+1 |
| 2020-08-21 | Switched ROP link to Desktop layout instead of mobile layout | Dr. Koutheir Attouchi | -1/+1 |
| 2020-08-20 | Another motivation for CFG: return-oriented programming | Dr. Koutheir Attouchi | -1/+2 |
| 2020-08-06 | Update asm! documentation in unstable book | Amanieu d'Antras | -1/+13 |
| 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 |