about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-03-14add testslcnr-0/+128
2024-03-14rebaselcnr-6/+1
2024-03-14one must imagine tidy happylcnr-11/+10
2024-03-14eagerly instantiate binders to avoid relying on `sub`lcnr-395/+389
2024-03-14Auto merge of #122483 - matthiaskrgr:rollup-n07dsh5, r=matthiaskrgrbors-447/+2227
2024-03-14Rollup merge of #122461 - the8472:fix-step-forward-unchecked, r=AmanieuMatthias Krüger-3/+34
2024-03-14Rollup merge of #122440 - RalfJung:required-consts, r=oli-obkMatthias Krüger-72/+447
2024-03-14Rollup merge of #122421 - CAD97:step-trait-docs, r=jhprattMatthias Krüger-8/+7
2024-03-14Rollup merge of #122416 - Zalathar:levels, r=petrochenkovMatthias Krüger-128/+121
2024-03-14Rollup merge of #122405 - celinval:smir-new-const, r=oli-obkMatthias Krüger-12/+237
2024-03-14Rollup merge of #121899 - shepmaster:dead-code-docs, r=wesleywiserMatthias Krüger-0/+14
2024-03-14Rollup merge of #120699 - nnethercote:rm-useless-TRACK_DIAGNOSTIC-calls, r=ol...Matthias Krüger-76/+98
2024-03-14Rollup merge of #119676 - notriddle:notriddle/rustdoc-search-hof, r=Guillaume...Matthias Krüger-148/+1178
2024-03-14Rollup merge of #104353 - clarfonthey:cstr-bytes-iter, r=cuviperMatthias Krüger-0/+91
2024-03-14Auto merge of #114038 - Stargateur:108277, r=ChrisDentonbors-51/+35
2024-03-14Auto merge of #122243 - RalfJung:local-place-sanity-check, r=oli-obkbors-74/+62
2024-03-14Auto merge of #122454 - matthiaskrgr:rollup-xbmufdc, r=matthiaskrgrbors-174/+374
2024-03-14Auto merge of #122347 - oli-obk:track_errors13, r=compiler-errorsbors-419/+443
2024-03-14Auto merge of #122204 - pnkfelix:downgrade-const-eval-dnagling-ptr-in-final-t...bors-83/+876
2024-03-14update virtual clock in miri test since signed loops now execute more methodsThe 8472-1/+1
2024-03-14fix unsoundness in Step::forward_unchecked for signed integersThe 8472-2/+33
2024-03-13Rollup merge of #122449 - compiler-errors:stranded-opaque, r=oli-obkMatthias Krüger-1/+29
2024-03-13Rollup merge of #122442 - RalfJung:print-mono-items, r=compiler-errorsMatthias Krüger-1/+3
2024-03-13Rollup merge of #122438 - jswrenn:check-referent-size, r=compiler-errorsMatthias Krüger-5/+122
2024-03-13Rollup merge of #122437 - Nadrieril:no-after-max, r=compiler-errorsMatthias Krüger-21/+18
2024-03-13Rollup merge of #122434 - Nadrieril:renames, r=compiler-errorsMatthias Krüger-137/+121
2024-03-13Rollup merge of #122430 - GuillaumeGomez:link-to-local, r=TaKO8KiMatthias Krüger-4/+4
2024-03-13Rollup merge of #122429 - rcvalle:rust-triagebot-add-exploit-mitigations-pg, ...Matthias Krüger-0/+69
2024-03-13Rollup merge of #122426 - celinval:smir-fix-full, r=oli-obkMatthias Krüger-1/+1
2024-03-13Rollup merge of #122425 - Kobzol:new-bors-update-timeout, r=lqdMatthias Krüger-1/+1
2024-03-13Rollup merge of #122424 - testwill:typos, r=michaelwoeristerMatthias Krüger-3/+3
2024-03-13Rollup merge of #122422 - Enselic:only-unix, r=oli-obkMatthias Krüger-0/+3
2024-03-13include 32-bit variant for updated test of miri diagnostics.Felix S. Klock II-13/+167
2024-03-13Delay a bug for stranded opaquesMichael Goulet-1/+29
2024-03-13const-eval: organize and extend tests for required-constsRalf Jung-72/+447
2024-03-13safe transmute: require that src referent is smaller than dstJack Wrenn-5/+122
2024-03-13Auto merge of #121668 - erikdesjardins:commonprim, r=scottmcm,oli-obkbors-19/+222
2024-03-13Add Exploit Mitigations PG to triagebot.tomlRamon de C Valle-0/+69
2024-03-13extend docs of -Zprint-mono-itemsRalf Jung-1/+3
2024-03-13placate tidy.Felix S. Klock II-1/+1
2024-03-13Rebase. Update expected output to match current output.Felix S. Klock II-89/+57
2024-03-13Add produces as tidy requiresWesley Wiser-0/+2
2024-03-13Updated the test to include more output normalization.Felix S. Klock II-31/+34
2024-03-13Added an "Explanation" header and expanded that section for the newly added l...Felix S. Klock II-0/+8
2024-03-13Added `deny(const_eval_mutable_ptr_in_final_value)` attribute to all tests th...Felix S. Klock II-60/+634
2024-03-13regression test from 121610.Felix S. Klock II-0/+41
2024-03-13downgrade mutable-ptr-in-final-value from hard-error to future-incompat lint ...Felix S. Klock II-6/+49
2024-03-13Auto merge of #121589 - bvanjoi:fix-98291, r=petrochenkovbors-263/+509
2024-03-13Remove `MaybeInfiniteInt::JustAfterMax`Nadrieril-21/+18
2024-03-13Rename `RustcMatchCheckCtxt` -> `RustcPatCtxt`Nadrieril-50/+42