]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-02-17 bors[bot]Merge #847
2019-02-17 Aleksey Kladovmarginally better names
2019-02-17 Aleksey Kladovfix-tests
2019-02-17 Aleksey Kladovremove overlay removes overlay
2019-02-17 Aleksey Kladovsimplify overlay handling
2019-02-17 Aleksey Kladovsimplify
2019-02-17 Aleksey Kladovrename method
2019-02-17 Aleksey Kladovremove duplicated method
2019-02-17 Aleksey Kladovhide root config
2019-02-17 Aleksey Kladovmove roots to a module
2019-02-17 bors[bot]Merge #844
2019-02-17 Ville PenttinenRemove leading ::
2019-02-17 bors[bot]Merge #843
2019-02-17 Florian DieboldMake GenericArgs::from_ast pub(crate)
2019-02-17 Florian DieboldUnify with the autorefed/autoderefed receiver type...
2019-02-17 Ville PenttinenRefactor find_all_refs to return ReferenceSearchResult
2019-02-16 Florian DieboldHandle generic args for method calls
2019-02-16 Florian DieboldHandle impl generics in method calls
2019-02-16 Florian DieboldResolve impl generic params
2019-02-16 Florian DieboldAdd generic params to impl blocks
2019-02-16 Florian DieboldAdd a test for impl generics
2019-02-16 bors[bot]Merge #842
2019-02-16 Florian DieboldTurn ImplBlock into a copy type just containing IDs
2019-02-16 bors[bot]Merge #841
2019-02-16 Florian DieboldAdd my emacs configuration
2019-02-16 Aleksey Kladovdocument design guideline
2019-02-16 bors[bot]Merge #836
2019-02-15 bors[bot]Merge #838
2019-02-15 Felix S. Klock IIDont slow down everyone else's testing (especially...
2019-02-15 bors[bot]Merge #837
2019-02-15 Felix S. Klock IIGeneralize `tests/vfs.rs` processing to address wildly...
2019-02-14 bors[bot]Merge #830
2019-02-14 Andrea Prettoauto_import: fix bug when the common path was shorter...
2019-02-14 bors[bot]Merge #834
2019-02-14 Aleksey Kladovuse better label for &mut ref completion
2019-02-14 bors[bot]Merge #833
2019-02-14 Aleksey Kladovsimplify
2019-02-14 Aleksey Kladovautomatically wait for worker threads
2019-02-14 bors[bot]Merge #831
2019-02-14 Aleksey Kladovtweak postfix completions
2019-02-14 Aleksey Kladovadd ref postfix template
2019-02-14 Ville PenttinenFix test_vfs_works failing on Windows due to extra...
2019-02-14 bors[bot]Merge #829
2019-02-14 Jeremy KolbBe precise about the argument list
2019-02-14 bors[bot]Merge #825
2019-02-14 Ville PenttinenRemove call to canonicalize in BatchDatabase::load_cargo
2019-02-13 bors[bot]Merge #818
2019-02-13 Felix S. Klock IIrustfmt
2019-02-13 bors[bot]Merge #816
2019-02-13 Florian DieboldComplete names from prelude
2019-02-13 Florian DieboldHandle extern crates better, so they work correctly...
2019-02-13 Florian DieboldMake edition handling a bit nicer and allow specifying...
2019-02-13 Florian DieboldResolve 2015 style imports
2019-02-13 Florian DieboldKeep track of crate edition
2019-02-13 Florian DieboldImport the prelude
2019-02-13 bors[bot]Merge #813
2019-02-13 Felix S. Klock IIIn `RootConfig::contains`, check against canonicalized...
2019-02-13 Ville PenttinenFix possible issue where unnamed is_symbol_def would...
2019-02-13 Ville PenttinenUse cloned over map + clone
2019-02-13 Ville PenttinenUse clone directly rather than map + clone
2019-02-13 Ville PenttinenRemove unnecessary braces
2019-02-13 bors[bot]Merge #814
2019-02-12 bors[bot]Merge #815
2019-02-12 Florian DieboldFix another crash
2019-02-12 Andrea Prettoauto_import: import in enclosing module instead of...
2019-02-12 Andrea Prettoauto_import: more tests and some refactorings
2019-02-12 Ville PenttinenAdd support for container_name in workspace/symbol...
2019-02-12 bors[bot]Merge #811
2019-02-12 Laurențiu NicolaFilter attributes from the completion details/label
2019-02-12 bors[bot]Merge #810
2019-02-12 Aleksey Kladovmake token trees eq
2019-02-12 bors[bot]Merge #809
2019-02-12 bors[bot]Merge #808
2019-02-12 kjeremywhat goes bump in the night?
2019-02-12 Aleksey Kladovrename yellow -> syntax_node
2019-02-12 bors[bot]Merge #807
2019-02-12 kjeremySpecify vscode 1.31
2019-02-12 Aleksey Kladovmention no compatability gurantee
2019-02-12 Aleksey Kladovupdate readme to point to the WG
2019-02-12 bors[bot]Merge #804
2019-02-12 Pascal HertleifFix some typos
2019-02-12 bors[bot]Merge #805
2019-02-12 Aleksey Kladovdon't distinguish Create and Write events in VFS
2019-02-12 bors[bot]Merge #801
2019-02-12 Laurențiu NicolaImplement completion for associated items
2019-02-12 bors[bot]Merge #802
2019-02-12 Aleksey Kladovreplace clone with copy
2019-02-12 Aleksey Kladovfix obsolete comment
2019-02-11 bors[bot]Merge #794
2019-02-11 Aleksey Kladovfix regression in self-referential completion
2019-02-11 bors[bot]Merge #793
2019-02-11 Aleksey Kladovremove hard-coded query-group macro
2019-02-11 bors[bot]Merge #791
2019-02-11 Aleksey Kladovdocs
2019-02-11 Aleksey Kladovassign ids when converting tt
2019-02-11 Aleksey Kladovassign ids to tokens
2019-02-11 bors[bot]Merge #781
2019-02-11 Andrea Prettora_assists: assist "providers" can produce multiple...
2019-02-11 bors[bot]Merge #790
2019-02-11 Aleksey Kladovmake macro a NameOwner
next