| Age | Commit message (Expand) | Author | Lines |
| 2022-03-12 | Auto merge of #94711 - ouz-a:master3, r=oli-obk | bors | -0/+92 |
| 2022-03-12 | Auto merge of #94873 - DrMeepster:box_alloc_ice3, r=oli-obk | bors | -0/+6 |
| 2022-03-12 | Auto merge of #94870 - notriddle:notriddle/filter-regression, r=oli-obk | bors | -3/+3 |
| 2022-03-12 | Rollup merge of #94833 - c410-f3r:meta-take-2, r=petrochenkov | Matthias Krüger | -83/+689 |
| 2022-03-11 | fix another assumption about box | DrMeepster | -0/+6 |
| 2022-03-11 | diagnostics: do not spurriously claim something is "not an iterator" | Michael Howell | -3/+3 |
| 2022-03-11 | Implement macro meta-variable expression | Caio | -83/+689 |
| 2022-03-11 | Rollup merge of #94839 - TaKO8Ki:suggest-using-double-colon-for-struct-field-... | Dylan DPC | -0/+56 |
| 2022-03-11 | Rollup merge of #94827 - RalfJung:offset-from-ub, r=oli-obk | Dylan DPC | -6/+50 |
| 2022-03-11 | Rollup merge of #94818 - yoshuawuyts:into-future-associated-type, r=joshtriplett | Dylan DPC | -2/+2 |
| 2022-03-11 | fix a suggestion message | Takayuki Maeda | -6/+6 |
| 2022-03-11 | suggest using double colon when using single colon in struct field type path | Takayuki Maeda | -0/+56 |
| 2022-03-11 | Auto merge of #94276 - scottmcm:primitive-clone, r=oli-obk | bors | -0/+4 |
| 2022-03-10 | adjust offset_from logic: check that both pointers are in-bounds | Ralf Jung | -6/+50 |
| 2022-03-10 | Rollup merge of #94728 - compiler-errors:box-allocator-zst-meta, r=michaelwoe... | Dylan DPC | -1/+24 |
| 2022-03-10 | Rollup merge of #94368 - c410-f3r:metaaaaaaaaaaaaaaaaaaaaaaaaaaa, r=petrochenkov | Dylan DPC | -0/+578 |
| 2022-03-10 | Rollup merge of #94274 - djkoloski:unknown_unstable_lints, r=tmandry | Dylan DPC | -68/+266 |
| 2022-03-10 | Rename `IntoFuture::Future` to `IntoFuture::IntoFuture` | Yoshua Wuyts | -2/+2 |
| 2022-03-10 | Rollup merge of #94805 - oli-obk:drop_box, r=pnkfelix | Matthias Krüger | -0/+15 |
| 2022-03-10 | Rollup merge of #94440 - compiler-errors:issue-94282, r=lcnr | Matthias Krüger | -0/+45 |
| 2022-03-10 | Revert accidental stabilization | Oli Scherer | -0/+15 |
| 2022-03-10 | Auto merge of #94802 - matthiaskrgr:rollup-4plu0fi, r=matthiaskrgr | bors | -389/+381 |
| 2022-03-10 | Rollup merge of #94788 - estebank:removal-suggestion, r=petrochenkov | Matthias Krüger | -0/+113 |
| 2022-03-10 | Rollup merge of #94746 - notriddle:notriddle/method-rustc-on-unimplemented, r... | Matthias Krüger | -8/+30 |
| 2022-03-10 | Rollup merge of #94657 - fee1-dead:const_slice_index, r=oli-obk | Matthias Krüger | -8/+8 |
| 2022-03-10 | Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwco | Matthias Krüger | -360/+186 |
| 2022-03-10 | Rollup merge of #92150 - compiler-errors:better_usize_to_wide_ptr_cast, r=pet... | Matthias Krüger | -13/+44 |
| 2022-03-10 | short-circuit the easy cases in `is_copy_modulo_regions` | Scott McMurray | -0/+4 |
| 2022-03-10 | Auto merge of #94764 - nikic:update-llvm-3, r=nagisa | bors | -1/+0 |
| 2022-03-10 | Auto merge of #94059 - b-naber:constantkind-val-transformation, r=lcnr | bors | -2/+2 |
| 2022-03-09 | Account for suggestions for complete removal of lines | Esteban Kuber | -0/+113 |
| 2022-03-09 | better suggestion for int to wide ptr cast | Michael Goulet | -13/+44 |
| 2022-03-09 | suggest enabling generic_const_exprs feature if const is unevaluatable | Michael Goulet | -0/+45 |
| 2022-03-09 | Rollup merge of #94772 - Urgau:check-cfg-miri, r=petrochenkov | Matthias Krüger | -1/+41 |
| 2022-03-09 | Rollup merge of #94754 - c410-f3r:nice-error, r=lcnr | Matthias Krüger | -55/+110 |
| 2022-03-09 | Rollup merge of #94739 - estebank:suggest-let-else, r=oli-obk | Matthias Krüger | -51/+83 |
| 2022-03-09 | Permit `#[deprecated]` in stdlib | Jacob Pratt | -352/+159 |
| 2022-03-09 | New `deprecated_suggestion` feature, use in tests | Jacob Pratt | -3/+22 |
| 2022-03-09 | Implement macro meta-variable expressions | Caio | -0/+578 |
| 2022-03-09 | Warn users about || in let chain expressions | Caio | -55/+110 |
| 2022-03-09 | diagnostics: use rustc_on_unimplemented to recommend `[].iter()` | Michael Howell | -8/+30 |
| 2022-03-09 | Add miri to the well known conditional compilation names and values | Loïc BRANSTETT | -1/+41 |
| 2022-03-09 | keep ERROR in message | b-naber | -4/+4 |
| 2022-03-09 | manually bless 32-bit stderr | b-naber | -1/+0 |
| 2022-03-09 | normalization change and rebase | b-naber | -300/+255 |
| 2022-03-09 | bless tests | b-naber | -254/+300 |
| 2022-03-09 | Enable issue-23036.rs on wasm32 | Nikita Popov | -1/+0 |
| 2022-03-09 | Auto merge of #94515 - estebank:tweak-move-error, r=davidtwco | bors | -59/+94 |
| 2022-03-09 | Rollup merge of #94686 - ChayimFriedman2:issue-94629, r=jackh726 | Dylan DPC | -3/+16 |
| 2022-03-08 | Rollup merge of #94689 - compiler-errors:on-unimplemented-substs, r=petrochenkov | Dylan DPC | -2/+85 |