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_project_model
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Run cargo +nightly fix --clippy -Z unstable-options
Kirill Bulatov
2020-02-18
1
-1
/
+1
*
Make AtomicX type resolve again
Aleksey Kladov
2020-02-14
1
-2
/
+4
*
Add error context to failures in `ra_project_model` using `anyhow` crate (#3119)
Adam Bratschi-Kaye
2020-02-13
1
-11
/
+40
*
Apply the reviews suggestions
Kirill Bulatov
2020-02-05
1
-13
/
+30
*
Address nit
Emil Lauridsen
2020-01-10
1
-1
/
+1
*
Remove unneeded Box::new
Wilco Kusee
2020-01-08
1
-1
/
+1
*
Derive debug
Wilco Kusee
2020-01-08
1
-7
/
+1
*
Use downcasting for CargoTomlNotFoundError
Wilco Kusee
2020-01-08
1
-22
/
+30
*
Allow disabling Cargo.toml not found error
Wilco Kusee
2020-01-03
1
-2
/
+1
*
Move error to new file
Wilco Kusee
2020-01-03
1
-54
/
+4
*
Split errors into WorkspaceError enum
Wilco Kusee
2020-01-03
1
-14
/
+73
*
Support setting cargo features
oxalica
2019-12-13
1
-5
/
+9
*
Merge #2381
bors[bot]
2019-11-24
1
-0
/
+17
|
\
|
*
add proc-macro crate type handling
JasperDeSutter
2019-11-24
1
-0
/
+17
*
|
Add alloc to the sysroot
Marco Groppo
2019-11-24
1
-0
/
+6
|
/
*
Add support for environment to CrateGraph
Aleksey Kladov
2019-11-22
1
-6
/
+19
*
Overwrite the prelude with one defined in a later dependency
Matthias Einwag
2019-11-10
1
-0
/
+2
*
Resolve core types
Matthias Einwag
2019-11-09
1
-1
/
+7
*
hard-code nightly-only CFGs
Aleksey Kladov
2019-10-08
1
-0
/
+8
*
use slightly more idiomatic api for cfg
Aleksey Kladov
2019-10-08
1
-13
/
+23
*
Use raw cfgs in json project and fix typo
oxalica
2019-10-05
1
-6
/
+8
*
Read default cfgs from rustc
uHOOCCOOHu
2019-10-02
1
-6
/
+38
*
Enable CfgOptions `test` for workspace crates
uHOOCCOOHu
2019-10-02
1
-3
/
+18
*
Added test for check doc strings in crates.
Alexander Andreev
2019-09-30
1
-0
/
+2
*
introduce hir debugging infra
Aleksey Kladov
2019-09-09
1
-8
/
+12
*
close #1763
ivfranco
2019-09-05
1
-1
/
+1
*
don't load sysroot in most heavy tests
Aleksey Kladov
2019-08-19
1
-4
/
+8
*
introduce ra_vfs_glob crate
Aleksey Kladov
2019-08-06
1
-23
/
+0
*
cleanup imports
Aleksey Kladov
2019-08-06
1
-5
/
+2
*
cleanup
Aleksey Kladov
2019-08-06
1
-4
/
+5
*
rename
Aleksey Kladov
2019-08-06
1
-10
/
+10
*
Some clippy fixes for 1.36
Jeremy Kolb
2019-07-04
1
-1
/
+1
*
allow rustfmt to reorder imports
Aleksey Kladov
2019-07-04
1
-2
/
+2
*
add analysis-bench to benchmark incremental analysis
Aleksey Kladov
2019-06-16
1
-0
/
+1
*
Get rid of failure: ra_lsp_server & ra_project_model
Muhammad Mominul Huque
2019-06-14
1
-3
/
+3
*
Fix clippy::single_char_pattern
Alan Du
2019-06-04
1
-1
/
+1
*
Sends cwd info for runnables and code lenses
Roberto Vidal
2019-04-14
1
-0
/
+12
*
replace todo with fixme
Aleksey Kladov
2019-03-23
1
-1
/
+1
*
Move actual include logic to ProjectRoot
Ville Penttinen
2019-03-21
1
-3
/
+27
*
Improve filtering of file roots
Ville Penttinen
2019-03-20
1
-4
/
+33
*
Rename and change `add_roots` to return a `Vec`.
David Wood
2019-03-07
1
-1
/
+6
*
Initial implementation of project-lock.json.
David Wood
2019-03-07
1
-69
/
+169
*
Make edition handling a bit nicer and allow specifying edition in crate_graph...
Florian Diebold
2019-02-13
1
-5
/
+1
*
Keep track of crate edition
Florian Diebold
2019-02-13
1
-3
/
+9
*
Clean up a bit
Florian Diebold
2019-02-09
1
-1
/
+1
*
Remove Vfs from project model
Florian Diebold
2019-02-09
1
-6
/
+3
*
Remove SmolStr from project model
Florian Diebold
2019-02-09
1
-2
/
+2
*
Move crate graph generation to ra_project_model
Florian Diebold
2019-02-09
1
-0
/
+88
*
Extract project model to separate crate
Florian Diebold
2019-02-09
1
-0
/
+45
[prev]