| Age | Commit message (Expand) | Author | Lines |
| 2022-03-10 | Update browser-ui-test version | Guillaume Gomez | -2/+2 |
| 2022-03-10 | RustWrapper: add missing include | Augie Fackler | -0/+1 |
| 2022-03-10 | debuginfo: Fix bug in type name generation for dyn types with associated type... | Michael Woerister | -3/+26 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -734/+724 |
| 2022-03-10 | Revert accidental stabilization | Oli Scherer | -3/+17 |
| 2022-03-10 | Inline <EscapeDefault as Iterator>::next | Martin Gammelsæter | -0/+2 |
| 2022-03-10 | Update Cranelift to 0.82.1 | bjorn3 | -26/+26 |
| 2022-03-10 | replace `self.clone()` with `self.create_snapshot_for_diagnostic()` | Takayuki Maeda | -36/+36 |
| 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 | add doc comments | Takayuki Maeda | -5/+14 |
| 2022-03-10 | The `Clone::clone` call is now a `ConstantKind::Val`, not a `ConstantKind::Ty` | Scott McMurray | -1/+1 |
| 2022-03-10 | Disable the test on wasm32 | Scott McMurray | -51/+52 |
| 2022-03-10 | short-circuit the easy cases in `is_copy_modulo_regions` | Scott McMurray | -2/+18 |
| 2022-03-10 | Move `is_trivially_pure_clone_copy` onto `Ty` instead | Scott McMurray | -12/+53 |
| 2022-03-10 | mir-opt: Replace clone on primitives with copy | Scott McMurray | -4/+214 |
| 2022-03-10 | Auto merge of #94764 - nikic:update-llvm-3, r=nagisa | bors | -5/+5 |
| 2022-03-10 | Let `try_collect` take advantage of `try_fold` overrides | Scott McMurray | -2/+72 |
| 2022-03-10 | remove parameters that are only used in recursion | Jaeyong Sung | -3/+3 |
| 2022-03-10 | fix build error | Jaeyong Sung | -1/+1 |
| 2022-03-10 | add checking for `x -> x` and `ref x -> x` and related test cases. | J-ZhengLi | -19/+105 |
| 2022-03-10 | fix to lint Self::function | Jaeyong Sung | -39/+80 |
| 2022-03-10 | Use MaybeUninit in VecDeque to remove the undefined behavior of slice | JmPotato | -30/+95 |
| 2022-03-10 | Auto merge of #94059 - b-naber:constantkind-val-transformation, r=lcnr | bors | -36/+95 |
| 2022-03-09 | Allow `cargo run` instead of `cargo run -p bootstrap` | Joshua Nelson | -0/+1 |
| 2022-03-09 | Fallback to top-level config.toml if not present in current directory | Joshua Nelson | -11/+24 |
| 2022-03-10 | Auto merge of #8070 - CrazyRoka:update-gh-pages-checkbox-styles, r=camsteffen | bors | -71/+211 |
| 2022-03-10 | Auto merge of #94787 - matthiaskrgr:rollup-yyou15f, r=matthiaskrgr | bors | -173/+527 |
| 2022-03-10 | rename lint to `needless_match` | J-ZhengLi | -27/+27 |
| 2022-03-09 | enable portable-simd doctests in Miri | Ralf Jung | -7/+0 |
| 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 | suggest enabling generic_const_exprs feature if const is unevaluatable | Michael Goulet | -25/+109 |
| 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 | Add support for targeting riscv32im-unknown-none-elf | ridwanabdillahi | -0/+29 |
| 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 | Use indexing instead of .get_unchecked() for LUT lookup | Martin Gammelsæter | -14/+2 |