about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-07-11Rollup merge of #113551 - jyn514:dry-run-exclude, r=ozkanonurMatthias Krüger-3/+7
2023-07-11Rollup merge of #113548 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2023-07-11Rollup merge of #113386 - joshtriplett:style-guide-combinable-expressions, r=...Matthias Krüger-0/+10
2023-07-10Auto merge of #113544 - Kobzol:ci-macos-13, r=jyn514bors-1/+1
2023-07-10Don't use serde-derive in the rls shimJosh Stone-5/+5
2023-07-10Don't print "Skipping" twicejyn-3/+7
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-15/+8
2023-07-10Update booksrustbot-0/+0
2023-07-10Auto merge of #112988 - spastorino:new-rpitit-24, r=compiler-errorsbors-3/+2
2023-07-10CI: use `macos-13` runner for Apple jobsJakub Beránek-1/+1
2023-07-10Drop uplifted `clippy::fn_null_check`Urgau-223/+64
2023-07-10Remove the library/term exception in tidy's pal checker codebjorn3-1/+0
2023-07-10Merge from rustcRalf Jung-1345/+1665
2023-07-10Preparing for merge from rustcRalf Jung-1/+1
2023-07-10Auto merge of #108796 - devsnek:personality-pal-exception, r=workingjubileebors-2/+0
2023-07-09move personality to sysGus Caplan-2/+0
2023-07-10Auto merge of #108485 - devsnek:float-pat-exception, r=workingjubileebors-2/+0
2023-07-09move pal cfgs in f32 and f64 to sysGus Caplan-2/+0
2023-07-09Auto merge of #113341 - Kobzol:stage0-sysroot, r=Mark-Simulacrumbors-0/+43
2023-07-09Auto merge of #113508 - matthiaskrgr:rollup-xzrp4nt, r=matthiaskrgrbors-63/+68
2023-07-09test and fix return place alias restrictionsRalf Jung-2/+124
2023-07-09Rollup merge of #113469 - JohnTitor:rm-default-free-fn, r=AmanieuMatthias Krüger-47/+0
2023-07-09Rollup merge of #113273 - hi-rustin:rustin-patch-opt-level, r=KobzolMatthias Krüger-14/+64
2023-07-09Rollup merge of #113247 - mirkootter:test-wasm-exceptions-nostd, r=Mark-Simul...Matthias Krüger-2/+4
2023-07-09Auto merge of #113488 - RalfJung:miri, r=RalfJungbors-98/+251
2023-07-09Auto merge of #113306 - tgross35:debuginfo-better-output, r=Mark-Simulacrumbors-108/+131
2023-07-09Auto merge of #112235 - Kobzol:opt-dist, r=Mark-Simulacrumbors-1138/+1361
2023-07-09Port PGO/LTO/BOLT optimized build pipeline to RustJakub Beránek-1138/+1361
2023-07-09Use String or Int to set the opt levelhi-rustin-14/+64
2023-07-09Auto merge of #113276 - Nilstrieb:rustix, r=Mark-Simulacrumbors-0/+2
2023-07-09Auto merge of #113485 - Mark-Simulacrum:bump-version, r=Mark-Simulacrumbors-1/+1
2023-07-08Replace RPITIT current impl with new strategy that lowers as a GATSantiago Pastorino-3/+2
2023-07-08Auto merge of #113484 - matthiaskrgr:rollup-goq2u0d, r=matthiaskrgrbors-3/+3
2023-07-08Auto merge of #113450 - Nilstrieb:src/bootstrap/test.rs, r=flip1995bors-19/+4
2023-07-08Delete `to_string_in_format_args_incremental.rs`Nilstrieb-19/+0
2023-07-08Fail the build if clippy tests don't passNilstrieb-0/+4
2023-07-08Bump versionMark Rousskov-1/+1
2023-07-08Rollup merge of #113173 - Kobzol:ci-concurrency-group-workflow, r=pietroalbiniMatthias Krüger-1/+1
2023-07-08Rollup merge of #112931 - cbeuw:apple-zlib, r=Mark-SimulacrumMatthias Krüger-2/+2
2023-07-08Auto merge of #113376 - Nilstrieb:pointer-coercions-are-not-casts-because-tha...bors-9/+9
2023-07-08Merge from rustcThe Miri Conjob Bot-42/+22
2023-07-08Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-07-07Rollup merge of #113466 - weihanglo:update-cargo, r=weihangloMichael Goulet-0/+0
2023-07-07Rollup merge of #113441 - RalfJung:assign-no-overlap, r=oli-obkMichael Goulet-0/+43
2023-07-08Eagerly resolve vars in predicate during coercion loopMichael Goulet-1/+1
2023-07-08Remove `default_free_fn` featureYuki Okushi-47/+0
2023-07-07Update cargoWeihang Lo-0/+0
2023-07-07Fix failing clippy testsAlex Macleod-41/+21
2023-07-07Rename `adjustment::PointerCast` and variants using it to `PointerCoercion`Nilstrieb-9/+9
2023-07-07miri: check that assignments do not self-overlapRalf Jung-0/+43