| Age | Commit message (Expand) | Author | Lines |
| 2021-11-09 | Auto merge of #86041 - bstrie:unmagic-array-copy, r=jackh726 | bors | -163/+8 |
| 2021-11-09 | Auto merge of #90724 - JohnTitor:rollup-zg0kbm3, r=JohnTitor | bors | -0/+12 |
| 2021-11-09 | Rollup merge of #90708 - NieDzejkob:feature-note, r=jackh726 | Yuki Okushi | -0/+11 |
| 2021-11-09 | Rollup merge of #90688 - SparrowLii:dotprod, r=Amanieu | Yuki Okushi | -0/+1 |
| 2021-11-09 | Auto merge of #90700 - fee1-dead:select-returns-vec, r=davidtwco | bors | -141/+147 |
| 2021-11-09 | Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995 | bors | -17/+51 |
| 2021-11-09 | Auto merge of #90485 - camsteffen:fmt-args-less-bind, r=m-ou-se | bors | -21/+11 |
| 2021-11-09 | Auto merge of #90695 - GuillaumeGomez:rollup-kxvvw4o, r=GuillaumeGomez | bors | -27/+14 |
| 2021-11-08 | Add a note about feature(explicit_generic_args_with_impl_trait) to the releva... | Jakub Kądziołka | -0/+11 |
| 2021-11-08 | Update Copy/Clone documentation WRT arrays | bstrie | -6/+3 |
| 2021-11-08 | impl Copy/Clone for arrays in std, not in compiler | bstrie | -157/+5 |
| 2021-11-08 | fmt | Deadbeef | -42/+18 |
| 2021-11-08 | Make select_* methods return Vec for TraitEngine | Deadbeef | -116/+146 |
| 2021-11-08 | Rollup merge of #90657 - GuillaumeGomez:one-char-last-line-removed, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-11-08 | Rollup merge of #90652 - matthiaskrgr:unnnec_filter_map, r=jyn514 | Guillaume Gomez | -24/+12 |
| 2021-11-08 | Rollup merge of #90494 - Meziu:armv6k-3ds-target, r=sanxiyn | Guillaume Gomez | -2/+1 |
| 2021-11-08 | Auto merge of #90361 - Mark-Simulacrum:always-verify, r=michaelwoerister | bors | -1/+14 |
| 2021-11-08 | enable `dotprod` target feature in arm | SparrowLii | -0/+1 |
| 2021-11-08 | Don't proceed to codegen if there are lint errors | Joshua Nelson | -5/+1 |
| 2021-11-08 | Don't abort compilation after giving a lint error | Joshua Nelson | -16/+54 |
| 2021-11-07 | Auto merge of #88368 - jyn514:metadata-error, r=petrochenkov | bors | -15/+90 |
| 2021-11-07 | Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514 | bors | -182/+138 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -182/+138 |
| 2021-11-07 | Improve error when an .rlib can't be parsed | Joshua Nelson | -15/+90 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -211/+309 |
| 2021-11-07 | Auto merge of #90348 - Amanieu:asm_feature_gates, r=joshtriplett | bors | -4/+58 |
| 2021-11-07 | Add features gates for experimental asm features | Amanieu d'Antras | -4/+58 |
| 2021-11-06 | Auto merge of #90661 - matthiaskrgr:rollup-1umbdlx, r=matthiaskrgr | bors | -85/+79 |
| 2021-11-06 | Rollup merge of #90649 - cjgillot:reveal-all-2, r=lcnr | Matthias Krüger | -1/+1 |
| 2021-11-06 | Rollup merge of #90646 - BoxyUwU:funky_ice, r=estebank | Matthias Krüger | -2/+7 |
| 2021-11-06 | Rollup merge of #90642 - matthiaskrgr:clippy_matches, r=cjgillot | Matthias Krüger | -79/+47 |
| 2021-11-06 | Rollup merge of #90627 - camelid:suggest-box-deref, r=davidtwco | Matthias Krüger | -0/+18 |
| 2021-11-06 | Rollup merge of #90508 - nbdd0121:issue-90483, r=davidtwco | Matthias Krüger | -3/+6 |
| 2021-11-06 | Auto merge of #90655 - the8472:drain-dot-dot, r=jyn514 | bors | -6/+6 |
| 2021-11-06 | Factor out some Vecs | Cameron Steffen | -9/+6 |
| 2021-11-06 | Don't destructure args tuple in format_args! | Cameron Steffen | -14/+7 |
| 2021-11-06 | Fix last doc code comment being removed if it only had one character | Guillaume Gomez | -1/+1 |
| 2021-11-06 | Suggest dereference of `Box` when inner type is expected | Noah Lev | -0/+18 |
| 2021-11-06 | Replace some uses of vec.drain(..) with vec.into_iter() | The8472 | -6/+6 |
| 2021-11-06 | use filter(|x| matches!(..)) instead of filter_map(|x| match x ... => Some(xy)) | Matthias Krüger | -24/+12 |
| 2021-11-06 | Auto merge of #90559 - rusticstuff:optimize-bidi-detection, r=davidtwco | bors | -16/+46 |
| 2021-11-06 | use matches!() macro in more places | Matthias Krüger | -79/+47 |
| 2021-11-06 | Run reveal_all on MIR more often. | Camille GILLOT | -1/+1 |
| 2021-11-06 | Auto merge of #90641 - matthiaskrgr:mut, r=cjgillot | bors | -1/+1 |
| 2021-11-06 | type error go brrrrrrrr | Ellen | -2/+7 |
| 2021-11-06 | Auto merge of #90617 - tmiasko:time-trace-threads, r=wesleywiser | bors | -56/+128 |
| 2021-11-06 | Auto merge of #89970 - jackh726:gats_diagnostics, r=nikomatsakis | bors | -8/+388 |
| 2021-11-05 | Review comments | jackh726 | -14/+41 |
| 2021-11-06 | Auto merge of #88441 - jackh726:closure_norm, r=nikomatsakis | bors | -12/+39 |
| 2021-11-06 | pointee_info_at() does not need mutable access | Matthias Krüger | -1/+1 |