| Age | Commit message (Expand) | Author | Lines |
| 2020-11-09 | Add `#[cfg(panic = "...")]` | David Hewitt | -0/+38 |
| 2020-11-03 | Rollup merge of #77950 - arlosi:sha256, r=eddyb | Mara Bos | -1/+1 |
| 2020-11-03 | Rollup merge of #78616 - richkadel:unstable-book-instr-cov, r=tmandry | Yuki Okushi | -0/+169 |
| 2020-11-02 | addressed feedback | Rich Kadel | -15/+24 |
| 2020-11-01 | Document -Zinstrument-coverage | Rich Kadel | -0/+160 |
| 2020-10-27 | Fix unstable-book doc tests | Santiago Pastorino | -3/+4 |
| 2020-10-22 | Document inline-const in the Unstable Book | Camelid | -0/+45 |
| 2020-10-18 | Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAus | bors | -10/+10 |
| 2020-10-15 | Deny broken intra-doc links in linkchecker | Joshua Nelson | -0/+2 |
| 2020-10-14 | Add support for SHA256 source file hashing for LLVM 11+. | Arlo Siemsen | -1/+1 |
| 2020-10-14 | Update codegen-backend.md | XAMPPRocky | -0/+3 |
| 2020-10-14 | Update codegen-backend.md | XAMPPRocky | -2/+2 |
| 2020-10-14 | Update src/doc/unstable-book/src/compiler-flags/codegen-backend.md | XAMPPRocky | -1/+1 |
| 2020-10-14 | Document -Z codegen-backend in the unstable book | Erin Power | -0/+28 |
| 2020-10-10 | Auto merge of #77337 - lzutao:asm-mips64, r=Amanieu | bors | -14/+13 |
| 2020-10-04 | Removes reg aliases since there are many ABIs: o32/n32/n64 | Lzu Tao | -3/+0 |
| 2020-10-04 | Add asm! support for mips64 | Lzu Tao | -10/+12 |
| 2020-10-04 | mips32: Add f64 hard-float support | Lzu Tao | -1/+1 |
| 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-18 | Rename method to `assert_len` | dylni | -10/+10 |
| 2020-09-18 | Move `slice::check_range` to `RangeBounds` | dylni | -10/+10 |
| 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 |