| Age | Commit message (Expand) | Author | Lines |
| 2021-10-24 | tidy: Remove submodules from edition exception list | Noah Lev | -0/+0 |
| 2021-10-23 | Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -0/+24 |
| 2021-10-23 | Rollup merge of #89920 - hudson-ayers:location-detail-control, r=davidtwco | Matthias Krüger | -0/+43 |
| 2021-10-22 | Revert def_id addition from clean::Function, add test for | Will Crichton | -2/+12 |
| 2021-10-21 | document the unstable location-detail flag | Hudson Ayers | -0/+43 |
| 2021-10-19 | Make printed message match the code comment | Chris Palmer | -1/+1 |
| 2021-10-19 | Fix minor typos | Chris Palmer | -2/+2 |
| 2021-10-19 | Small scrape-example fixes | Will Crichton | -1/+1 |
| 2021-10-14 | Revert "Stabilize `arbitrary_enum_discriminant`" | Mark Rousskov | -0/+37 |
| 2021-10-13 | Unlinkify email address to satisfy linkchecker | Josh Triplett | -1/+1 |
| 2021-10-13 | Documentation fixes. | Mike Leany | -2/+3 |
| 2021-10-13 | x86_64-unknown-none: Add target documentation | Josh Triplett | -1/+77 |
| 2021-10-13 | Rename x86_64-unknown-none-elf to x86_64-unknown-none | Josh Triplett | -1/+1 |
| 2021-10-13 | Add `x86_64-unknown-none-elf` to `platform-support.md`. | Mike Leany | -0/+1 |
| 2021-10-11 | Update books | Eric Huss | -0/+0 |
| 2021-10-11 | Add -Z no-unique-section-names to reduce ELF header bloat. | Javier Blazquez | -0/+9 |
| 2021-10-10 | Rollup merge of #89713 - nbdd0121:doc2, r=Amanieu | Matthias Krüger | -1/+1 |
| 2021-10-10 | Auto merge of #88952 - skrap:add-armv7-uclibc, r=nagisa | bors | -0/+67 |
| 2021-10-09 | Fix ABNF of inline asm options | Gary Guo | -1/+1 |
| 2021-10-08 | Fix asm docs typo | asquared31415 | -2/+2 |
| 2021-10-07 | Rollup merge of #89082 - smoelius:master, r=kennytm | Jubilee | -1/+35 |
| 2021-10-07 | Rollup merge of #87918 - mikebenfield:pr-afdo, r=nikic | Jubilee | -0/+45 |
| 2021-10-06 | Update to latest rustc and rustdoc styles | Will Crichton | -0/+14 |
| 2021-10-06 | Enable AutoFDO. | Michael Benfield | -0/+45 |
| 2021-10-06 | Rollup merge of #89324 - yoshuawuyts:hardware-parallelism, r=m-ou-se | Manish Goregaokar | -2/+2 |
| 2021-10-06 | add platform support details file for armv7-unknown-linux-uclibc | Jonah Petri | -0/+66 |
| 2021-10-06 | Add new target armv7-unknown-linux-uclibceabihf | Yannick Koehler | -0/+1 |
| 2021-10-05 | Add tracking issue | Samuel E. Moelius III | -2/+4 |
| 2021-10-04 | Add documentation | Samuel E. Moelius III | -1/+33 |
| 2021-10-02 | Fix typos in rustdoc/lints | Tobias Nießen | -3/+3 |
| 2021-10-01 | Rollup merge of #88847 - oliverbr:master, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2021-10-01 | Rollup merge of #85223 - simbleau:master, r=steveklabnik | Manish Goregaokar | -0/+6 |
| 2021-10-01 | Rollup merge of #88820 - hlopko:add_pie_relocation_model, r=petrochenkov | Manish Goregaokar | -0/+4 |
| 2021-10-01 | Add `pie` as another `relocation-model` value | Marcel Hlopko | -0/+4 |
| 2021-09-29 | Update books | Eric Huss | -0/+0 |
| 2021-09-28 | Rename `std::thread::available_onccurrency` to `std::thread::available_parall... | Yoshua Wuyts | -2/+2 |
| 2021-09-28 | Add SOLID targets | Tomoaki Kawada | -0/+69 |
| 2021-09-23 | Auto merge of #87064 - Aaron1011:new-closure-track-caller, r=estebank | bors | -0/+12 |
| 2021-09-22 | Support `#[track_caller]` on closures and generators | Aaron Hill | -0/+12 |
| 2021-09-21 | Fix inconsistent heading level in the rustdoc book | Noah Lev | -1/+1 |
| 2021-09-21 | Document `--show-type-layout` in the rustdoc book | Noah Lev | -0/+16 |
| 2021-09-17 | doc/platform-support: Add documentation for m68k-unknown-linux-gnu | John Paul Adrian Glaubitz | -0/+97 |
| 2021-09-17 | doc/platform-support.md: Add m68k-unknown-linux-gnu as Tier 3 target | John Paul Adrian Glaubitz | -0/+1 |
| 2021-09-16 | Rollup merge of #88985 - Commeownist:patch-1, r=Amanieu | Manish Goregaokar | -3/+3 |
| 2021-09-15 | Rollup merge of #88951 - ehuss:update-books, r=ehuss | Manish Goregaokar | -0/+0 |
| 2021-09-15 | Rollup merge of #87320 - danakj:debug-compilation-dir, r=michaelwoerister | Manish Goregaokar | -0/+24 |
| 2021-09-15 | Update clobber_abi list to include k[1-7] regs | Commeownist | -3/+3 |
| 2021-09-14 | Update books | Eric Huss | -0/+0 |
| 2021-09-14 | Rename --display-warnings to --display-doctest-warnings | Guillaume Gomez | -3/+3 |
| 2021-09-13 | Auto merge of #88529 - Meziu:master, r=nagisa | bors | -0/+1 |