| Age | Commit message (Expand) | Author | Lines |
| 2022-03-10 | RustWrapper: add missing include | Augie Fackler | -0/+1 |
| 2022-03-10 | Auto merge of #94802 - matthiaskrgr:rollup-4plu0fi, r=matthiaskrgr | bors | -617/+854 |
| 2022-03-10 | Rollup merge of #94788 - estebank:removal-suggestion, r=petrochenkov | Matthias Krüger | -0/+138 |
| 2022-03-10 | Rollup merge of #94746 - notriddle:notriddle/method-rustc-on-unimplemented, r... | Matthias Krüger | -162/+258 |
| 2022-03-10 | Rollup merge of #94657 - fee1-dead:const_slice_index, r=oli-obk | Matthias Krüger | -61/+155 |
| 2022-03-10 | Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwco | Matthias Krüger | -380/+217 |
| 2022-03-10 | Rollup merge of #92150 - compiler-errors:better_usize_to_wide_ptr_cast, r=pet... | Matthias Krüger | -14/+86 |
| 2022-03-10 | Auto merge of #94764 - nikic:update-llvm-3, r=nagisa | bors | -5/+5 |
| 2022-03-10 | Auto merge of #94059 - b-naber:constantkind-val-transformation, r=lcnr | bors | -36/+95 |
| 2022-03-10 | Auto merge of #94787 - matthiaskrgr:rollup-yyou15f, r=matthiaskrgr | bors | -173/+527 |
| 2022-03-10 | Auto merge of #94737 - lcnr:pass-stuff-by-value, r=davidtwco | bors | -152/+165 |
| 2022-03-09 | Account for suggestions for complete removal of lines | Esteban Kuber | -0/+138 |
| 2022-03-09 | better suggestion for int to wide ptr cast | Michael Goulet | -14/+86 |
| 2022-03-09 | Rollup merge of #94772 - Urgau:check-cfg-miri, r=petrochenkov | Matthias Krüger | -7/+52 |
| 2022-03-09 | Rollup merge of #94768 - fortanix:raoul/fix_close_read_wakes_up_test_sgx_plat... | Matthias Krüger | -0/+1 |
| 2022-03-09 | Rollup merge of #94763 - m-ou-se:scoped-threads-lifetime-docs, r=Mark-Simulacrum | Matthias Krüger | -0/+18 |
| 2022-03-09 | Rollup merge of #94754 - c410-f3r:nice-error, r=lcnr | Matthias Krüger | -96/+179 |
| 2022-03-09 | Rollup merge of #94739 - estebank:suggest-let-else, r=oli-obk | Matthias Krüger | -58/+162 |
| 2022-03-09 | Rollup merge of #93057 - frengor:iter_collect_into, r=m-ou-se | Matthias Krüger | -0/+80 |
| 2022-03-09 | Rollup merge of #92541 - asquared31415:from-docs, r=m-ou-se | Matthias Krüger | -1/+2 |
| 2022-03-09 | Rollup merge of #91804 - woppopo:const_clone, r=oli-obk | Matthias Krüger | -11/+33 |
| 2022-03-09 | Permit `#[deprecated]` in stdlib | Jacob Pratt | -364/+166 |
| 2022-03-09 | New `deprecated_suggestion` feature, use in tests | Jacob Pratt | -8/+40 |
| 2022-03-09 | Auto merge of #94779 - GuillaumeGomez:ci-spurious-failures, r=Dylan-DPC | bors | -1/+4 |
| 2022-03-09 | Fix spurious CI failures | Guillaume Gomez | -1/+4 |
| 2022-03-09 | Add tracking issue | fren_gor | -1/+1 |
| 2022-03-09 | Warn users about || in let chain expressions | Caio | -96/+179 |
| 2022-03-09 | diagnostics: use rustc_on_unimplemented to recommend `[].iter()` | Michael Howell | -162/+258 |
| 2022-03-09 | Add miri to the well known conditional compilation names and values | Loïc BRANSTETT | -7/+52 |
| 2022-03-09 | Add documentation about lifetimes to thread::scope. | Mara Bos | -0/+18 |
| 2022-03-09 | keep ERROR in message | b-naber | -4/+4 |
| 2022-03-09 | manually bless 32-bit stderr | b-naber | -8/+7 |
| 2022-03-09 | Ignore `close_read_wakes_up` test on SGX platform | Raoul Strackx | -0/+1 |
| 2022-03-09 | normalization change and rebase | b-naber | -344/+290 |
| 2022-03-09 | bless tests | b-naber | -290/+358 |
| 2022-03-09 | treat all mir::Constant values as ConstantKind::Val | b-naber | -10/+56 |
| 2022-03-09 | Enable issue-23036.rs on wasm32 | Nikita Popov | -1/+0 |
| 2022-03-09 | Use new pass manager on s390x with LLVM 14 | Nikita Popov | -4/+5 |
| 2022-03-09 | Auto merge of #94515 - estebank:tweak-move-error, r=davidtwco | bors | -242/+289 |
| 2022-03-09 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 2022-03-09 | Auto merge of #94761 - Dylan-DPC:rollup-v4emqsy, r=Dylan-DPC | bors | -64/+76 |
| 2022-03-09 | Rollup merge of #94759 - ehuss:update-cargo, r=ehuss | Dylan DPC | -7/+6 |
| 2022-03-09 | Rollup merge of #94756 - ChrisDenton:unreachable, r=yaahc | Dylan DPC | -1/+7 |
| 2022-03-09 | Rollup merge of #94699 - ssomers:btree_prune_insert, r=Dylan-DPC | Dylan DPC | -40/+19 |
| 2022-03-09 | Rollup merge of #94686 - ChayimFriedman2:issue-94629, r=jackh726 | Dylan DPC | -4/+17 |
| 2022-03-09 | Rollup merge of #94583 - dtolnay:fuchsia, r=Mark-Simulacrum | Dylan DPC | -0/+7 |
| 2022-03-09 | Rollup merge of #94312 - pierwill:fix-94311-lattice-docs, r=jackh726 | Dylan DPC | -12/+20 |
| 2022-03-08 | Update cargo | Eric Huss | -7/+6 |
| 2022-03-09 | Auto merge of #94750 - cuviper:dirent64_min, r=joshtriplett | bors | -10/+47 |
| 2022-03-09 | Use `unreachable!` for an unreachable code path | Chris Denton | -1/+7 |