| Age | Commit message (Expand) | Author | Lines |
| 2020-05-26 | Fix documentation example for gcov profiling | Jonathan Schwender | -1/+6 |
| 2020-05-25 | Update books | Eric Huss | -0/+0 |
| 2020-05-25 | Update docs related to const-eval/Miri (#676) | Yuki Okushi | -32/+39 |
| 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-23 | Extern blocks are allowed for #[track_caller] now. (#710) | Adam Perry | -1/+0 |
| 2020-05-23 | Fix BodyId link typo in glossary (#709) | Paul Daniel Faria | -2/+2 |
| 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-19 | typo fix (#706) | Chris Simpkins | -1/+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 | Add missing closing paren (#705) | Jade McGough | -1/+1 |
| 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 | Update src/appendix/glossary.md | Tshepang Lekhonkhobe | -1/+1 |
| 2020-05-11 | glossary: make soundness definition more readable | Tshepang Lekhonkhobe | -1/+1 |
| 2020-05-11 | fix links (#702) | Who? Me?! | -2/+2 |
| 2020-05-11 | rustc-book: Document `-Z strip=val` option | Vadim Petrochenkov | -0/+17 |
| 2020-05-11 | glossary: intro feels like not adding much (#699) | Tshepang Lekhonkhobe | -4/+0 |
| 2020-05-11 | cmdline: Make target features individually overridable | Vadim Petrochenkov | -1/+9 |
| 2020-05-08 | Fix typo | Who? Me?! | -1/+1 |
| 2020-05-08 | Typo | Who? Me?! | -1/+1 |
| 2020-05-08 | add some section headers | mark | -22/+28 |
| 2020-05-08 | move discussion of eager expansion to the end | mark | -28/+32 |
| 2020-05-08 | Use full path of span | Who? Me?! | -1/+1 |
| 2020-05-08 | Typos | Who? Me?! | -24/+24 |
| 2020-05-08 | fix some links | mark | -3/+3 |
| 2020-05-08 | fix line length | mark | -1/+3 |
| 2020-05-08 | SPRINKLE ALL THE THINGS | mark | -34/+57 |
| 2020-05-08 | sprinkle around a bunch of links | mark | -37/+85 |
| 2020-05-08 | expand notes on expansion heirarchies | mark | -57/+128 |
| 2020-05-08 | add a bit more info about eager exp | mark | -7/+14 |
| 2020-05-08 | expand some notes about expansion :P | mark | -39/+104 |
| 2020-05-08 | reorganize the macro expansion chapter | mark | -182/+201 |
| 2020-05-08 | add note about macros in parser chapter | mark | -0/+5 |
| 2020-05-08 | reorder some chapters | mark | -2/+2 |