]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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-19 bors[bot]Merge #858
2019-02-18 kjeremyUse named multiline Problem Matcher
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 Aleksey Kladov:arrow_up: 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 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
next