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
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
[prev]