about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-10-23Rollup merge of #117073 - yotamofek:fix-coroutines-feature-rename-suggestion,...Matthias Krüger-1/+1
2023-10-23Rollup merge of #117064 - dtolnay:handleerrors, r=cjgillotMatthias Krüger-128/+73
2023-10-23Rollup merge of #117040 - Zalathar:instrument-coverage-ui, r=cjgillotMatthias Krüger-3/+72
2023-10-23Rollup merge of #116978 - tromey:rust-printers-cleanup, r=Mark-SimulacrumMatthias Krüger-55/+78
2023-10-23Rollup merge of #116960 - lqd:applied-member-constraints-scope, r=matthewjasperMatthias Krüger-25/+128
2023-10-23Update .mailmap to promote my livenameAmanda Stjerna-0/+2
2023-10-23return unfixed len if pat has reported errorbohan-1/+47
2023-10-23Implement all llvm intrinsics necessary for the image cratebjorn3-0/+103
2023-10-23Auto merge of #116837 - oli-obk:smir_run_macro, r=spastorinobors-73/+92
2023-10-23Remove FIXME after fixMichael Howell-1/+0
2023-10-23Update rust-analyzer configbjorn3-1/+1
2023-10-23fix typos in commentsGoodDaisy-3/+3
2023-10-23Implement llvm intrinsics necessary for rav1ebjorn3-0/+34
2023-10-23Auto merge of #116835 - oli-obk:evaluated_static_in_metadata2, r=RalfJungbors-59/+79
2023-10-23don't talk about 'Data race' when both accesses are atomicRalf Jung-14/+22
2023-10-23clean up imperfect overlap detection in weak-mem emulationRalf Jung-90/+28
2023-10-23detect mixed-size atomic accessesRalf Jung-72/+196
2023-10-23Merge associated types with the other alias typesOli Scherer-35/+24
2023-10-23Try to work around 32 bit mingw issuesOli Scherer-0/+3
2023-10-23Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillotbors-310/+425
2023-10-23Sync the logic for inherent and weak type aliasesOli Scherer-5/+6
2023-10-23Make ICE a bit more informativeOli Scherer-3/+12
2023-10-23Avoid having `rustc_smir` depend on `rustc_interface` or `rustc_driver`Oli Scherer-73/+89
2023-10-23Avoid collect_and_partition_mono_items call when not doing codegenbjorn3-8/+15
2023-10-23data_race: detect races between atomic and non-atomic accesses, even if both ...Ralf Jung-2/+95
2023-10-23Fix suggestion for renamed coroutines featureYotam Ofek-1/+1
2023-10-23Ensure that `eval_to_allocation_raw` isn't called on static items from miriOli Scherer-9/+6
2023-10-23Split `eval_to_allocation_raw_provider`Oli Scherer-2/+9
2023-10-23Pull out const error reporting into its own functionOli Scherer-31/+32
2023-10-23Pull mplace validation logic out into an interpreter methodOli Scherer-21/+33
2023-10-23The mutability was ignored anyway, so just check for staticnessOli Scherer-4/+7
2023-10-23Allow `ensure` queries to return `Result<(), ErrorGuaranteed>`Oli Scherer-9/+75
2023-10-23data_race: clarify and slightly refactor non-atomic handlingRalf Jung-45/+50
2023-10-23Auto merge of #117071 - matthiaskrgr:rollup-1tcxdgj, r=matthiaskrgrbors-126/+204
2023-10-23Auto merge of #3136 - rust-lang:rustup-2023-10-23, r=RalfJungbors-234/+667
2023-10-23Fix comment: coverage-map tests compile to LLVM IR, not MIRZalathar-1/+1
2023-10-23coverage: Add UI tests for values accepted by `-Cinstrument-coverage`Zalathar-2/+71
2023-10-23fmtThe Miri Conjob Bot-8/+9
2023-10-23Rollup merge of #117069 - xobs:x.ps1-remove-windows-store-check, r=albertlars...Matthias Krüger-5/+0
2023-10-23Rollup merge of #117051 - gvozdvmozgu:fix-incremental-compilation-link, r=Nil...Matthias Krüger-1/+1
2023-10-23Rollup merge of #117049 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3Matthias Krüger-5/+39
2023-10-23Rollup merge of #117044 - RalfJung:miri, r=RalfJungMatthias Krüger-9/+9
2023-10-23Rollup merge of #117042 - Zalathar:file-table, r=cjgillotMatthias Krüger-106/+154
2023-10-23Rollup merge of #105666 - notriddle:notriddle/stab-baseline, r=GuillaumeGomezMatthias Krüger-0/+1
2023-10-22rustdoc: wrap Type with Box instead of GenericsMichael Howell-26/+26
2023-10-23Auto merge of #116606 - ChrisDenton:empty, r=dtolnaybors-0/+8
2023-10-23Merge from rustcThe Miri Conjob Bot-225/+657
2023-10-23Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-10-23x.ps1: remove the check for Python from Windows StoreSean Cross-5/+0
2023-10-23Auto merge of #117066 - calebcartwright:rustfmt-sync, r=calebcartwrightbors-814/+2845