about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-10-23Fix stable feature names in testsDavid Tolnay-2/+2
2023-10-23Fix stable feature names in testsDavid Tolnay-11/+11
2023-10-23Fix invalid stability attribute features in standard libraryDavid Tolnay-5/+5
2023-10-23Validate #[stable(feature = "…")] identifierDavid Tolnay-23/+28
2023-10-23Remove redundant type parameterMichael Goulet-87/+98
2023-10-23Naming nitsMichael Goulet-55/+55
2023-10-23Improve android-ndk property interfacePeter Collingbourne-75/+62
2023-10-23Update backtrace submoduleWesley Wiser-0/+0
2023-10-23Add `internal()` method counterpart to `stable()`Celina G. Val-1/+5
2023-10-23Update Cranelift to 0.101.1bjorn3-57/+32
2023-10-23Add method to convert internal to stable constructsCelina G. Val-121/+197
2023-10-23Use multiple pushes in `vec_init_then_push` exampleAlex Macleod-1/+3
2023-10-23Auto merge of #11699 - Alexendoo:no-run-doctests, r=llogiqbors-991/+991
2023-10-23Auto merge of #107009 - cjgillot:jump-threading, r=pnkfelixbors-137/+2797
2023-10-23Update booksrustbot-0/+0
2023-10-23Factor signature type walking out of opaque_types_defined_byOli Scherer-44/+155
2023-10-23Auto merge of #117087 - matthiaskrgr:rollup-08kkjkz, r=matthiaskrgrbors-212/+352
2023-10-23Remove smir from triage and add me to stablemirOğuz Ağcayazı-5/+1
2023-10-23Set existing doc-tests to `no_run`Alex Macleod-989/+989
2023-10-23Auto merge of #11460 - J-ZhengLi:issue11429, r=Centri3bors-29/+82
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-23Partial Revert: "Auto merge of #117018 - Kobzol:opt-dist-cargo-stage0"Urgau-1/+6
2023-10-23Implement all llvm intrinsics necessary for the image cratebjorn3-0/+103
2023-10-23Use local_rebuild property to support new check-cfg in case of rebuildUrgau-5/+5
2023-10-23Prepare bootstrap tool for new check-cfg syntaxUrgau-8/+28
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-23Use `no_run` for doc-tests in new lintsAlex Macleod-2/+2
2023-10-23Update rust-analyzer configbjorn3-1/+1
2023-10-23fix typos in commentsGoodDaisy-3/+3
2023-10-23Fix closure-inherit-target-feature test for SGX platformRaoul Strackx-0/+1
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-12/+2
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