.. |
code_model
|
refactor
|
2019-10-08 20:33:43 +03:00 |
expr
|
start ra_hir_def crate
|
2019-10-29 11:15:51 +03:00 |
nameres
|
move expansion-related code to a separate crate
|
2019-10-29 14:55:39 +03:00 |
ty
|
Upgrade Chalk (without using its dyn/impl Trait support)
|
2019-10-26 15:11:39 +02:00 |
adt.rs
|
add module methods
|
2019-10-09 14:59:47 +03:00 |
attr.rs
|
don't special case macro_use
|
2019-10-10 17:48:30 +03:00 |
code_model.rs
|
remove one more dependency on source roots
|
2019-10-14 15:15:47 +03:00 |
db.rs
|
rename hir_def -> hir_expand
|
2019-10-29 14:59:55 +03:00 |
debug.rs
|
move expansion-related code to a separate crate
|
2019-10-29 14:55:39 +03:00 |
diagnostics.rs
|
Added test for check doc strings in crates.
|
2019-09-30 11:58:53 +03:00 |
either.rs
|
Added test for check doc strings in crates.
|
2019-09-30 11:58:53 +03:00 |
expr.rs
|
Added test for check doc strings in crates.
|
2019-09-30 11:58:53 +03:00 |
from_source.rs
|
start ra_hir_def crate
|
2019-10-29 11:15:51 +03:00 |
generics.rs
|
Support $crate in item and expr place.
|
2019-09-27 02:05:06 +08:00 |
ids.rs
|
rename hir_def -> hir_expand
|
2019-10-29 14:59:55 +03:00 |
impl_block.rs
|
start ra_hir_def crate
|
2019-10-29 11:15:51 +03:00 |
lang_item.rs
|
Merge branch 'master' into feature/issue/1856
|
2019-09-30 12:07:26 +03:00 |
lib.rs
|
Avoid cloning Arc<[T]> into a vec if possible
|
2019-10-14 14:25:05 +09:00 |
marks.rs
|
Added test for check doc strings in crates.
|
2019-09-30 11:58:53 +03:00 |
mock.rs
|
Prepare SourceDatabase API for lazy file loading
|
2019-10-14 16:23:55 +03:00 |
name.rs
|
Added test for check doc strings in crates.
|
2019-09-30 11:58:53 +03:00 |
nameres.rs
|
Fix
|
2019-09-27 10:55:25 +08:00 |
path.rs
|
move expansion-related code to a separate crate
|
2019-10-29 14:55:39 +03:00 |
resolve.rs
|
Address comments: fix docs, add completion test for Self .
|
2019-10-08 07:32:41 -04:00 |
source_binder.rs
|
Support inferring Self type in enum definitions
|
2019-10-07 19:40:14 -04:00 |
source_id.rs
|
rename hir_def -> hir_expand
|
2019-10-29 14:59:55 +03:00 |
traits.rs
|
Remove TraitItem and ImplItem in favor of AssocItem
|
2019-09-17 19:47:45 +02:00 |
ty.rs
|
make_mut_slice
|
2019-10-14 19:50:12 +09:00 |
type_alias.rs
|
minor cleanup
|
2019-10-16 13:26:02 +03:00 |
type_ref.rs
|
Support $crate in item and expr place.
|
2019-09-27 02:05:06 +08:00 |
util.rs
|
make_mut_slice
|
2019-10-14 19:50:12 +09:00 |