about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-03-21CFI: Skip non-passed argumentsMatthew Maurer-39/+65
2024-03-20Auto merge of #122779 - estebank:test-svg-non-determinism, r=compiler-errorsbors-5/+14
2024-03-20When comparing SVG tests against their blessed version, ignore the first lineEsteban Küber-5/+14
2024-03-20Auto merge of #122359 - Zoxc:missing-static-notes, r=wesleywiserbors-8/+32
2024-03-20Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68bors-633/+487
2024-03-20Fix bootstrap bump falloutMark Rousskov-2/+2
2024-03-20Workaround for rustdoc bug in new betaMark Rousskov-0/+1
2024-03-20step cfgsMark Rousskov-205/+50
2024-03-20Auto merge of #120717 - compiler-errors:cap-closure-kind, r=oli-obkbors-429/+192
2024-03-20Auto merge of #122763 - matthiaskrgr:rollup-o8a2mye, r=matthiaskrgrbors-264/+335
2024-03-20Rollup merge of #122748 - nnethercote:rustc_session-pub, r=jackh726Matthias Krüger-132/+130
2024-03-20Rollup merge of #122739 - Sky9x:insert-put, r=jhprattMatthias Krüger-2/+2
2024-03-20Rollup merge of #122732 - compiler-errors:coroutine-captures-note, r=nnethercoteMatthias Krüger-72/+60
2024-03-20Rollup merge of #122730 - ferrocene:hoverbear/qnx-ucred-cfgs, r=AmanieuMatthias Krüger-3/+6
2024-03-20Rollup merge of #122540 - WaffleLapkin:ununexpected, r=estebankMatthias Krüger-18/+30
2024-03-20Rollup merge of #121543 - onur-ozkan:clippy-args, r=oli-obkMatthias Krüger-37/+107
2024-03-20Auto merge of #122119 - estebank:issue-117846, r=Nadrierilbors-1/+94
2024-03-20Auto merge of #122753 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-03-19Bump stage0Mark Rousskov-412/+420
2024-03-19branch 1.78: replace-version-placeholderMark Rousskov-14/+14
2024-03-19Update cargoWeihang Lo-0/+0
2024-03-19Auto merge of #122029 - estebank:drive-by-ui-test, r=oli-obkbors-35/+323
2024-03-19Silence unecessary `!Sized` binding errorEsteban Küber-15/+56
2024-03-20resolve clippy errorsonur-ozkan-26/+24
2024-03-20Reduce `pub` usage in `rustc_session`.Nicholas Nethercote-132/+130
2024-03-19Add a few more commentsMichael Goulet-1/+14
2024-03-19Fix ABI for FnMut/Fn impls for async closuresMichael Goulet-18/+81
2024-03-19Only split by-ref/by-move futures for async closuresMichael Goulet-432/+119
2024-03-19Add test for #117846Esteban Küber-0/+52
2024-03-19Auto merge of #116935 - oli-obk:different_lifetime_taits_in_same_sig, r=compi...bors-54/+383
2024-03-19Add "put" as a confusable for insert on hash map/setSky-2/+2
2024-03-19Auto merge of #122735 - matthiaskrgr:rollup-pgb1s90, r=matthiaskrgrbors-367/+5597
2024-03-19Rollup merge of #122724 - lukas-code:unsized-union-cast-ice-test, r=compiler-...Matthias Krüger-0/+37
2024-03-19Rollup merge of #122720 - heisen-li:offset_of, r=workingjubileeMatthias Krüger-3/+3
2024-03-19Rollup merge of #122719 - oli-obk:nested_static_feed_hir, r=fee1-deadMatthias Krüger-49/+45
2024-03-19Rollup merge of #122717 - workingjubilee:handle-call-call-call-call-calling-m...Matthias Krüger-1/+4911
2024-03-19Rollup merge of #122695 - surechen:make_only_local_explict_argument, r=lcnrMatthias Krüger-213/+277
2024-03-19Rollup merge of #122691 - veera-sivarajan:bugfix-121099, r=AmanieuMatthias Krüger-17/+55
2024-03-19Rollup merge of #122677 - surechen:fix_122415, r=NadrierilMatthias Krüger-15/+71
2024-03-19Rollup merge of #122634 - Enselic:aux-bin, r=oli-obkMatthias Krüger-29/+98
2024-03-19Rollup merge of #122556 - jieyouxu:non-identifier-format-arg, r=petrochenkovMatthias Krüger-15/+70
2024-03-19Rollup merge of #122435 - jieyouxu:unused_qualifications_global_paths, r=petr...Matthias Krüger-25/+30
2024-03-19Remove redundant coroutine captures noteMichael Goulet-72/+60
2024-03-19Auto merge of #122392 - BoxyUwU:misc_cleanup, r=lcnrbors-173/+205
2024-03-19compiletest: Add support for `//@ aux-bin: foo.rs`Martin Nordholts-20/+83
2024-03-19compiletest: Replace bool with enum AuxType for clarityMartin Nordholts-23/+29
2024-03-19compiletest: Fix typos in get_lib_name() commentMartin Nordholts-2/+2
2024-03-19Expose ucred::peer_cred on QNX targets to enable dist buildsAna Hobden-3/+6
2024-03-19Auto merge of #122037 - oli-obk:more_new_intrinsics, r=Nilstriebbors-128/+147
2024-03-19add test for casting pointer to union with unsized tailLukas Markeffsky-0/+37