about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-07-08Rollup merge of #127325 - Oneirical:gothic-testhetic, r=jieyouxuGuillaume Gomez-40/+101
2024-07-08Rollup merge of #127237 - GuillaumeGomez:improve-run-make-llvm-ident, r=KobzolGuillaume Gomez-14/+8
2024-07-08Rollup merge of #126427 - Oneirical:oktobertest, r=jieyouxuGuillaume Gomez-62/+99
2024-07-08Improve code of `run-make/llvm-ident`Guillaume Gomez-14/+8
2024-07-08Auto merge of #127486 - matthiaskrgr:rollup-lvv018b, r=matthiaskrgrbors-259/+900
2024-07-08Rollup merge of #127467 - GrigorenkoPV:bootstrap-once_cell, r=clubby789Matthias Krüger-11/+5
2024-07-08Rollup merge of #127460 - Borgerr:clarify-drop-comment, r=jhprattMatthias Krüger-0/+5
2024-07-08Rollup merge of #127399 - cjgillot:issue-127396, r=oli-obkMatthias Krüger-5/+17
2024-07-08Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obkMatthias Krüger-99/+115
2024-07-08Rollup merge of #120248 - WaffleLapkin:bonk-ptr-object-casts, r=compiler-erro...Matthias Krüger-144/+758
2024-07-08rewrite target-without-atomic-cas to rmakeOneirical-12/+18
2024-07-08rewrite sepcomp-inlining and -separate to rmake.rsOneirical-57/+62
2024-07-08rewrite sepcomp-separate to rmakeOneirical-25/+51
2024-07-08rewrite intrinsic-unreachable to rmakeOneirical-13/+19
2024-07-08Auto merge of #127199 - Zalathar:hir-holes, r=oli-obkbors-150/+348
2024-07-08coverage: Extract hole spans from HIR instead of MIRZalathar-181/+200
2024-07-08Auto merge of #127438 - compiler-errors:compute-outlives-visitor, r=lcnrbors-247/+127
2024-07-08coverage: Test for handling of nested item spansZalathar-0/+179
2024-07-08Auto merge of #127476 - jieyouxu:rollup-16wyb0b, r=jieyouxubors-1570/+1989
2024-07-08Rollup merge of #127459 - its-the-shrimp:rustdocjson_add_alias_tests, r=aDotI...许杰友 Jieyou Xu (Joe)-0/+33
2024-07-08Rollup merge of #127452 - fee1-dead-contrib:fx-intrinsic-counting, r=fmease许杰友 Jieyou Xu (Joe)-31/+126
2024-07-08Rollup merge of #127451 - GuillaumeGomez:improve-output-type-permutations, r=...许杰友 Jieyou Xu (Joe)-4/+4
2024-07-08Rollup merge of #127439 - compiler-errors:uplift-elaborate, r=lcnr许杰友 Jieyou Xu (Joe)-522/+506
2024-07-08Rollup merge of #127437 - compiler-errors:uplift-trait-ref-is-knowable, r=lcnr许杰友 Jieyou Xu (Joe)-480/+520
2024-07-08Rollup merge of #127431 - oli-obk:feed_item_attrs, r=compiler-errors许杰友 Jieyou Xu (Joe)-45/+49
2024-07-08Rollup merge of #127367 - ChrisDenton:run-sync, r=Nilstrieb许杰友 Jieyou Xu (Joe)-6/+2
2024-07-08Rollup merge of #126921 - workingjubilee:outline-va-list, r=Nilstrieb许杰友 Jieyou Xu (Joe)-400/+317
2024-07-08Rollup merge of #126881 - WaffleLapkin:unsafe-code-affected-by-fallback-hard-...许杰友 Jieyou Xu (Joe)-23/+160
2024-07-08Rollup merge of #126841 - c410-f3r:concat-again, r=petrochenkov许杰友 Jieyou Xu (Joe)-59/+272
2024-07-08Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJungbors-174/+2386
2024-07-08Auto merge of #127421 - cjgillot:cache-iter, r=fmeasebors-8/+26
2024-07-07Auto merge of #127172 - compiler-errors:full-can_eq-everywhere, r=lcnrbors-154/+133
2024-07-07Auto merge of #127385 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-07-07bootstrap: once_cell::sync::Lazy -> std::sync::LazyLockPavel Grigorenko-11/+5
2024-07-07Fixup a typo in a comment in a testMaybe Lapkin-1/+1
2024-07-07Fixup conflict with r-l/r/126567Maybe Lapkin-1/+1
2024-07-07Allow casting `*mut dyn T`->`*mut (dyn T + Send)` if `T` has `Send` super traitMaybe Lapkin-2/+18
2024-07-07Auto merge of #127454 - matthiaskrgr:rollup-k3vfen2, r=matthiaskrgrbors-134/+190
2024-07-07Fix conflicts after rebaseMaybe Lapkin-5/+10
2024-07-07add an assertion that machine hook doesn't return NoCleanupMaybe Lapkin-3/+5
2024-07-07Do renames proposed by reviewMaybe Waffle-9/+9
2024-07-07make `StackPop` field names less confusingMaybe Waffle-31/+39
2024-07-07doc fixups from reviewMaybe Waffle-9/+7
2024-07-07add miri tests and a fixmeMaybe Waffle-0/+112
2024-07-07Refactor & fixup interpreter implementation of tail callsMaybe Waffle-70/+162
2024-07-07clarify `sys::unix::fd::FileDesc::drop` comment (#66876)Ashton Hunt-0/+5
2024-07-07Finish uplifting supertraitsMichael Goulet-16/+3
2024-07-07Get rid of the redundant elaboration in middleMichael Goulet-100/+40
2024-07-07Uplift elaborationMichael Goulet-369/+437
2024-07-07Make push_outlives_components into a visitorMichael Goulet-231/+119