about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-08-04Rollup merge of #114431 - ehuss:ssa-test, r=est31Matthias Krüger-3/+0
2023-08-04Rollup merge of #114409 - lcnr:confirmation, r=compiler-errorsMatthias Krüger-23/+17
2023-08-04Rollup merge of #113999 - Centri3:macro-arm-expand, r=wesleywiserMatthias Krüger-24/+74
2023-08-04Rollup merge of #113534 - oli-obk:simd_shuffle_dehackify, r=workingjubileeMatthias Krüger-266/+289
2023-08-04Auto merge of #110833 - compiler-errors:rustc-call-inliner-ice, r=cjgillotbors-5/+15
2023-08-03Auto merge of #108955 - Nilstrieb:dont-use-me-pls, r=oli-obkbors-42/+169
2023-08-03Enable tests on rustc_codegen_ssaEric Huss-3/+0
2023-08-03Explicitly don't inline user-written rust-call fnsMichael Goulet-1/+8
2023-08-03Only unpack tupled args in inliner if we expect args to be unpackedMichael Goulet-6/+9
2023-08-03Rollup merge of #114403 - bvanjoi:fix-114392, r=estebankMatthias Krüger-1/+1
2023-08-03Rollup merge of #114395 - ttsugriy:hoist-lookup, r=lqdMatthias Krüger-1/+2
2023-08-03Rollup merge of #114372 - RalfJung:const-pointer-as-int, r=oli-obkMatthias Krüger-221/+280
2023-08-03Rollup merge of #114300 - MU001999:fix/turbofish-pat, r=estebankMatthias Krüger-28/+68
2023-08-03Rollup merge of #114237 - bvanjoi:fix-114219, r=cjgillotMatthias Krüger-4/+20
2023-08-03Rollup merge of #113657 - Urgau:expand-incorrect_fn_null_check-lint, r=cjgillotMatthias Krüger-122/+174
2023-08-03Add `internal_features` lintNilstrieb-42/+169
2023-08-03builtin impl confirmation wuhulcnr-23/+17
2023-08-03Auto merge of #113199 - b-naber:slice-pattern-type-inference, r=lcnrbors-65/+169
2023-08-03Reduce arbitrary self type suggestionsr0cky-15/+3
2023-08-03Auto merge of #112043 - jieyouxu:suggestion_macro_expansion_source_callsites,...bors-10/+21
2023-08-03Forbid old-style `simd_shuffleN` intrinsicsOli Scherer-266/+289
2023-08-03Also add label with original type for function pointersUrgau-2/+7
2023-08-03Avoid too many expected symbols and reduce `None`sr0cky-58/+52
2023-08-03Also lint on cast/cast_mut and ptr::from_mut/ptr::from_refUrgau-16/+36
2023-08-03fix the span in the suggestion of remove question markbohan-1/+1
2023-08-03Auto merge of #114396 - compiler-errors:hir-typeck-nits, r=oli-obkbors-68/+28
2023-08-03Auto merge of #114400 - matthiaskrgr:rollup-1hkd1ay, r=matthiaskrgrbors-12/+13
2023-08-03Rollup merge of #114363 - RalfJung:interpret-not-miri, r=jackh726Matthias Krüger-12/+13
2023-08-03Apply suggestionsr0cky-2/+4
2023-08-03Make Option<&dyn FnMut> into impl FnOnceMichael Goulet-17/+13
2023-08-03Auto merge of #114353 - nnethercote:parser-ast-cleanups, r=petrochenkovbors-131/+75
2023-08-03Inline one usage of check_expr_eq_typeMichael Goulet-8/+4
2023-08-03Inline check_expr_meets_expectation_or_errorMichael Goulet-13/+3
2023-08-03No need for Expectation::IsLastMichael Goulet-31/+9
2023-08-02[rustc_span][perf] Hoist lookup sorted by words out of the loop.Taras Tsugrii-1/+2
2023-08-03Auto merge of #113292 - MU001999:fix/issue-113222, r=Nilstriebbors-4/+17
2023-08-02Add test for enum with fieldsCatherine Flores-6/+1
2023-08-02Auto merge of #107254 - chenyukang:yukang/fix-107113-wrong-sugg-in-macro, r=e...bors-1/+17
2023-08-03Remove `MacDelimiter`.Nicholas Nethercote-61/+35
2023-08-02const validation: point at where we found a pointer but expected an integerRalf Jung-221/+280
2023-08-03Keep the suggestion for wrong arbitrary self typesMu001999-54/+85
2023-08-02Remove constness from `TraitPredicate`Deadbeef-305/+81
2023-08-02avoid 'miri' when refering to the shared interpreterRalf Jung-12/+13
2023-08-02Auto merge of #114368 - Nilstrieb:rollup-pgvm9cf, r=Nilstriebbors-84/+66
2023-08-02Rollup merge of #114321 - SparrowLii:parallel_test, r=oli-obkNilstrieb-6/+0
2023-08-02Rollup merge of #114079 - compiler-errors:closure-upvars, r=oli-obkNilstrieb-78/+66
2023-08-02Auto merge of #112431 - Urgau:cast_ref_to_mut_improvments, r=Nilstriebbors-32/+103
2023-08-02Auto merge of #114333 - RalfJung:dangling-ptr-offset, r=oli-obkbors-28/+35
2023-08-02fix RedundantLocals clippy caused by async and awaityukang-0/+9
2023-08-02get auto traits for parallel rustcSparrowLii-6/+0