]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-01-27 Aleksey Kladovautomatically collect garbage
2019-01-27 bors[bot]Merge #661
2019-01-27 Marcus Klaas... Process second review
2019-01-27 Marcus Klaas... Use type information from the turbofish
2019-01-27 Marcus Klaas... Add a FnSig to Ty::FnDef
2019-01-27 Marcus Klaas... Address some issues flagged in review
2019-01-27 Marcus Klaas... Add missing ty test snapshot
2019-01-27 Marcus Klaas... Add type params to FnSignature
2019-01-27 Marcus Klaas... Initial implementation of generics for method calls
2019-01-27 Marcus Klaas... First attempt at generic type inference for fns
2019-01-27 bors[bot]Merge #690
2019-01-27 Erlend TobiassenRevert parts of "Test non standard crate root"
2019-01-27 bors[bot]Merge #691
2019-01-27 Aleksey Kladovremove dead code
2019-01-27 Erlend TobiassenRemove dbg!(...)
2019-01-27 Erlend TobiassenFix bad rebase and rustfmt
2019-01-27 Erlend TobiassenTypos
2019-01-27 Erlend TobiassenUpdate test to use correct paths
2019-01-27 Erlend Tobiassenfix #668
2019-01-27 Erlend TobiassenTest non standard crate root
2019-01-27 bors[bot]Merge #685
2019-01-27 DJMcNabStop using let_stmt twice
2019-01-27 bors[bot]Merge #662
2019-01-26 bors[bot]Merge #687
2019-01-26 Aleksey Kladovfix verification on CI
2019-01-26 bors[bot]Merge #686
2019-01-26 Florian DieboldAdd marks
2019-01-26 Florian DieboldHandle cycles in type vars
2019-01-26 DJMcNabMake attrs be a child of the let statement
2019-01-26 bors[bot]Merge #683
2019-01-26 Aleksey Kladovfix AST for if expressions
2019-01-26 bors[bot]Merge #684
2019-01-26 DJMcNabSupport attributes on let statements
2019-01-26 Aleksey Kladovfix panic in call info
2019-01-26 bors[bot]Merge #681
2019-01-26 DJMcNabDon't use the reserved error code
2019-01-26 DJMcNabReturn an lsp error
2019-01-26 bors[bot]Merge #682
2019-01-26 Aleksey Kladovremove Option<SourceFileItemId> hack
2019-01-26 DJMcNabUse the correct working directory for cargo metadata...
2019-01-26 Aleksey Kladovstore syntax ptr in FileItems
2019-01-26 Aleksey Kladovremove dead code
2019-01-26 bors[bot]Merge #680
2019-01-26 DJMcNabStruct literals should not be a `BlockLike::Block`
2019-01-26 bors[bot]Merge #679
2019-01-26 Aleksey Kladov:arrow_up: salsa
2019-01-26 bors[bot]Merge #676
2019-01-26 Aleksey Kladov:arrow_up: rowan
2019-01-26 Jeremy KolbMake doc comments optional
2019-01-26 bors[bot]Merge #671
2019-01-26 Jeremy KolbDo not unconditionally trim comments
2019-01-26 Jeremy KolbPreserve indentation in doc comments
2019-01-26 Aleksey Kladovremove watcher ctx
2019-01-26 Aleksey Kladovremove mutexes
2019-01-26 Aleksey Kladovhandle all the reads on the "main" watcher thread
2019-01-26 Aleksey Kladovcleanup: add result alias
2019-01-26 Aleksey Kladovconsolidate error handling
2019-01-26 Aleksey Kladovrefactor-fvs
2019-01-26 bors[bot]Merge #673
2019-01-26 Aleksey Kladovminor cleanups
2019-01-26 bors[bot]Merge #659
2019-01-26 bors[bot]Merge #672
2019-01-26 Aleksey Kladovdont overwrite memfies
2019-01-26 Andrea PrettoBetter visibility check.
2019-01-26 bors[bot]Merge #660
2019-01-26 bors[bot]Merge #666
2019-01-26 Aleksey Kladovrename source_file -> parse
2019-01-26 bors[bot]Merge #665
2019-01-26 Bernardouse entry file_type, improve test
2019-01-26 Bernardouse `Roots` in watcher
2019-01-26 Bernardoextract `Roots` struct
2019-01-26 Bernardoreview fixes
2019-01-26 Bernardouse released `notifiy` version, add TODO comment
2019-01-26 Bernardobetter test, avoid duplicated events
2019-01-26 Bernardohardcode ".git" and "node_modules" also
2019-01-26 Bernardosimplify and optimize `RootFilter`by determining if...
2019-01-26 Bernardofix recursive watch
2019-01-26 Bernardoavoid boxing
2019-01-26 Bernardomove watcher to io module
2019-01-26 Bernardodo not emit create for directory again
2019-01-26 Bernardorefactor, put watcher with `io::Worker`
2019-01-26 Bernardoignore check event dir for ignore, cleanup tests
2019-01-26 Bernardoactually drop watcher, use parking_lot::Mutex
2019-01-26 Bernardohandle recursive watching ourselves
2019-01-26 Bernardoadd missing Task::HandleChange
2019-01-26 Bernardobetter error handling
2019-01-26 Bernardouse notify with fix
2019-01-26 Bernardoreference `notify` issue
2019-01-26 Bernardohandle watched events filtering in `Vfs`add `is_overlay...
2019-01-26 Bernardorefator to move all io to io module
2019-01-26 Bernardocomplete test
2019-01-26 Bernardoinitial Watcher impl
2019-01-26 bors[bot]Merge #664
2019-01-26 Aleksey Kladovrename FilesDatabase -> SourceDatabase
2019-01-26 Aleksey Kladovmove ide queries to ide db
2019-01-26 Aleksey Kladovfold syntax database into files database
2019-01-26 bors[bot]Merge #663
2019-01-26 Aleksey Kladovlist enum variants in the outline
2019-01-25 Andrea PrettoFold blocks of mod items.
2019-01-25 Erlend TobiassenSupport macro calls in type position
next