about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-03-10Update browser-ui-test versionGuillaume Gomez-2/+2
2022-03-10RustWrapper: add missing includeAugie Fackler-0/+1
2022-03-10debuginfo: Fix bug in type name generation for dyn types with associated type...Michael Woerister-3/+26
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-734/+724
2022-03-10Revert accidental stabilizationOli Scherer-3/+17
2022-03-10Inline <EscapeDefault as Iterator>::nextMartin Gammelsæter-0/+2
2022-03-10Update Cranelift to 0.82.1bjorn3-26/+26
2022-03-10replace `self.clone()` with `self.create_snapshot_for_diagnostic()`Takayuki Maeda-36/+36
2022-03-10Auto merge of #94802 - matthiaskrgr:rollup-4plu0fi, r=matthiaskrgrbors-617/+854
2022-03-10Rollup merge of #94788 - estebank:removal-suggestion, r=petrochenkovMatthias Krüger-0/+138
2022-03-10Rollup merge of #94746 - notriddle:notriddle/method-rustc-on-unimplemented, r...Matthias Krüger-162/+258
2022-03-10Rollup merge of #94657 - fee1-dead:const_slice_index, r=oli-obkMatthias Krüger-61/+155
2022-03-10Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwcoMatthias Krüger-380/+217
2022-03-10Rollup merge of #92150 - compiler-errors:better_usize_to_wide_ptr_cast, r=pet...Matthias Krüger-14/+86
2022-03-10add doc commentsTakayuki Maeda-5/+14
2022-03-10The `Clone::clone` call is now a `ConstantKind::Val`, not a `ConstantKind::Ty`Scott McMurray-1/+1
2022-03-10Disable the test on wasm32Scott McMurray-51/+52
2022-03-10short-circuit the easy cases in `is_copy_modulo_regions`Scott McMurray-2/+18
2022-03-10Move `is_trivially_pure_clone_copy` onto `Ty` insteadScott McMurray-12/+53
2022-03-10mir-opt: Replace clone on primitives with copyScott McMurray-4/+214
2022-03-10Auto merge of #94764 - nikic:update-llvm-3, r=nagisabors-5/+5
2022-03-10Let `try_collect` take advantage of `try_fold` overridesScott McMurray-2/+72
2022-03-10remove parameters that are only used in recursionJaeyong Sung-3/+3
2022-03-10fix build errorJaeyong Sung-1/+1
2022-03-10add checking for `x -> x` and `ref x -> x` and related test cases.J-ZhengLi-19/+105
2022-03-10fix to lint Self::functionJaeyong Sung-39/+80
2022-03-10Use MaybeUninit in VecDeque to remove the undefined behavior of sliceJmPotato-30/+95
2022-03-10Auto merge of #94059 - b-naber:constantkind-val-transformation, r=lcnrbors-36/+95
2022-03-09Allow `cargo run` instead of `cargo run -p bootstrap`Joshua Nelson-0/+1
2022-03-09Fallback to top-level config.toml if not present in current directoryJoshua Nelson-11/+24
2022-03-10Auto merge of #8070 - CrazyRoka:update-gh-pages-checkbox-styles, r=camsteffenbors-71/+211
2022-03-10Auto merge of #94787 - matthiaskrgr:rollup-yyou15f, r=matthiaskrgrbors-173/+527
2022-03-10rename lint to `needless_match`J-ZhengLi-27/+27
2022-03-09enable portable-simd doctests in MiriRalf Jung-7/+0
2022-03-10Auto merge of #94737 - lcnr:pass-stuff-by-value, r=davidtwcobors-152/+165
2022-03-09Account for suggestions for complete removal of linesEsteban Kuber-0/+138
2022-03-09better suggestion for int to wide ptr castMichael Goulet-14/+86
2022-03-09suggest enabling generic_const_exprs feature if const is unevaluatableMichael Goulet-25/+109
2022-03-09Rollup merge of #94772 - Urgau:check-cfg-miri, r=petrochenkovMatthias Krüger-7/+52
2022-03-09Rollup merge of #94768 - fortanix:raoul/fix_close_read_wakes_up_test_sgx_plat...Matthias Krüger-0/+1
2022-03-09Rollup merge of #94763 - m-ou-se:scoped-threads-lifetime-docs, r=Mark-SimulacrumMatthias Krüger-0/+18
2022-03-09Rollup merge of #94754 - c410-f3r:nice-error, r=lcnrMatthias Krüger-96/+179
2022-03-09Rollup merge of #94739 - estebank:suggest-let-else, r=oli-obkMatthias Krüger-58/+162
2022-03-09Rollup merge of #93057 - frengor:iter_collect_into, r=m-ou-seMatthias Krüger-0/+80
2022-03-09Rollup merge of #92541 - asquared31415:from-docs, r=m-ou-seMatthias Krüger-1/+2
2022-03-09Rollup merge of #91804 - woppopo:const_clone, r=oli-obkMatthias Krüger-11/+33
2022-03-09Add support for targeting riscv32im-unknown-none-elfridwanabdillahi-0/+29
2022-03-09Permit `#[deprecated]` in stdlibJacob Pratt-364/+166
2022-03-09New `deprecated_suggestion` feature, use in testsJacob Pratt-8/+40
2022-03-09Use indexing instead of .get_unchecked() for LUT lookupMartin Gammelsæter-14/+2