]> git.lizzy.rs Git - rust.git/history - crates
Update hover message since we do support globs
[rust.git] / crates /
2019-02-21 Aleksey KladovIgnore lockfile in fuzz
2019-02-21 bors[bot]Merge #870
2019-02-21 Aleksey Kladovdocs
2019-02-21 Aleksey Kladovadd failing test
2019-02-21 bors[bot]Merge #867
2019-02-21 Aleksey Kladovfix the test
2019-02-21 Aleksey Kladovfix compilation
2019-02-21 Aleksey Kladovmove parser to a separate crate
2019-02-21 Ville PenttinenImplement basic support for Associated Methods and...
2019-02-21 bors[bot]Merge #865
2019-02-21 Aleksey Kladovmake grammar independent of syntax tree
2019-02-21 Aleksey Kladovminor
2019-02-21 Aleksey Kladovmove whitespace handling to tree builder
2019-02-20 Florian DieboldFix handling of generics in tuple variants and refactor...
2019-02-20 bors[bot]Merge #863
2019-02-20 Aleksey Kladovmove syntax error to parser
2019-02-20 Aleksey Kladovsimplify
2019-02-20 Aleksey Kladovremove TokenPos
2019-02-20 Aleksey Kladovflattern module structure
2019-02-20 Aleksey Kladovmerge parse_impl and parser_api
2019-02-20 Aleksey Kladovfix off by one error
2019-02-20 Aleksey Kladovmove abstract traits to top
2019-02-20 Aleksey Kladovswitch to dynamic dispatch for TokenSource
2019-02-20 Aleksey Kladovroute parsing via TokenSource trait
2019-02-20 Aleksey Kladovrename Sink -> TreeSink
2019-02-20 bors[bot]Merge #861
2019-02-20 Aleksey Kladovfix tests
2019-02-20 Aleksey Kladovrearrange modules in a suggestd reading order
2019-02-20 Aleksey Kladovflatten modules
2019-02-20 Aleksey Kladovmove reparsers to grammar
2019-02-20 Aleksey Kladovtighten visibility
2019-02-20 Aleksey Kladovmove all parsing related bits to a separate module
2019-02-20 Aleksey Kladovslightly better name
2019-02-20 Aleksey Kladovmake stuff private
2019-02-19 bors[bot]Merge #859
2019-02-19 Aleksey Kladovremove ignored macro tests
2019-02-18 bors[bot]Merge #857
2019-02-18 Aleksey Kladovremove local-vfs
2019-02-18 Aleksey Kladovswitch to crates.io vfs
2019-02-18 bors[bot]Merge #856
2019-02-18 Aleksey Kladovbetter comments
2019-02-18 Aleksey Kladovdrop dependency on thread_worker
2019-02-18 Aleksey Kladovdrop unused extern crate
2019-02-18 Aleksey Kladovhide TaskResult from the public API
2019-02-18 Aleksey Kladovmove public API to top of the file
2019-02-18 Aleksey Kladovremove depedency on ra_arena
2019-02-18 Aleksey Kladovremove arena from Roots
2019-02-18 Aleksey Kladovremove useless Arc
2019-02-18 bors[bot]Merge #855
2019-02-18 Aleksey Kladovdrop unused deps
2019-02-18 bors[bot]Merge #854
2019-02-18 Aleksey Kladovmore compact edits in insta
2019-02-18 Aleksey KladovDon't use additional_text_edits API internally
2019-02-18 bors[bot]Merge #852
2019-02-18 Aleksey KladovMore orthogonal method naming
2019-02-18 bors[bot]Merge #853
2019-02-18 Aleksey KladovMore compact debug representation for completion
2019-02-18 Aleksey Kladovhandle != operator
2019-02-18 bors[bot]Merge #850
2019-02-18 bors[bot]Merge #851
2019-02-17 Ville PenttinenEnable parsing attributes for generic lifetimes and...
2019-02-17 Florian DieboldHandle tuple structs / enum variants properly in type...
2019-02-17 bors[bot]Merge #849
2019-02-17 bors[bot]Merge #846
2019-02-17 Ville PenttinenRemove match_armlist validator
2019-02-17 Aleksey KladovDon't render `()` in calls to assoc functions
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 Ville PenttinenParse only outer_attributes for match arms for now
2019-02-17 Aleksey Kladovsimplify
2019-02-17 Ville PenttinenEnable parsing of attributes inside a match block
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 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
next