index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
ra_db
/
src
/
input.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minimize API
Aleksey Kladov
2020-03-09
1
-6
/
+2
*
Use `Index` for CrateGraph
Aleksey Kladov
2020-03-09
1
-7
/
+10
*
Less abstract CrateData api
Kirill Bulatov
2020-03-09
1
-33
/
+27
*
Consider crate declaration names
Kirill Bulatov
2020-03-08
1
-21
/
+78
*
ra_db: removed a couple of explicit lifetimes
Veetaha
2020-02-22
1
-5
/
+2
*
Run cargo +nightly fix --clippy -Z unstable-options
Kirill Bulatov
2020-02-18
1
-1
/
+1
*
Rename the binary to rust-analyzer
Aleksey Kladov
2020-02-18
1
-1
/
+1
*
Apply the reviews suggestions
Kirill Bulatov
2020-02-05
1
-13
/
+24
*
Normalize dashes in crate names
Kirill Bulatov
2020-02-05
1
-8
/
+33
*
Remove the Default impl for SourceRoot
Michal Terepeta
2020-01-08
1
-4
/
+4
*
Run rustfmt with respect to Cargo.toml edition
Vincent Rouillé
2019-12-04
1
-0
/
+9
*
Reorder
Aleksey Kladov
2019-11-22
1
-37
/
+37
*
Cleanup errors
Aleksey Kladov
2019-11-22
1
-18
/
+28
*
Add support for environment to CrateGraph
Aleksey Kladov
2019-11-22
1
-10
/
+24
*
Fix unused import
Metabaron
2019-11-12
1
-1
/
+1
*
return Error instead of panicking in from_cargo_metadata
Metabaron
2019-11-12
1
-3
/
+8
*
Implement FromStr for enum Edition
Metabaron
2019-11-12
1
-5
/
+7
*
Reexport relative_path from ra_db
Aleksey Kladov
2019-11-03
1
-1
/
+2
*
move crate_def_map tests to hir_def
Aleksey Kladov
2019-11-03
1
-0
/
+1
*
Prepare SourceDatabase API for lazy file loading
Aleksey Kladov
2019-10-14
1
-1
/
+1
*
reduce visibility
Aleksey Kladov
2019-10-11
1
-3
/
+3
*
Enable CfgOptions `test` for workspace crates
uHOOCCOOHu
2019-10-02
1
-12
/
+16
*
Introduce ra_cfg to parse and evaluate CfgExpr
uHOOCCOOHu
2019-10-02
1
-1
/
+8
*
Added test for check doc strings in crates.
Alexander Andreev
2019-09-30
1
-7
/
+8
*
introduce hir debugging infra
Aleksey Kladov
2019-09-09
1
-3
/
+13
*
make source_root API more abstract
Aleksey Kladov
2019-09-06
1
-2
/
+14
*
Clippy changes
Jeremy Kolb
2019-07-05
1
-1
/
+2
*
Some clippy fixes for 1.36
Jeremy Kolb
2019-07-04
1
-2
/
+2
*
allow rustfmt to reorder imports
Aleksey Kladov
2019-07-04
1
-1
/
+1
*
Add SourceRoot::is_library, in preparation for salsa's durability
Aleksey Kladov
2019-06-24
1
-0
/
+14
*
replace todo with fixme
Aleksey Kladov
2019-03-23
1
-1
/
+1
*
add skeleton for macro-aware name resolutions
Aleksey Kladov
2019-03-17
1
-0
/
+4
*
Make edition handling a bit nicer and allow specifying edition in crate_graph...
Florian Diebold
2019-02-13
1
-0
/
+9
*
Resolve 2015 style imports
Florian Diebold
2019-02-13
1
-0
/
+4
*
Keep track of crate edition
Florian Diebold
2019-02-13
1
-12
/
+19
*
Add an ra_cli command that analyses all crates in the current workspace
Florian Diebold
2019-02-10
1
-0
/
+1
*
Move crate graph generation to ra_project_model
Florian Diebold
2019-02-09
1
-0
/
+19
*
reformat the world
Aleksey Kladov
2019-02-08
1
-23
/
+7
*
:arrow_up salsa
Aleksey Kladov
2019-01-25
1
-42
/
+0
*
Change ids strategy
Aleksey Kladov
2019-01-24
1
-0
/
+12
*
:arrow_up: salsa
Aleksey Kladov
2019-01-17
1
-40
/
+25
*
gracefully handle cycles in crate graph
Aleksey Kladov
2019-01-13
1
-34
/
+48
*
Fix typos in ARCHITECTURE.md and a number of crates
Marcus Klaas de Vries
2019-01-09
1
-11
/
+11
*
Merge #310
bors[bot]
2018-12-22
1
-5
/
+54
|
\
|
*
mark as visited on entry instead of left
gfreezy
2018-12-22
1
-2
/
+2
|
*
not visit the same crateId only once
gfreezy
2018-12-22
1
-14
/
+16
|
*
add #[cfg(test)]
gfreezy
2018-12-21
1
-1
/
+2
|
*
rename to dfs_find
gfreezy
2018-12-21
1
-3
/
+3
|
*
When constructing a crate graph, detect and forbid cycles.
gfreezy
2018-12-21
1
-6
/
+52
*
|
hide empty changes
Aleksey Kladov
2018-12-21
1
-0
/
+3
|
/
[next]