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-10-31
Remove support for compressed dylib metadata from rust-analyzer
bjorn3
-22
/
+4
2024-10-29
rust-analyzer: `rustc_abi::Abi` => `BackendRepr`
Jubilee Young
-11
/
+11
2024-10-29
Bump rustc crates
Laurențiu Nicola
-17
/
+17
2024-10-29
Merge from rust-lang/rust
Laurențiu Nicola
-2
/
+2
2024-10-29
Preparing for merge from rust-lang/rust
Laurențiu Nicola
-1
/
+1
2024-10-28
Merge pull request #18420 from ChayimFriedman2/cfg-true-false
Lukas Wirth
-6
/
+87
2024-10-28
Merge pull request #18421 from Veykril/push-uxxwvwnqvomr
Lukas Wirth
-707
/
+684
2024-10-28
Merge pull request #18413 from ShoyuVanilla/extern-crate-reexport
Lukas Wirth
-3
/
+79
2024-10-28
Merge pull request #18422 from ChayimFriedman2/cursed-name-res
Lukas Wirth
-52
/
+180
2024-10-28
Merge pull request #18312 from LastExceed/symbolkind-variable
Lukas Wirth
-0
/
+94
2024-10-28
Reformat
Lukas Wirth
-21
/
+21
2024-10-28
Move text-edit into ide-db
Lukas Wirth
-707
/
+684
2024-10-28
Merge pull request #18074 from ChayimFriedman2/typeref-source-map
Lukas Wirth
-928
/
+2510
2024-10-28
Merge pull request #18256 from MoskalykA/use-is_none_or
Laurențiu Nicola
-21
/
+4
2024-10-28
Merge pull request #18412 from lnicola/windows-no-gz
Laurențiu Nicola
-1
/
+2
2024-10-27
rust-analyzer: Rename LayoutS to LayoutData
Jubilee Young
-2
/
+2
2024-10-27
add test
LastExceed
-0
/
+76
2024-10-27
add LetStmt arm
LastExceed
-0
/
+18
2024-10-27
Properly resolve prelude paths inside modules inside blocks
Chayim Refael Friedman
-52
/
+180
2024-10-27
fix: Allow public re-export of `extern crate` import
Shoyu Vanilla
-3
/
+79
2024-10-27
Merge pull request #18419 from ChayimFriedman2/leading-or
Lukas Wirth
-31
/
+87
2024-10-27
Put leading `|` in patterns under `OrPat`
Chayim Refael Friedman
-31
/
+87
2024-10-27
Merge pull request #18410 from Veykril/veykril/push-lvwxpnowqrxk
Lukas Wirth
-50
/
+59
2024-10-27
Invert token iteration order in macro mapping
Lukas Wirth
-15
/
+23
2024-10-27
Merge pull request #18418 from ChayimFriedman2/explicitly-disable
Lukas Wirth
-34
/
+77
2024-10-27
Merge pull request #18417 from ChayimFriedman2/hash-string
Lukas Wirth
-7
/
+30
2024-10-27
Support `cfg(true)` and `cfg(false)`
Chayim Refael Friedman
-6
/
+87
2024-10-27
Split `macro-error` diagnostic so users can ignore only parts of it
Chayim Refael Friedman
-34
/
+77
2024-10-27
Correctly handle `#""` in edition <2024
Chayim Refael Friedman
-7
/
+30
2024-10-26
Bump MSRV to 1.82
Laurențiu Nicola
-1
/
+1
2024-10-26
Use method syntax
MoskalykA
-2
/
+2
2024-10-26
Start using `Option::is_none_or`
MoskalykA
-20
/
+3
2024-10-26
Turn Remove dbg into a quick fix for better prioritization
Laurențiu Nicola
-4
/
+3
2024-10-25
Stop producing .gz artifacts for Windows
Laurențiu Nicola
-1
/
+2
2024-10-25
Factor out token ranking
Lukas Wirth
-37
/
+38
2024-10-25
Only construct a resolver in macro descension when needed
Lukas Wirth
-14
/
+20
2024-10-25
Merge pull request #18408 from Veykril/veykril/push-ulxyznwzokut
Lukas Wirth
-22
/
+59
2024-10-25
Add server cancellation support to pull diagnostic handler
Lukas Wirth
-14
/
+45
2024-10-25
Don't compute diagnostics for non local files
Lukas Wirth
-10
/
+16
2024-10-25
Shrink `TypeRef` from 16 from 32 bytes
Chayim Refael Friedman
-149
/
+178
2024-10-25
Shrink `Path` to 16 bytes
Chayim Refael Friedman
-107
/
+596
2024-10-24
editors/code: Add md for walkthrough setup example
HackerVole
-4
/
+14
2024-10-25
Do not allocate attributes entry if there are no attributes
Chayim Refael Friedman
-6
/
+13
2024-10-25
Shrink `ItemTreeSourceMaps`
Chayim Refael Friedman
-73
/
+155
2024-10-25
Reuse empty `GenericParams`
Chayim Refael Friedman
-6
/
+19
2024-10-25
Fix memory usage calculation's queries list
Chayim Refael Friedman
-21
/
+49
2024-10-25
Build source map for `hir_def::TypeRef`s
Chayim Refael Friedman
-778
/
+1712
2024-10-24
Update changelog generation for merge queues
Laurențiu Nicola
-2
/
+3
2024-10-24
Merge pull request #18404 from Veykril/veykril/push-swpmkoqqxrvu
Lukas Wirth
-18
/
+150
2024-10-24
feat: Implement diagnostics pull model
Lukas Wirth
-18
/
+150
[next]