| Age | Commit message (Expand) | Author | Lines |
| 2021-09-22 | Auto merge of #89187 - ehuss:update-cargo, r=ehuss | bors | -2/+2 |
| 2021-09-22 | Auto merge of #7693 - F3real:vec2, r=Manishearth | bors | -49/+99 |
| 2021-09-22 | Update cargo | Eric Huss | -2/+2 |
| 2021-09-22 | Temporarily rename int_roundings functions to avoid conflicts | Josh Triplett | -48/+48 |
| 2021-09-22 | Support `#[track_caller]` on closures and generators | Aaron Hill | -23/+267 |
| 2021-09-22 | Auto merge of #89179 - the8472:rollup-moxrtaj, r=the8472 | bors | -56/+130 |
| 2021-09-22 | Update library/std/src/sync/mpsc/shared.rs | Mara Bos | -1/+1 |
| 2021-09-22 | Add missing reference to box_vec | F3real | -1/+1 |
| 2021-09-22 | Rollup merge of #89170 - rusticstuff:aarch64_macos_disable_leak_sanitizer, r=... | the8472 | -2/+5 |
| 2021-09-22 | Rollup merge of #89164 - camelid:show-type-layout-docs, r=jyn514 | the8472 | -2/+18 |
| 2021-09-22 | Rollup merge of #89162 - petrochenkov:ivmap, r=davidtwco | the8472 | -24/+28 |
| 2021-09-22 | Rollup merge of #89133 - FabianWolff:issue-79546, r=michaelwoerister | the8472 | -1/+14 |
| 2021-09-22 | Rollup merge of #89127 - wesleywiser:reenable_mutex_debuginfo_test, r=ehuss | the8472 | -7/+5 |
| 2021-09-22 | Rollup merge of #89046 - oli-obk:fix_oflo, r=estebank | the8472 | -10/+37 |
| 2021-09-22 | Rollup merge of #89041 - sticnarf:sticnarf/fat-lto-dwarf, r=nagisa | the8472 | -10/+20 |
| 2021-09-22 | Rollup merge of #89036 - nbdd0121:alloc, r=yaahc | the8472 | -0/+3 |
| 2021-09-22 | Auto merge of #7704 - camsteffen:pedantic-occasional, r=Manishearth | bors | -1/+1 |
| 2021-09-22 | Fix test | Cameron Steffen | -3/+3 |
| 2021-09-22 | Add tests | Nadrieril | -0/+45 |
| 2021-09-22 | Tweak pedantic description for occasional FPs | Cameron Steffen | -1/+1 |
| 2021-09-23 | change singular to plural | Takayuki Maeda | -1/+1 |
| 2021-09-22 | Make SymbolIndex private | bjorn3 | -1/+1 |
| 2021-09-22 | Avoid a couple of Symbol::as_str calls in cg_llvm | bjorn3 | -6/+9 |
| 2021-09-22 | Remove Symbol::len | bjorn3 | -5/+1 |
| 2021-09-22 | Run no_core rustdoc tests on Linux only. | Hans Kratz | -2/+2 |
| 2021-09-22 | Auto merge of #89134 - est31:revert_rustdoc_box_syntax, r=GuillaumeGomez | bors | -54/+47 |
| 2021-09-22 | PR fixup | Aman Arora | -62/+86 |
| 2021-09-22 | Auto merge of #7679 - lengyijun:issue4546, r=xFrednet | bors | -0/+20 |
| 2021-09-22 | add #4546 test | lengyijun | -0/+20 |
| 2021-09-22 | Auto merge of #88865 - guswynn:must_not_suspend, r=oli-obk | bors | -5/+701 |
| 2021-09-22 | Disable the leak sanitizer on Macos aarch64 for now. | Hans Kratz | -2/+5 |
| 2021-09-22 | Fix read_to_end to not grow an exact size buffer | John Kugelman | -41/+37 |
| 2021-09-22 | Auto merge of #88846 - jackh726:issue-88360, r=nikomatsakis | bors | -1/+41 |
| 2021-09-21 | rustdoc: Emphasize "completely unstable" | Noah Lev | -1/+1 |
| 2021-09-21 | rustdoc: Note that type layout may differ between compilations | Noah Lev | -1/+1 |
| 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-22 | Auto merge of #88629 - wesleywiser:fix_debuginfo_for_scalarpair_params, r=oli... | bors | -15/+112 |
| 2021-09-22 | Auto merge of #7685 - camsteffen:let-else-needless-ret, r=giraffate | bors | -45/+48 |
| 2021-09-22 | rustc_index: Add some map-like APIs to `IndexVec` | Vadim Petrochenkov | -24/+28 |
| 2021-09-21 | Auto merge of #89158 - the8472:rollup-3e4ijth, r=the8472 | bors | -12/+6 |
| 2021-09-21 | Auto merge of #89158 - the8472:rollup-3e4ijth, r=the8472 | bors | -98/+290 |
| 2021-09-21 | Rollup merge of #89147 - b-naber:refs_in_check_const_value_eq, r=oli-obk | the8472 | -0/+57 |
| 2021-09-21 | Rollup merge of #89142 - nerandell:master, r=jackh726 | the8472 | -1/+4 |
| 2021-09-21 | Rollup merge of #89141 - mbartlett21:patch-2, r=kennytm | the8472 | -1/+5 |
| 2021-09-21 | Rollup merge of #89126 - FabianWolff:issue-89088, r=petrochenkov | the8472 | -6/+30 |
| 2021-09-21 | Rollup merge of #89115 - lnicola:rust-analyzer-2021-09-20, r=Mark-Simulacrum | the8472 | -32/+16 |
| 2021-09-21 | Rollup merge of #89114 - dequbed:c-char, r=yaahc | the8472 | -1/+1 |
| 2021-09-21 | Rollup merge of #89113 - BoxyUwU:incr-comp-thir-act, r=lcnr | the8472 | -3/+6 |
| 2021-09-21 | Rollup merge of #89096 - daira:improve-ninja-error-message, r=jyn514 | the8472 | -2/+7 |