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
/
crates
Age
Commit message (
Expand
)
Author
Lines
2019-03-03
Add optional range parameter to SyntaxTreeParams
Ville Penttinen
-5
/
+148
2019-03-03
Inline type inference test snapshots
Florian Diebold
-1504
/
+1096
2019-03-03
Represent unknown types as {unknown} instead of [unknown]
Florian Diebold
-172
/
+172
2019-03-02
Add a bunch of tests for type inference involving traits
Florian Diebold
-0
/
+403
2019-03-02
Merge #908
bors[bot]
-8
/
+27
2019-03-02
Merge #915
bors[bot]
-133
/
+108
2019-03-02
remove comment
Aleksey Kladov
-1
/
+0
2019-03-02
remove second way to get the body
Aleksey Kladov
-5
/
+1
2019-03-02
rename syntax_mapping as well
Aleksey Kladov
-19
/
+18
2019-03-02
A bit of cleanup in ty.rs
Florian Diebold
-28
/
+1
2019-03-02
align lower module query names
Aleksey Kladov
-23
/
+15
2019-03-02
rename scopes
Aleksey Kladov
-9
/
+9
2019-03-02
rename to source_map
Aleksey Kladov
-17
/
+13
2019-03-02
dont store body inside source map
Aleksey Kladov
-61
/
+54
2019-03-02
rename syntax-mapping -> source-map
Aleksey Kladov
-32
/
+32
2019-02-28
Update hover message since we do support globs
kjeremy
-1
/
+1
2019-02-28
Enable markup for hover on expressions which resolve using type_of
Ville Penttinen
-8
/
+27
2019-02-27
Merge #906
bors[bot]
-3
/
+124
2019-02-27
Enable hover support for NamedFieldDefs
Ville Penttinen
-3
/
+79
2019-02-27
Allow goto-definition to work for named fields in struct initializer
Ville Penttinen
-0
/
+45
2019-02-27
Fix the build
kjeremy
-1
/
+3
2019-02-27
Merge #900
bors[bot]
-61
/
+72
2019-02-27
Remove `TypeRef` from item opts which implement TypeAscriptionOwner
Ville Penttinen
-43
/
+24
2019-02-27
Merge #901
bors[bot]
-21
/
+179
2019-02-27
Remove RawResponse::empty()
Ville Penttinen
-7
/
+5
2019-02-27
Work around for issue in vscode reporting a failure in request
Ville Penttinen
-5
/
+16
2019-02-27
Add support for hovering over the name of an item
Ville Penttinen
-2
/
+28
2019-02-26
Replace visit_fn with crate::completion::function_label
Ville Penttinen
-43
/
+2
2019-02-26
Fix a typo
Dale Wijnand
-4
/
+4
2019-02-26
Add new type HoverResult to contain the results of hovering
Ville Penttinen
-16
/
+149
2019-02-26
Add support for showing fn signature when hovering
Ville Penttinen
-3
/
+43
2019-02-26
Use TypeAscriptionOwner
Ville Penttinen
-12
/
+15
2019-02-26
Add new trait TypeAscriptionOwner
Ville Penttinen
-9
/
+36
2019-02-25
Merge #897
bors[bot]
-20
/
+206
2019-02-25
kill accidently commited file
Aleksey Kladov
-182
/
+0
2019-02-25
rename type to type_alias in the AST as well
Aleksey Kladov
-108
/
+293
2019-02-25
Move ConstSignature creation to a single method
Ville Penttinen
-17
/
+13
2019-02-25
Add static type inference
Ville Penttinen
-12
/
+54
2019-02-25
Add const type inference
Ville Penttinen
-20
/
+168
2019-02-24
complete patterns
Aleksey Kladov
-0
/
+103
2019-02-24
Rename Type => TypeAlias
Florian Diebold
-44
/
+58
2019-02-24
Add test for recursive type aliases
Florian Diebold
-0
/
+14
2019-02-24
Implement support for type aliases
Florian Diebold
-11
/
+102
2019-02-24
move testing functions
Aleksey Kladov
-20
/
+14
2019-02-24
move the rest of presentation to presentation
Aleksey Kladov
-50
/
+20
2019-02-24
move more code to presentation
Aleksey Kladov
-88
/
+57
2019-02-24
move res completion to presentation
Aleksey Kladov
-41
/
+42
2019-02-24
simplify
Aleksey Kladov
-31
/
+31
2019-02-24
move enum-variants to presentation
Aleksey Kladov
-21
/
+21
2019-02-24
simplify
Aleksey Kladov
-35
/
+31
[next]