about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-01-09Auto merge of #116846 - krtab:slice_compare_no_memcmp_opt, r=the8472bors-1/+11
2024-01-09Auto merge of #119777 - GuillaumeGomez:rollup-mf82vow, r=GuillaumeGomezbors-151/+414
2024-01-09Rollup merge of #119768 - ojeda:panic-link, r=NilstriebGuillaume Gomez-1/+1
2024-01-09Rollup merge of #119721 - compiler-errors:constness-implication, r=fee1-deadGuillaume Gomez-128/+227
2024-01-09Rollup merge of #118680 - djkoloski:shell_argfiles, r=compiler-errorsGuillaume Gomez-17/+175
2024-01-09Rollup merge of #118645 - Patryk27:bump-compiler-builtins, r=Nilstrieb,dtolnayGuillaume Gomez-5/+5
2024-01-09Rollup merge of #118241 - fortanix:raoul/gh-530-make_userspace_types_send, r=...Guillaume Gomez-0/+6
2024-01-09Auto merge of #119767 - GuillaumeGomez:rollup-fbp26yb, r=GuillaumeGomezbors-790/+1963
2024-01-09core: panic: fix broken linkMiguel Ojeda-1/+1
2024-01-09Rollup merge of #119758 - erikdesjardins:hurd, r=petrochenkovGuillaume Gomez-1/+1
2024-01-09Rollup merge of #119756 - notriddle:notriddle/reuse-map, r=GuillaumeGomezGuillaume Gomez-20/+91
2024-01-09Rollup merge of #119723 - nnethercote:rm-Zdont-buffer-diagnostics, r=compiler...Guillaume Gomez-10/+1
2024-01-09Rollup merge of #119699 - cjgillot:simplify-unreachable, r=oli-obkGuillaume Gomez-156/+124
2024-01-09Rollup merge of #119668 - cjgillot:transform-promote, r=oli-obkGuillaume Gomez-237/+164
2024-01-09Rollup merge of #119527 - klensy:ordering, r=compiler-errorsGuillaume Gomez-19/+13
2024-01-09Rollup merge of #119282 - Urgau:check-cfg-rework-unstable-doc, r=JohnTitorGuillaume Gomez-101/+123
2024-01-09Rollup merge of #118748 - devnexen:fbsd_getrandom_simpl, r=Nilstrieb,dtolnayGuillaume Gomez-11/+1
2024-01-09Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwcoGuillaume Gomez-235/+1445
2024-01-09Rework and improve unstable documentation of check-cfgUrgau-101/+123
2024-01-09Auto merge of #118968 - aliemjay:canon-static, r=lcnrbors-75/+35
2024-01-09Auto merge of #117703 - compiler-errors:recursive-async, r=lcnrbors-243/+394
2024-01-09Auto merge of #119760 - matthiaskrgr:rollup-ti2xpp7, r=matthiaskrgrbors-737/+1002
2024-01-09Rollup merge of #119734 - RalfJung:miri, r=RalfJungMatthias Krüger-554/+864
2024-01-09Rollup merge of #119712 - madsravn:parsing-errors, r=estebankMatthias Krüger-7/+47
2024-01-09Rollup merge of #119632 - ivmarkov:master, r=Nilstrieb,dtolnayMatthias Krüger-2/+3
2024-01-09Rollup merge of #119619 - onur-ozkan:panic-abort-mir-opt, r=oli-obkMatthias Krüger-14/+45
2024-01-09Rollup merge of #118979 - ChrisDenton:unwrap-const, r=Nilstrieb,dtolnayMatthias Krüger-1/+8
2024-01-09Rollup merge of #118649 - compiler-errors:coherence-ambig, r=lcnrMatthias Krüger-155/+27
2024-01-09Rollup merge of #117744 - quininer:add-z-sync-uw, r=bjorn3Matthias Krüger-4/+8
2024-01-09Auto merge of #119732 - lnicola:sync-from-ra, r=lnicolabors-3605/+3088
2024-01-08GNU/Hurd: unconditionally use inline stack probesErik Desjardins-1/+1
2024-01-08rustdoc-search: intern function search typesMichael Howell-17/+72
2024-01-09Auto merge of #119754 - matthiaskrgr:rollup-7cht4m5, r=matthiaskrgrbors-228/+981
2024-01-09Rollup merge of #119740 - Mark-Simulacrum:drop-crossbeam, r=davidtwcoMatthias Krüger-10/+8
2024-01-09Rollup merge of #119738 - esp-rs:esp32p4-espidf, r=NilstriebMatthias Krüger-0/+34
2024-01-09Rollup merge of #119725 - compiler-errors:has_effect_param, r=fmeaseMatthias Krüger-10/+13
2024-01-09Rollup merge of #119704 - chenyukang:yukang-fix-let_underscore, r=NilstriebMatthias Krüger-2/+110
2024-01-09Rollup merge of #119681 - Zalathar:anon-branch, r=clubby789Matthias Krüger-3/+93
2024-01-09Rollup merge of #119663 - petrochenkov:rmakefix, r=Mark-SimulacrumMatthias Krüger-3/+3
2024-01-09Rollup merge of #119660 - RalfJung:const-ub-enum, r=oli-obkMatthias Krüger-140/+6
2024-01-09Rollup merge of #119598 - Laura7089:fix/deref-typo, r=NilstriebMatthias Krüger-1/+1
2024-01-09Rollup merge of #119033 - Zalathar:unicode, r=davidtwcoMatthias Krüger-20/+200
2024-01-09Rollup merge of #118903 - azhogin:azhogin/skip_second_stmt_debuginfo.rs, r=pe...Matthias Krüger-39/+513
2024-01-09Remove `-Zdont-buffer-diagnostics`.Nicholas Nethercote-10/+1
2024-01-08Make match exhaustive.Camille GILLOT-1/+1
2024-01-08Simplify code flow.Camille GILLOT-222/+157
2024-01-08Move promote_consts back to rustc_mir_transform.Camille GILLOT-15/+7
2024-01-08Last nitsMichael Goulet-37/+41
2024-01-08Make cycle error more resilient to where it startsMichael Goulet-116/+134
2024-01-08Only compute layout of opaque if coroutine is the cause of an opaque cycleMichael Goulet-12/+53