about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-08-27Rollup merge of #129625 - compiler-errors:generic-args-mode, r=fmeaseMatthias Krüger-24/+23
2024-08-27Rollup merge of #129622 - bjorn3:less_unstable, r=lqdMatthias Krüger-4/+0
2024-08-27Rollup merge of #129340 - stephen-lazaro:u/slazaro/issue-129274, r=compiler-e...Matthias Krüger-2/+3
2024-08-27Rollup merge of #129250 - estebank:issue-129205, r=compiler-errorsMatthias Krüger-6/+8
2024-08-27Rollup merge of #129032 - jswrenn:transmute-method, r=compiler-errorsMatthias Krüger-0/+5
2024-08-27Rollup merge of #126013 - nnethercote:unreachable_pub, r=UrgauMatthias Krüger-464/+503
2024-08-26Don't make pattern nonterminals match statement nonterminalsMichael Goulet-42/+46
2024-08-26Rename ParenthesizedGenericArgs to GenericArgsModeMichael Goulet-24/+23
2024-08-26Remove ParamMode::ExplicitNamedMichael Goulet-14/+1
2024-08-26Remove a couple of unused feature enablesbjorn3-4/+0
2024-08-26Do not ICE on non-ADT rcvr type when looking for crate version collisionEsteban Küber-6/+8
2024-08-26Rollup merge of #129600 - traviscross:TC/tie-impl_trait_overcaptures-to-rust-...Matthias Krüger-4/+6
2024-08-26Rollup merge of #129597 - bvanjoi:resolve, r=petrochenkovMatthias Krüger-68/+71
2024-08-26interpret: do not make const-eval query result depend on tcx.sessRalf Jung-45/+24
2024-08-26const-eval: do not make UbChecks behavior depend on current crate's flagsRalf Jung-1/+11
2024-08-26Auto merge of #129508 - RalfJung:transient-locals, r=cjgillotbors-18/+32
2024-08-26Tie `impl_trait_overcaptures` lint to Rust 2024Travis Cross-4/+6
2024-08-26mv `build_reduced_graph_for_external_crate_res` into Resolverbohan-68/+71
2024-08-26Rollup merge of #129590 - compiler-errors:ref-tykind, r=fmeaseMatthias Krüger-18/+18
2024-08-26Rollup merge of #129553 - RalfJung:const-stability, r=compiler-errorsMatthias Krüger-1/+1
2024-08-26Rollup merge of #129544 - mu001999-contrib:dead-code/clean, r=compiler-errorsMatthias Krüger-25/+1
2024-08-26Rollup merge of #129526 - compiler-errors:fx, r=lqdMatthias Krüger-6/+10
2024-08-26Rollup merge of #129525 - notriddle:notriddle/fake-variadic-tuple-array, r=Gu...Matthias Krüger-0/+10
2024-08-26Rollup merge of #129519 - compiler-errors:lowering-flags, r=fmeaseMatthias Krüger-44/+46
2024-08-26Rollup merge of #129405 - surechen:fix_span_x, r=cjgillotMatthias Krüger-3/+8
2024-08-26Rollup merge of #129288 - compiler-errors:unsafe-fn-coercion, r=lcnrMatthias Krüger-2/+2
2024-08-25Use FxHasher on new solver unconditionallyMichael Goulet-6/+10
2024-08-25Remove redundant flags that can be inferred from the HIRMichael Goulet-29/+22
2024-08-25Avoid taking reference of &TyKindMichael Goulet-18/+18
2024-08-25Rollup merge of #129523 - lqd:stable-type-ir, r=compiler-errorsMatthias Krüger-2/+8
2024-08-25Rollup merge of #129487 - GrigorenkoPV:repr_transparent_external_private_fiel...Matthias Krüger-1/+34
2024-08-25Rollup merge of #129416 - workingjubilee:partial-move-from-stabilization, r=d...Matthias Krüger-0/+1
2024-08-25Rollup merge of #129091 - RalfJung:box_as_ptr, r=AmanieuMatthias Krüger-4/+3
2024-08-25Fixing span manipulation and indentation of the suggestion introduced by #126187surechen-3/+8
2024-08-25tweak rustc_allow_const_fn_unstable hint, and add back test for stable-const-...Ralf Jung-1/+1
2024-08-25make it possible to enable const_precise_live_drops per-functionRalf Jung-2/+8
2024-08-25dont iterate over the bitsetRalf Jung-4/+2
2024-08-25only visit reachable blocks, do not use a visitorRalf Jung-28/+16
2024-08-25Auto merge of #129521 - matthiaskrgr:rollup-uigv77m, r=matthiaskrgrbors-142/+100
2024-08-25Removes dead code from the compilermu001999-25/+1
2024-08-24Rollup merge of #129429 - cjgillot:named-variance, r=compiler-errorsTrevor Gross-8/+24
2024-08-24Rollup merge of #128735 - jieyouxu:pr-120176-revive, r=cjgillotTrevor Gross-15/+45
2024-08-24Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-su...Trevor Gross-12/+42
2024-08-24Rollup merge of #128467 - estebank:unsized-args, r=cjgillotTrevor Gross-9/+48
2024-08-25Add `f16` and `f128` inline ASM support for `aarch64`beetrees-6/+14
2024-08-24Deny wasm_c_abi lint to nudge the last 25%Jubilee Young-1/+1
2024-08-24Get rid of predicates_defined_onMichael Goulet-53/+22
2024-08-24Enable f16 in assembly on aarch64 platforms that support itrongfu.leng-3/+3
2024-08-24Don't use TyKind in lintMichael Goulet-20/+14
2024-08-24rustdoc: clean up tuple <-> primitive conversion docsMichael Howell-0/+10