about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-27Bump version to 1.80Mark Rousskov-1/+1
2024-04-27Auto merge of #124405 - RalfJung:miri-core-alloc-tests, r=clubby789bors-3/+0
2024-04-27Auto merge of #124432 - zetanumbers:non_copy_into_raw_with_alloc, r=Nilstriebbors-7/+4
2024-04-27Auto merge of #124430 - RalfJung:miri, r=RalfJungbors-568/+675
2024-04-27Relax `A: Clone` bound for `rc::Weak::into_raw_and_alloc`Daria Sukhonina-7/+4
2024-04-27Auto merge of #124428 - matthiaskrgr:rollup-sk5z4z8, r=matthiaskrgrbors-391/+498
2024-04-27Rollup merge of #124427 - gurry:122191-unhandled-type, r=matthiaskrgrMatthias Krüger-0/+76
2024-04-27Rollup merge of #124387 - workingjubilee:use-raw-pointers-in-thread-locals, r...Matthias Krüger-9/+12
2024-04-27Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnrMatthias Krüger-382/+410
2024-04-27Add missing tests for an ICEGurinder Singh-0/+76
2024-04-27Auto merge of #124416 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-04-26thread_local: refine LazyKeyInner::take safety docJubilee-1/+1
2024-04-27Auto merge of #124424 - jhpratt:rollup-o3ngkjy, r=jhprattbors-380/+558
2024-04-26Rollup merge of #124410 - RalfJung:path-buf-transmute, r=NilstriebJacob Pratt-7/+25
2024-04-26Rollup merge of #124408 - matthiaskrgr:loltest, r=jieyouxuJacob Pratt-0/+102
2024-04-26Rollup merge of #124391 - nnethercote:builtin_macros-cleanups, r=fee1-deadJacob Pratt-341/+352
2024-04-26Rollup merge of #124383 - Urgau:port-print-native-static-libs, r=jieyouxuJacob Pratt-20/+76
2024-04-26Rollup merge of #124341 - petrochenkov:nomacvisit, r=compiler-errorsJacob Pratt-12/+3
2024-04-27Also support MSVC in print-native-static-libs testUrgau-5/+18
2024-04-26Auto merge of #124296 - cuviper:dist-cargo-tests, r=onur-ozkanbors-0/+6
2024-04-26Auto merge of #3517 - RalfJung:env-vars, r=RalfJungbors-530/+614
2024-04-26env: split up Windows and Unix environment variable handlingRalf Jung-530/+606
2024-04-26Update cargoWeihang Lo-0/+0
2024-04-26add test for concurrent env var accessRalf Jung-0/+8
2024-04-26Port run-make `--print=native-static-libs` to rmake.rsUrgau-20/+63
2024-04-26Auto merge of #123909 - dtolnay:utf8chunks, r=joboetbors-40/+57
2024-04-26PathBuf: replace transmuting by accessor functionsRalf Jung-7/+25
2024-04-26Auto merge of #3516 - RalfJung:pathbuf, r=RalfJungbors-37/+60
2024-04-26add smoke tests for basic PathBuf interactionsRalf Jung-37/+60
2024-04-26Auto merge of #122385 - lcnr:analyze-obligations-for-infer, r=compiler-errorsbors-350/+677
2024-04-26crashes: add more testsMatthias Krüger-0/+102
2024-04-26miri core/alloc tests: do not test a 2nd targetRalf Jung-3/+0
2024-04-26Auto merge of #124321 - JoverZhang:run-make-support-tests, r=onur-ozkanbors-0/+49
2024-04-26Auto merge of #124393 - scottmcm:do-the-macros-still-matter, r=joboetbors-21/+20
2024-04-26Add support for run-make-support unit tests to be run with bootstrap commandJover Zhang-0/+49
2024-04-26Auto merge of #3515 - rust-lang:rustup-2024-04-26, r=oli-obkbors-783/+1114
2024-04-25Convert some iter macros to normal functionsScott McMurray-21/+20
2024-04-26Merge from rustcThe Miri Cronjob Bot-782/+1113
2024-04-26Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-04-26Adjust some `pub`s.Nicholas Nethercote-81/+81
2024-04-26Auto merge of #120845 - petrochenkov:debmac, r=oli-obkbors-339/+211
2024-04-26Update lldb only testsVadim Petrochenkov-0/+2
2024-04-26Auto merge of #124388 - compiler-errors:rollup-v17b8fm, r=compiler-errorsbors-73/+34
2024-04-25Rollup merge of #124381 - compiler-errors:derived-for-wf, r=lcnrMichael Goulet-6/+11
2024-04-25Rollup merge of #124379 - compiler-errors:remove-new-solver-lookup-behavior, ...Michael Goulet-63/+18
2024-04-25Rollup merge of #124378 - dpaoliello:keeplib, r=jieyouxuMichael Goulet-1/+4
2024-04-25Rollup merge of #124076 - NobodyXu:patch-1, r=dtolnayMichael Goulet-3/+1
2024-04-26Move some functions from `rustc_expand` to `rustc_builtin_macros`.Nicholas Nethercote-237/+234
2024-04-26Introduce `DeriveResolution`.Nicholas Nethercote-20/+32
2024-04-25Renamed DerivedObligation to WellFormedDeriveObligationMichael Goulet-6/+11