about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-03Remove some unnecessary `unsafe` in VecCacheScott McMurray-2/+2
2025-07-03Auto merge of #142890 - kornelski:unused-var-debug, r=saethlinbors-2/+54
2025-07-03Merge pull request #20144 from regexident/load-workspace-into-dbChayim Refael Friedman-8/+25
2025-07-03refactor: add `Tables<'tcx, B: Bridge>` and `SmirContainer`Makai-153/+87
2025-07-03Merge pull request #2488 from rust-lang/autodiff-doc-updatesManuel Drehwald-2/+2
2025-07-03adjust docs, after splitting up autodiff into two forward and reverse macrosManuel Drehwald-2/+2
2025-07-03Add `fn load_workspace_into_db` variant for `ra_ap_load_cargo`'s `fn load_wor...Vincent Esche-8/+25
2025-07-04Port `#[rustc_pass_by_value]` to the new attribute systemPavel Grigorenko-7/+24
2025-07-03compiler: document all provide fn in hir_analysis and hir_typeckJubilee Young-2/+7
2025-07-03compiler: inline 1-2 query provide fn in hir_analysis and hir_typeckJubilee Young-50/+29
2025-07-03Fix several issues with `manual_is_multiple_of`Samuel Tardieu-3/+210
2025-07-03Do not always consider parameters of closures as type-certainSamuel Tardieu-3/+18
2025-07-03Mark unsuffixed type literals are type uncertain by defaultSamuel Tardieu-13/+40
2025-07-03Fix some things with builtin derivesChayim Refael Friedman-72/+190
2025-07-03Remove PointerLike traitMichael Goulet-288/+14
2025-07-03Auto merge of #143390 - GuillaumeGomez:rollup-2avj41s, r=GuillaumeGomezbors-130/+279
2025-07-03Always use the pure Rust fallback instead of `llvm.{maximum,minimum}`Urgau-14/+16
2025-07-03Port `#[no_implicit_prelude]` to the new attribute parsing infrastructureJonathan Brouwer-26/+77
2025-07-03Add tidy-alphabetical for cross-crate attribute matchPavel Grigorenko-6/+8
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-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-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-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