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
/
base-db
Age
Commit message (
Expand
)
Author
Lines
2025-02-27
enable doctest
BenjaminBrienen
-1
/
+0
2025-02-17
Use correct working directory for non-workspace proc-macro execution
Mehul Arora
-14
/
+27
2025-02-04
Expose symbol of `CrateName`
Lukas Wirth
-5
/
+5
2025-01-10
minor: Fix grammar in doc comments
Wilfred Hughes
-1
/
+1
2025-01-02
Automatically sort crate graph
lucasholten
-9
/
+7
2024-12-31
Add back optimizations
lucasholten
-4
/
+8
2024-12-31
Add back crate graph deduplication
lucasholten
-1
/
+4
2024-12-09
Remove patch sysroot cfg-if hack
Lukas Wirth
-23
/
+0
2024-10-14
chore: rename salsa to ra_salsa
David Barsky
-17
/
+17
2024-10-05
Remove ImportSource::ExternCrate as the fixed point loop can't affect it
Lukas Wirth
-0
/
+5
2024-09-11
Lift out workspace related data into a separate query to preserve crategraph ...
Lukas Wirth
-8
/
+32
2024-09-11
Remove crate graph deduplication logic
Lukas Wirth
-18
/
+4
2024-09-01
minor: Downgrade cyclic deps error to warning
Lukas Wirth
-47
/
+7
2024-08-27
Revert "feat: Implement `module_path` macro"
Lukas Wirth
-1
/
+0
2024-08-21
internal: Implement `module_path` macro
Lukas Wirth
-0
/
+1
2024-08-07
Remove unnecessary CfgFlag definition in project-model
Lukas Wirth
-0
/
+17
2024-08-06
Replace `[package.repository] = "…"` of published crates with `[package.rep...
Vincent Esche
-1
/
+1
2024-08-06
Unify package descriptions by adding references to "rust-analyzer"
Vincent Esche
-1
/
+1
2024-08-06
Replace "`ra_ap_ide`" with "`ide` (aka `ra_ap_ide`)"
Vincent Esche
-1
/
+1
2024-08-06
Add repository URL for published crates' missing `[package.repository]` fields
Vincent Esche
-0
/
+1
2024-08-06
Replace `"TBD"` with more helpful desciptions in published crates' `[package....
Vincent Esche
-1
/
+1
2024-08-05
Newtype ErasedFileAstId
Lukas Wirth
-1
/
+1
2024-08-05
Simplify FileDelegate
Lukas Wirth
-28
/
+26
2024-07-26
Internal: Cleanup proc-macro error handling
Lukas Wirth
-3
/
+1
2024-07-19
Make LRU opt-in
Lukas Wirth
-0
/
+2
2024-07-19
Reduce maximum LRU size to 2^16 entries, reducing memory footprint of LRU ent...
Lukas Wirth
-3
/
+3
2024-07-18
Encode edition within FileId in the hir layer
Lukas Wirth
-9
/
+14
2024-07-16
More symbol usage
Lukas Wirth
-17
/
+18
2024-06-30
Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre...
Lukas Wirth
-2
/
+0
2024-06-06
chore: Prefer tracing span shorthand macros
Wilfred Hughes
-4
/
+4
2024-05-13
Push macro-parsing error calculation out of fundamental queries
Lukas Wirth
-1
/
+12
2024-05-02
fix: Correctly handle `no_core`/`no_std` for preludes
Lukas Wirth
-3
/
+9
2024-04-30
fix: Tracing span names should match function names
Wilfred Hughes
-2
/
+2
2024-04-21
Allow rust files to be used linkedProjects
Lukas Wirth
-0
/
+1193