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-02-25
fix: Properly handle removals in `SyntaxEditor`
Giga Bowser
-6
/
+18
2025-02-25
internal: Migrate `remove_parentheses` assist to `SyntaxEditor`
Giga Bowser
-4
/
+13
2025-02-25
internal: Migrate `remove_mut` assist to `SyntaxEditor`
Giga Bowser
-7
/
+8
2025-02-25
internal: Improve reporting of intersecting changes
Giga Bowser
-8
/
+142
2025-02-25
Disable typos checker for the target feature names
Chayim Refael Friedman
-0
/
+2
2025-02-25
Support target features implications in target_feature 1.1
Chayim Refael Friedman
-36
/
+268
2025-02-24
minor: Add tabstop to impl body in `generate_trait_impl` assist
Giga Bowser
-12
/
+16
2025-02-24
Merge pull request #19171 from ShoyuVanilla/migrate-de-morgan-assist
Lukas Wirth
-75
/
+351
2025-02-24
Merge pull request #18987 from ChayimFriedman2/drop-glue
Lukas Wirth
-6
/
+987
2025-02-24
Add `take()` method to `SyntaxEditor`
Shoyu Vanilla
-25
/
+20
2025-02-24
Migrate `apply_demorgan` to `SyntaxEditor`
Shoyu Vanilla
-52
/
+162
2025-02-24
Migrate some leftovers in `add_missing_match_arms`
Shoyu Vanilla
-25
/
+196
2025-02-24
Merge pull request #19219 from Veykril/push-rvosplwpwqqt
Lukas Wirth
-4
/
+121
2025-02-24
Merge pull request #19211 from Timmmm/user/timh/import_private
Lukas Wirth
-1
/
+4
2025-02-24
Merge pull request #19197 from andylokandy/insta
Lukas Wirth
-16
/
+13
2025-02-24
Vendor always-assert
Lukas Wirth
-4
/
+121
2025-02-24
Format code
Laurențiu Nicola
-2
/
+8
2025-02-24
Add rustc_hashes and bump the others
Laurențiu Nicola
-0
/
+2
2025-02-24
Merge from rust-lang/rust
Laurențiu Nicola
-17
/
+31
2025-02-23
Merge pull request #19191 from Veykril/push-yzzlosskwrxs
Lukas Wirth
-121
/
+23
2025-02-23
Remove `limit` crate in favor `usize`
Lukas Wirth
-121
/
+23
2025-02-23
Include private items in completions for local crates
Tim Hutt
-1
/
+4
2025-02-23
Fix codegen of parser inline tests runner
niller-g
-4
/
+4
2025-02-23
Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr...
Jacob Pratt
-5
/
+5
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-5
/
+5
2025-02-22
Merge pull request #19182 from ShoyuVanilla/issue-19177
Chayim Refael Friedman
-7
/
+47
2025-02-22
Allow "package/feature" format feature flag
Shirayama Kazatsuyu
-1
/
+3
2025-02-22
Switch back to RUST_SRC_PATH
Laurențiu Nicola
-8
/
+6
2025-02-21
fix
andylokandy
-1
/
+1
2025-02-21
feat: update insta inline snapshot when clicks 'Update Test' runnable
andylokandy
-16
/
+13
2025-02-20
rust-analyzer: use new function in (incorrect) layout computation
Jubilee Young
-1
/
+1
2025-02-20
Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field...
Zachary S
-6
/
+6
2025-02-20
Merge pull request #19189 from Veykril/push-qutznxznnwqn
Lukas Wirth
-3
/
+3
2025-02-20
Improve unset OUT_DIR error message
Lukas Wirth
-3
/
+3
2025-02-20
Merge pull request #19151 from infiniteregrets/infi/fix-proc-macro
Lukas Wirth
-31
/
+159
2025-02-20
Explicitly compare `TypesMap` as ptrs
Shoyu Vanilla
-12
/
+17
2025-02-20
fix: Binding wrong assoc ty when lowering trait ref bound
Shoyu Vanilla
-10
/
+45
2025-02-18
Add a check_assist_* overload and move tests under assists
Ali Bektas
-37
/
+66
2025-02-18
Fix 19090
Ali Bektas
-0
/
+67
2025-02-18
Revert "pass struct fields to chalk"
Lukas Wirth
-37
/
+20
2025-02-17
Rollup merge of #137173 - lnicola:sync-from-ra, r=lnicola
Matthias Krüger
-2182
/
+3436
2025-02-17
Use correct working directory for non-workspace proc-macro execution
Mehul Arora
-31
/
+159
2025-02-17
Merge pull request #19169 from lnicola/sync-from-rust
Laurențiu Nicola
-4
/
+4
2025-02-17
Merge pull request #19167 from ChayimFriedman2/fix-ref-pat
Lukas Wirth
-17
/
+64
2025-02-17
Merge from rust-lang/rust
Laurențiu Nicola
-4
/
+4
2025-02-17
Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgr
bors
-5
/
+19
2025-02-17
Fix detection of ref patterns for path patterns
Chayim Refael Friedman
-17
/
+64
2025-02-17
Merge pull request #19158 from PoignardAzur/expaned_pub_glob_imports
Lukas Wirth
-92
/
+297
2025-02-17
Merge pull request #19122 from Austaras/master
Lukas Wirth
-20
/
+37
2025-02-17
Merge pull request #19127 from ChayimFriedman2/different-generic-args
Lukas Wirth
-1144
/
+1222
[prev]
[next]