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
/
hir
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Create TraitEnvironment through a query
Florian Diebold
2021-03-13
1
-5
/
+7
*
|
Use chalk_ir::PlaceholderIndex
Florian Diebold
2021-03-13
1
-1
/
+1
*
|
Use chalk_ir::FnDefId
Florian Diebold
2021-03-13
1
-4
/
+1
*
|
Use chalk_ir::AssocTypeId
Florian Diebold
2021-03-13
1
-2
/
+5
*
|
Separate `Ty` and `TyKind` like in Chalk
Florian Diebold
2021-03-13
1
-33
/
+34
|
/
*
Avoid double text edits when renaming mod declaration
Lukas Wirth
2021-03-10
1
-1
/
+0
*
Delete `ContainerId`
Jonas Schievink
2021-03-09
1
-21
/
+9
*
Stop using `ContainerId` in `AssocContainerId`
Jonas Schievink
2021-03-09
1
-2
/
+2
*
Merge #7942
bors[bot]
2021-03-09
1
-7
/
+1
|
\
|
*
Show whether a binding is mutable or not on hover
Lukas Wirth
2021-03-09
1
-7
/
+1
*
|
Cleanup auto-ref in completion
Aleksey Kladov
2021-03-09
1
-4
/
+3
|
/
*
Merge #7873 #7933
bors[bot]
2021-03-09
1
-0
/
+11
|
\
|
*
Refactor the import location
Kirill Bulatov
2021-03-08
1
-0
/
+11
*
|
Use `Type::new_with_resolver_inner` more
Jonas Schievink
2021-03-09
1
-26
/
+14
|
/
*
Hygiene is an internal implementation detail of the compiler
Aleksey Kladov
2021-03-08
1
-2
/
+5
*
Remove useless code_model indirection
Aleksey Kladov
2021-03-08
1
-28
/
+2114
*
Show docs on hover for keywords and primitives
Lukas Wirth
2021-03-02
1
-6
/
+5
*
Impl HasAttrs for GenericParam
Lukas Wirth
2021-01-01
1
-2
/
+3
*
Add ConstParams to the HIR
Lukas Wirth
2021-01-01
1
-3
/
+3
*
Track labels in the HIR
Lukas Wirth
2020-12-24
1
-2
/
+2
*
Align code_model name with ungrammar
Aleksey Kladov
2020-12-20
1
-3
/
+3
*
Rename ImplDef -> Impl
Aleksey Kladov
2020-12-17
1
-1
/
+1
*
Add Lifetimes to the HIR
Lukas Wirth
2020-12-11
1
-4
/
+5
*
Make `original_range` a method on `InFile<&SyntaxNode>`
Jonas Schievink
2020-12-08
1
-1
/
+1
*
Remove hir_def/docs.rs module
Lukas Wirth
2020-12-07
1
-2
/
+1
*
Use `ExpandResult` instead of `MacroResult`
Jonas Schievink
2020-11-26
1
-1
/
+1
*
hir_expand: propagate expansion errors
Jonas Schievink
2020-11-24
1
-2
/
+2
*
Remove query aliases
Kirill Bulatov
2020-11-16
1
-1
/
+1
*
Use imports_locator
Kirill Bulatov
2020-11-16
1
-1
/
+1
*
Add imports in auto completion
Kirill Bulatov
2020-11-16
1
-0
/
+1
*
Remove more unreachable pubs
Aleksey Kladov
2020-11-02
1
-1
/
+2
*
Shorten type hints for std::iter Iterators
Lukas Wirth
2020-10-06
1
-1
/
+1
*
Move ModPath->ast::Path function to IDE layer
Aleksey Kladov
2020-10-06
1
-5
/
+2
*
Make ImportPrefix a configuration option
Lukas Wirth
2020-10-05
1
-0
/
+1
*
Tease apart orthogonal concerns in markdown link rewriting
Aleksey Kladov
2020-08-26
1
-3
/
+1
*
Remove AttrDef
Aleksey Kladov
2020-08-25
1
-1
/
+1
*
Move attrs from code_module to a separate module
Aleksey Kladov
2020-08-25
1
-5
/
+6
*
Use the same abstraction for attrs and docs
Aleksey Kladov
2020-08-25
1
-1
/
+1
*
Renames, comments, and dead code removal
Zac Pullar-Strecker
2020-08-24
1
-2
/
+2
*
Merge remote-tracking branch 'upstream/master' into 503-hover-doc-links
Zac Pullar-Strecker
2020-08-24
1
-2
/
+5
*
Better API factoring around self access modes
Aleksey Kladov
2020-08-19
1
-1
/
+1
*
Add SelfParam to code_model
Aleksey Kladov
2020-08-19
1
-4
/
+4
*
Add new method to Semantics, method_receiver_kind, which returns the kind of ...
Paul Daniel Faria
2020-08-16
1
-1
/
+1
*
Don't expose hir::Path out of hir
Aleksey Kladov
2020-08-15
1
-2
/
+5
*
Make hygiene private to hir
Aleksey Kladov
2020-08-13
1
-2
/
+6
*
Rename ra_hir -> hir
Aleksey Kladov
2020-08-13
1
-0
/
+59
[prev]