about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-03Make __rust_alloc_error_handler_should_panic a functionDaniel Paoliello-11/+33
2025-07-03Make __rust_alloc_error_handler_should_panic a functionDaniel Paoliello-50/+111
2025-07-03Rollup merge of #143384 - GuillaumeGomez:update-browser-ui-test, r=kobzolGuillaume Gomez-2/+2
2025-07-03Rollup merge of #143379 - jieyouxu:backport-accepted, r=apirainoGuillaume Gomez-19/+90
2025-07-03Rollup merge of #143369 - bjorn3:cleanup_metadata_loading, r=lcnrGuillaume Gomez-95/+134
2025-07-03Rollup merge of #143364 - fee1-dead-contrib:push-pzymzusnzlso, r=workingjubileeGuillaume Gomez-1/+1
2025-07-03Rollup merge of #141831 - lolbinarycat:rustdoc-extern-reexport-135092, r=Guil...Guillaume Gomez-13/+52
2025-07-04Migrate `unmerge_match_arm` Assist to use `SyntaxEditor`Hayashi Mikihiro-22/+20
2025-07-03Use `slice_buffer_to_str` in `GenericRadix::fmt_int`Guillaume Gomez-18/+8
2025-07-03Add test for `int_format_into` featureGuillaume Gomez-20/+27
2025-07-03Implement `int_format_into` featureGuillaume Gomez-44/+290
2025-07-03Auto merge of #142857 - rust-lang:cargo_update, r=clubby789bors-131/+231
2025-07-03cargo updategithub-actions-131/+231
2025-07-03Merge run_fat_lto, optimize_fat and autodiff into run_and_optimize_fat_ltobjorn3-17/+6
2025-07-03Merge run_fat_lto, optimize_fat and autodiff into run_and_optimize_fat_ltobjorn3-69/+26
2025-07-03Merge pull request #4441 from RalfJung/nanosleepRalf Jung-9/+6
2025-07-03Rework logic and provide structured suggestionEsteban Küber-13/+135
2025-07-03Remove unused config param from WriteBackendMethods::autodiffbjorn3-1/+0
2025-07-03Remove unused config param from WriteBackendMethods::autodiffbjorn3-8/+2
2025-07-03Remove unnecessary check for fat LTObjorn3-1/+1
2025-07-03Move run_fat_lto call into execute_fat_lto_work_itembjorn3-32/+36
2025-07-03Update browser-ui-test version to `0.21.1`Guillaume Gomez-2/+2
2025-07-03Remove unneeded `.as_bytes()` (#15196)dswij-1/+1
2025-07-03Do not lint intrinsics as empty loops (#15201)dswij-2/+26
2025-07-03nanosleep: fix argument name and add a missing argument readRalf Jung-9/+6
2025-07-03Return early when `self` resolve failure because of `let self = ...`xizheyin-11/+14
2025-07-03stabilize `const_array_each_ref`Deadbeef-4/+4
2025-07-03Merge pull request #20161 from ShoyuVanilla/closure-captureLukas Wirth-5/+48
2025-07-03stabilize `const_slice_reverse`Deadbeef-1/+2
2025-07-03Pass in autodiff items when starting the coordinator threadbjorn3-19/+6
2025-07-03Merge pull request #20120 from Hmikihiro/match_bind_not_typeChayim Refael Friedman-1/+74
2025-07-03rustdoc: don't treat methods under const impls or traits as constDeadbeef-1/+50
2025-07-03Add ui test resolve/false-self-in-macro-issue-143134.rsxizheyin-0/+22
2025-07-03move `tests/ui/resolve/suggest*` to `tests/ui/resolve/suggestions/`xizheyin-0/+0
2025-07-03Replace kw_span by full span.Camille GILLOT-2/+2
2025-07-03Replace kw_span by full span.Camille GILLOT-23/+31
2025-07-03fix: resolve item in match bindHayashi Mikihiro-1/+74
2025-07-03Split generate_lto_work between fat and thin-LTO casesbjorn3-49/+63
2025-07-03Fat LTO always produces a single object file, so -Zcombine-cgu has no effectbjorn3-1/+3
2025-07-03Move dcx creation into WriteBackendMethods::codegenbjorn3-3/+4
2025-07-03Move dcx creation into WriteBackendMethods::codegenbjorn3-12/+10
2025-07-03Post {beta,stable}-accepted message to bootstrap backport threadsJieyou Xu-0/+14
2025-07-03simplify receivers for some array method callsMarijn Schouten-4/+4
2025-07-03Post {beta,stable}-accepted message to compiler backport threadsJieyou Xu-0/+14
2025-07-03[NFC] Re-organize `triagebot.toml`Jieyou Xu-19/+62
2025-07-03Remove LtoModuleCodegenbjorn3-11/+10
2025-07-03Remove LtoModuleCodegenbjorn3-100/+58
2025-07-03Auto merge of #143363 - jdonszelmann:rollup-7cv1kql, r=jdonszelmannbors-518/+951
2025-07-03fix: Closure capturing for let exprs, againShoyu Vanilla-5/+48
2025-07-03remove redundant #[must_use]Marijn Schouten-4/+0