index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rust-analyzer
/
crates
Age
Commit message (
Expand
)
Author
Lines
2025-03-13
insert braces for closure
jnyfah
-5
/
+32
2025-03-12
Emit an error when RTN is used in an incorrect place
Chayim Refael Friedman
-2
/
+80
2025-03-12
Lower Return Type Notation (`Type::method(..): Send`)
Chayim Refael Friedman
-80
/
+125
2025-03-12
Merge pull request #19337 from ChayimFriedman2/salsify-crate-graph-final
Chayim Refael Friedman
-2511
/
+3628
2025-03-12
Salsify the crate graph
Chayim Refael Friedman
-2511
/
+3628
2025-03-11
Make GenericParamsCollector::type_or_consts not unnecessarily pub(crate)
¨Florian
-10
/
+15
2025-03-11
Auto merge of #136932 - m-ou-se:fmt-width-precision-u16, r=scottmcm
bors
-1
/
+1
2025-03-10
internal: port rust-analyzer to new Salsa
David Barsky
-2017
/
+2460
2025-03-10
internal(config): use `FxIndexMap` for default completion snippets
David Barsky
-24
/
+27
2025-03-10
Merge pull request #19305 from davidbarsky/davidbarsky/vendor-query-group-macro
Lukas Wirth
-1
/
+1642
2025-03-10
internal: vendor `query-group-macro`
David Barsky
-1
/
+1642
2025-03-10
doc: add doc to proc-macro-api
bit-aloo
-1
/
+71
2025-03-10
Merge pull request #19326 from Veykril/push-vovuxzkzrowp
Lukas Wirth
-10
/
+11
2025-03-10
Merge pull request #19294 from alibektas/better_build_script_err_msgs
Lukas Wirth
-0
/
+1
2025-03-10
Add missing name-ref parents to syntactic highlighting
Lukas Wirth
-10
/
+11
2025-03-10
Merge pull request #19332 from Veykril/push-trvznlqsvtyq
Lukas Wirth
-84
/
+53
2025-03-10
Fix rust-analyzer for 16-bit fmt width and precision.
Mara Bos
-1
/
+1
2025-03-10
Make change annotations per text-edit
Lukas Wirth
-84
/
+53
2025-03-10
Fix diagnostics being cleared right after being received
Alex Kirszenberg
-1
/
+3
2025-03-10
Merge pull request #19331 from lnicola/sync-from-rust
Laurențiu Nicola
-215
/
+70
2025-03-10
Format code
Laurențiu Nicola
-35
/
+43
2025-03-10
Fix simd layout test
Laurențiu Nicola
-1
/
+1
2025-03-10
Bump rustc crates
Laurențiu Nicola
-4
/
+0
2025-03-10
Merge pull request #19330 from ChayimFriedman2/normalize-projection
Lukas Wirth
-503
/
+869
2025-03-10
Merge pull request #19079 from ChayimFriedman2/rename-conflict
Lukas Wirth
-59
/
+509
2025-03-10
Merge pull request #19327 from Veykril/push-qyyvkulltzpz
Lukas Wirth
-2
/
+6
2025-03-10
Merge from rust-lang/rust
Laurențiu Nicola
-186
/
+37
2025-03-10
Fix `path` macro hygiene
Lukas Wirth
-2
/
+6
2025-03-10
Merge pull request #19311 from aibaars/log-build-script-error
Lukas Wirth
-0
/
+8
2025-03-10
Merge pull request #19314 from snprajwal/variantdef-impl
Lukas Wirth
-1
/
+68
2025-03-10
Merge pull request #19252 from flodiebold/fix-fixup-delimiters
Lukas Wirth
-88
/
+105
2025-03-10
Merge pull request #19232 from ShoyuVanilla/issue-19196
Lukas Wirth
-0
/
+47
2025-03-09
Rank ADT constructors as constructors for completion scoring
Lukas Wirth
-12
/
+102
2025-03-09
fix: Prevent wrong invocations of `needs_parens_in` with non-ancestral "parent"s
Shoyu Vanilla
-14
/
+117
2025-03-09
internal: Migrate `inline_local_variable` to `SyntaxEditor`
Shoyu Vanilla
-32
/
+55
2025-03-09
Bump chalk for built-in supports of async closures
Shoyu Vanilla
-0
/
+47
2025-03-08
Fix syntax fixup producing invalid punctuation
¨Florian
-88
/
+105
2025-03-08
Use `rustc_abi` code for SIMD layout in rust-analyzer
Moulins
-39
/
+7
2025-03-08
Remove most manual LayoutData creations and move them to `rustc_abi`
Moulins
-78
/
+20
2025-03-08
fix(hir): `VariantDef` is `impl HasSource`
Prajwal S N
-1
/
+68
2025-03-07
Remove explicit error message when build.rs fails
Ali Bektas
-3
/
+3
2025-03-07
Log build script error output in `load_cargo::load_workspace_at`
Arthur Baars
-0
/
+8
2025-03-07
Merge pull request #19308 from Veykril/push-rnrxutwlvmly
Lukas Wirth
-23
/
+1174
2025-03-07
Pop up a notification for the MSRV project loading warning
Lukas Wirth
-16
/
+29
2025-03-07
Move project MSRV back to 1.78
Lukas Wirth
-7
/
+1145
2025-03-07
Refactor relevance scoring to use a named constant BASE_SCORE
Tongjun Gao
-3
/
+5
2025-03-07
Fix logical error in relevance scoring implementation
Tongjun Gao
-3
/
+3
2025-03-06
Warn the user when a rename will change the meaning of the program
Chayim Refael Friedman
-59
/
+509
2025-03-06
Use correct crate for trait env in `render_const_scalar()`
Chayim Refael Friedman
-5
/
+7
2025-03-06
Pass the target crate in `HirFormatter`
Chayim Refael Friedman
-499
/
+824
[prev]
[next]