about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-01-09Remove the now-useless `Result` from `lit_to_const`Oli Scherer-47/+19
2025-01-09Always take the `Ok` path in `lit_to_const` and produce error constants insteadOli Scherer-83/+103
2025-01-09Use error constant instead of explicit error handlingOli Scherer-10/+3
2025-01-09Make `lit_to_mir_constant` infallibleOli Scherer-31/+21
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-08Auto merge of #135260 - matthiaskrgr:rollup-8irqs72, r=matthiaskrgrbors-506/+759
2025-01-08Implement const Destruct in old solverMichael Goulet-133/+222
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-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
2025-01-08Avoid passing a full Expr when only the Span is usedOli Scherer-4/+4
2025-01-08Auto merge of #135234 - jhpratt:rollup-4gvvo4y, r=jhprattbors-138/+596
2025-01-08Rollup merge of #135219 - matthiaskrgr:simd'nt, r=compiler-errorsJacob Pratt-9/+67
2025-01-08Rollup merge of #135203 - RalfJung:arm-soft-float, r=workingjubileeJacob Pratt-0/+9
2025-01-08Rollup merge of #135184 - biabbas:reserve_18_aarch64, r=workingjubileeJacob Pratt-1/+1
2025-01-08Rollup merge of #135176 - kornelski:env-example, r=cuviperJacob Pratt-7/+15
2025-01-08Rollup merge of #135032 - jieyouxu:relnotes-interest-group, r=cuviperJacob Pratt-0/+6
2025-01-08Rollup merge of #134920 - lqd:polonius-next-episode-6, r=jackh726Jacob Pratt-117/+309
2025-01-08Rollup merge of #134389 - rust-wasi-web:condvar-no-threads, r=m-ou-seJacob Pratt-2/+4
2025-01-08Rollup merge of #133057 - tisonkun:into-chars, r=AmanieuJacob Pratt-2/+185
2025-01-08Add more comments to some of the test stepsZalathar-0/+43
2025-01-08Auto merge of #135207 - lnicola:sync-from-ra, r=lnicolabors-5399/+32947
2025-01-08modify test to side-step platform-dependent stderr outputEsteban Küber-18/+27