about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-01-09Add note back to conditionally-const error messageMichael Goulet-2/+18
2025-01-09Auto merge of #135279 - matthiaskrgr:rollup-ek2qere, r=matthiaskrgrbors-36/+76
2025-01-09Rollup merge of #135269 - estebank:unneeded-into, r=compiler-errorsMatthias Krüger-13/+11
2025-01-09Rollup merge of #135247 - tgross35:stdlib-sym-list, r=oli-obkMatthias Krüger-16/+17
2025-01-09Rollup merge of #135242 - RalfJung:nonnull-provenance, r=jhprattMatthias Krüger-3/+45
2025-01-09Rollup merge of #135225 - erickt:fix-test, r=jieyouxuMatthias Krüger-1/+1
2025-01-09Rollup merge of #135212 - Urgau:unreach_pub-upd-descr, r=petrochenkovMatthias Krüger-3/+2
2025-01-09Auto merge of #133324 - scottmcm:gvn-aggregate-transmute, r=cjgillotbors-681/+1842
2025-01-09Auto merge of #135277 - matthiaskrgr:rollup-0k61sf8, r=matthiaskrgrbors-159/+739
2025-01-09Rollup merge of #135256 - onur-ozkan:weird-mod-position, r=clubby789,jieyouxuMatthias Krüger-2/+2
2025-01-09Rollup merge of #135231 - Zalathar:test-step-notes, r=jieyouxuMatthias Krüger-0/+43
2025-01-09Rollup merge of #135221 - Urgau:replace-in-stable-book, r=pietroalbiniMatthias Krüger-1/+6
2025-01-09Rollup merge of #134875 - compiler-errors:const-destruct-old-solver, r=lcnrMatthias Krüger-133/+222
2025-01-09Rollup merge of #134609 - tbu-:pr_win7_gnu, r=davidtwcoMatthias Krüger-12/+142
2025-01-09Rollup merge of #128110 - veera-sivarajan:bugfix-80173, r=cjgillotMatthias Krüger-11/+324
2025-01-08Make the aggregate-then-transmute handling more generalScott McMurray-308/+514
2025-01-08Refactor the cast-then-cast cases together, and support transmute-then-transmuteScott McMurray-112/+588
2025-01-08Use layout information to detect transparent transmutesScott McMurray-18/+111
2025-01-08Apply suggestions from code reviewscottmcm-2/+2
2025-01-08[mir-opt] GVN some more transmute casesScott McMurray-648/+1034
2025-01-08Auto merge of #135260 - matthiaskrgr:rollup-8irqs72, r=matthiaskrgrbors-506/+759
2025-01-08Add a list of symbols for stable standard library cratesTrevor Gross-16/+17
2025-01-08Remove some unnecessary `.into()` callsEsteban Küber-13/+11
2025-01-08Implement const Destruct in old solverMichael Goulet-133/+222
2025-01-08Only test proc-macro invalid compile flags with panic=unwindErick Tryzelaar-1/+1
2025-01-08Rollup merge of #135253 - pietroalbini:pa-revert-131365, r=Mark-SimulacrumMatthias Krüger-79/+5
2025-01-08Rollup merge of #135252 - pietroalbini:pa-fix-relnotes, r=lqdMatthias Krüger-1/+1
2025-01-08Rollup merge of #135250 - lqd:simple-cleanups, r=matthewjasperMatthias Krüger-146/+153
2025-01-08Rollup merge of #135222 - estebank:issue-135209, r=compiler-errorsMatthias Krüger-4/+67
2025-01-08Rollup merge of #135194 - jieyouxu:update-tidy-label, r=onur-ozkanMatthias Krüger-3/+10
2025-01-08Rollup merge of #134228 - oli-obk:pat-lit-path, r=compiler-errorsMatthias Krüger-273/+523
2025-01-08Auto merge of #134523 - dingxiangfei2009:issue-130836-attempt-2, r=nikomatsakisbors-53/+307
2025-01-08Try to explain borrow for tail expr temporary drop order change in 2024Michael Goulet-42/+81
2025-01-08Don't do AccessDepth::Drop for types with no drop implMichael Goulet-4/+68
2025-01-08Don't create cycles by normalizing opaques defined in the body we're checkingMichael Goulet-19/+33
2025-01-08remove an extraneous commentwieDasDing-1/+0
2025-01-08apply suggestions on fn nameDing Xiang Fei-4/+4
2025-01-08run borrowck tests on BIDs and emit tail-expr-drop-order lints forDing Xiang Fei-17/+155
2025-01-08Move `mod cargo` below the import statementsonur-ozkan-2/+2
2025-01-08Revert "fix missing rustfmt and clippy for msi"Pietro Albini-70/+2
2025-01-08Revert "fix missing rustfmt for apple darwin"Pietro Albini-9/+3
2025-01-08fix release notes linkPietro Albini-1/+1
2025-01-08rename `AllFacts` to `PoloniusFacts`Rémy Rakic-45/+47
2025-01-08rename `LocationTable` to `PoloniusLocationTable`Rémy Rakic-46/+47
2025-01-08Auto merge of #133858 - dianne:better-blame-constraints-for-static, r=lcnrbors-620/+731
2025-01-08add missing provenance APIs on NonNullRalf Jung-3/+45
2025-01-08stop calling `DenseLocationMap` "elements"Rémy Rakic-61/+65
2025-01-08Rename PatKind::Lit to ExprOli Scherer-79/+79
2025-01-08Exhaustively handle expressions in patternsOli Scherer-197/+447
2025-01-08Avoid passing a full Pat when only the Span/HirId is usedOli Scherer-11/+11