about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-04-04Rollup merge of #139335 - compiler-errors:error-implies, r=oli-obkMatthias Krüger-29/+34
2025-04-04Rollup merge of #139313 - oli-obk:push-uzvmpxqyvrzp, r=compiler-errorsMatthias Krüger-99/+67
2025-04-04Rollup merge of #138949 - madsmtm:rename-to-darwin, r=WaffleLapkinMatthias Krüger-54/+54
2025-04-04Fix `Debug` impl for `LateParamRegionKind`.Nicholas Nethercote-4/+4
2025-04-04Auto merge of #139287 - compiler-errors:folder-experiment-1, r=lqdbors-11/+42
2025-04-04adt_destructor: sanity-check returned itemMaja Kądziołka-0/+5
2025-04-04AsyncDestructor: replace fields with impl_didMaja Kądziołka-17/+6
2025-04-04Apply `Recovery::Forbidden` when reparsing pasted macro fragments.Nicholas Nethercote-1/+16
2025-04-04Auto merge of #120706 - Bryanskiy:leak, r=lcnrbors-85/+379
2025-04-04Remove an unwanted comment.Nicholas Nethercote-3/+0
2025-04-03Auto merge of #139336 - matthiaskrgr:rollup-zsi8pgf, r=matthiaskrgrbors-498/+666
2025-04-03add autodiff batching middle-endManuel Drehwald-4/+28
2025-04-03add the autodiff batch mode frontendManuel Drehwald-127/+236
2025-04-03Rollup merge of #138767 - clubby789:check-cfg-bool, r=UrgauMatthias Krüger-0/+16
2025-04-03Rollup merge of #138610 - oli-obk:no-sort-hir-ids, r=compiler-errorsMatthias Krüger-207/+242
2025-04-03Rollup merge of #138462 - ShE3py:mut-borrow-in-loop, r=oli-obkMatthias Krüger-13/+0
2025-04-03Rollup merge of #138017 - nnethercote:tighten-assignment-op, r=spastorinoMatthias Krüger-278/+408
2025-04-03Auto merge of #132527 - DianQK:gvn-stmt-iter, r=oli-obkbors-130/+112
2025-04-03Pass correct param-env to error_impliesMichael Goulet-29/+34
2025-04-03Stabilize `cfg_boolean_literals`clubby789-17/+2
2025-04-03Deduplicate some `rustc_middle` function bodies by calling the `rustc_type_ir...Oli Scherer-99/+67
2025-04-03Fix testing with randomized layouts enabledbjorn3-1/+3
2025-04-03Invalid dereferences for all non-local mutationsdianqk-14/+16
2025-04-03Only preserving derefs for trivial terminators like SwitchInt and Gotodianqk-2/+8
2025-04-03Remove `unsound-mir-opts` for `simplify_aggregate_to_copy`dianqk-3/+1
2025-04-03Run coretests and alloctests with cg_clif in CIbjorn3-22/+27
2025-04-03Initial support for auto traits with default boundsBryanskiy-85/+379
2025-04-03Allow boolean literals in `check-cfg`clubby789-0/+16
2025-04-03compiler: report error when trait object type param reference selfxtex-0/+25
2025-04-03impl !PartialOrd for HirIdOli Scherer-22/+16
2025-04-03impl !PartialOrd for UpvarMigrationInfoOli Scherer-3/+8
2025-04-03Upvars HirIds always have the same owner, thus just use an ItemLocalIdOli Scherer-3/+7
2025-04-03Remove `LintExpectationId` from `Level` variantsOli Scherer-109/+110
2025-04-03Make LevelAndSource a structOli Scherer-73/+90
2025-04-03Split ExpectationLintId off LevelOli Scherer-34/+48
2025-04-03add `TypingMode::Borrowck`lcnr-250/+409
2025-04-03move `check_opaque_type_parameter_valid`lcnr-182/+189
2025-04-03rm RpitConstraintCheckerlcnr-72/+0
2025-04-03Unset RUSTC_WRAPPER in cg_clif's build systembjorn3-1/+5
2025-04-03Rollup merge of #139294 - beetrees:fix-f16-f128-literal-feature-gate, r=fmeaseMatthias Krüger-10/+12
2025-04-03Rollup merge of #139080 - m-ou-se:super-let-gate, r=traviscrossMatthias Krüger-1/+22
2025-04-03Auto merge of #139234 - compiler-errors:query-tweak, r=oli-obkbors-11/+8
2025-04-03Fix the `f16`/`f128` feature gate on integer literalsbeetrees-10/+12
2025-04-03Micro-optimize RegionEraserVisitorMichael Goulet-1/+23
2025-04-03structure the messageTshepang Mbambo-4/+6
2025-04-02Monomorphize region resolverMichael Goulet-11/+42
2025-04-03Tighten up assignment operator representations.Nicholas Nethercote-214/+339
2025-04-03Use `BinOpKind` instead of `BinOp` for function args where possible.Nicholas Nethercote-65/+64
2025-04-03Remove `Op` type.Nicholas Nethercote-40/+46
2025-04-03use lower case to match other error messagesTshepang Mbambo-3/+3