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
Age
Commit message (
Expand
)
Author
Lines
2024-12-16
Stabilize #[coverage] attribute
ltdk
-1
/
+1
2024-12-15
Merge pull request #18693 from Veykril/push-wzoomkkmuolm
Laurențiu Nicola
-6
/
+3
2024-12-15
fix: Fix proc-macro dylib names on windows
Lukas Wirth
-6
/
+3
2024-12-15
internal: Show mir eval errors on hover with debug env var set
Lukas Wirth
-97
/
+113
2024-12-13
fix: Revert changes to client capabilities in `bac0ed5`
Giga Bowser
-1
/
+1
2024-12-13
Bump typos
Laurențiu Nicola
-11
/
+16
2024-12-13
Merge pull request #18678 from regexident/fix-typos
Laurențiu Nicola
-6
/
+6
2024-12-13
Fix a few typos
Vincent Esche
-6
/
+6
2024-12-13
Merge pull request #18674 from Veykril/push-lrxotqknvxvr
Lukas Wirth
-37
/
+76
2024-12-13
Merge pull request #18672 from Veykril/push-lurnqpqtzvzq
Lukas Wirth
-41
/
+15
2024-12-13
Show expansion errors in expand_macro feature
Lukas Wirth
-37
/
+76
2024-12-13
Do not require a special env var to be set for the proc-macro-srv
Lukas Wirth
-41
/
+15
2024-12-12
Merge pull request #18677 from Veykril/push-uumpxklsqpzk
Lukas Wirth
-1
/
+4
2024-12-12
internal: Implement `naked_asm!` builtin
Lukas Wirth
-1
/
+4
2024-12-12
Merge pull request #18675 from ShoyuVanilla/issue-18664
Lukas Wirth
-2
/
+50
2024-12-13
fix: Panic when displaying generic params with defaults, again
Shoyu Vanilla
-2
/
+50
2024-12-12
Fix typo in error message for invalid casting
Philipp Hofer
-1
/
+1
2024-12-12
Merge pull request #18670 from Veykril/push-ylomnylswnxm
Lukas Wirth
-48
/
+30
2024-12-12
internal: Drop proc-macro server support for ~1.66.0 and older toolchains
Lukas Wirth
-48
/
+30
2024-12-12
Merge pull request #18652 from Giga-Bowser/extract-constant
Lukas Wirth
-306
/
+1634
2024-12-12
Merge pull request #18669 from Veykril/push-qqkuxtvsmsut
Lukas Wirth
-32
/
+31
2024-12-12
Fix clippy lints in proc-macro-srv
Lukas Wirth
-11
/
+12
2024-12-12
Only parse the object file once
Lukas Wirth
-21
/
+19
2024-12-12
Merge pull request #18668 from Veykril/push-tpkmsyllunqv
Lukas Wirth
-75
/
+75
2024-12-12
Merge pull request #18660 from Veykril/push-snumrtvzwqvw
Lukas Wirth
-69
/
+72
2024-12-12
fix: Fix sourceroot construction for virtual manifests
Lukas Wirth
-75
/
+75
2024-12-12
Generate implementation with items even if snippet text edit is disabled
1hakusai1
-2
/
+32
2024-12-11
Merge pull request #18466 from ChayimFriedman2/proper-lint-severity
Laurențiu Nicola
-1400
/
+6592
2024-12-11
Fix publish workflow link in manual
Sam Estep
-1
/
+1
2024-12-11
minor: Group `extract_function` with other extraction assists
Giga Bowser
-8
/
+23
2024-12-11
feat: Add an assist to extract an expression into a static
Giga Bowser
-120
/
+686
2024-12-11
Properly handle different defaults for severity of lints
Chayim Refael Friedman
-1400
/
+6592
2024-12-11
minor: Add `item_static` constructor to `SyntaxFactory`
Giga Bowser
-1
/
+63
2024-12-11
feat: Add an assist to extract an expression into a constant
Giga Bowser
-189
/
+847
2024-12-11
internal: Move `is_body_const` to `ide_assists::utils`
Giga Bowser
-44
/
+44
2024-12-11
minor: Add `item_const` constructor to `SyntaxFactory`
Giga Bowser
-0
/
+27
2024-12-11
Merge pull request #18663 from Veykril/push-syoklzkntykn
Lukas Wirth
-0
/
+4
2024-12-11
fix: Swallow rustfmt parsing panics
Lukas Wirth
-0
/
+4
2024-12-11
Bump rustc crates
Laurențiu Nicola
-18
/
+17
2024-12-11
Merge from rust-lang/rust
Laurențiu Nicola
-15
/
+3
2024-12-11
Preparing for merge from rust-lang/rust
Laurențiu Nicola
-1
/
+1
2024-12-11
Fix copied proc-macros not being cleaned up on exit
Lukas Wirth
-59
/
+49
2024-12-11
Unload proc-macro dlls on changed timestamp
Lukas Wirth
-18
/
+31
2024-12-11
Merge pull request #18458 from Giga-Bowser/master
Lukas Wirth
-67
/
+432
2024-12-11
Merge pull request #18653 from SomeoneToIgnore/hash-completions
Lukas Wirth
-23
/
+134
2024-12-11
Merge pull request #18657 from Giga-Bowser/generate-enum-variant
Lukas Wirth
-231
/
+522
2024-12-11
Merge pull request #18656 from roife/fix-issue-18639
Lukas Wirth
-15
/
+54
2024-12-11
feat: preserve order of parameters in extract_functions
roife
-15
/
+54
2024-12-10
minor: Migrate `generate_enum_variant` to `SyntaxEditor`
Giga Bowser
-229
/
+275
2024-12-10
minor: Add `ty_infer` constructor to `SyntaxFactory`
Giga Bowser
-0
/
+8
[next]