]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-12-30 Aleksey KladovRefactor applySourceChange
2019-12-30 Aleksey KladovMove joinLines to the new Ctx
2019-12-30 bors[bot]Merge #2690
2019-12-30 Emil LauridsenFix server config mispell in vscode extension
2019-12-30 bors[bot]Merge #2687
2019-12-30 Aleksey KladovMove matching brace to new Ctx
2019-12-30 Aleksey KladovRun prettier
2019-12-30 Aleksey KladovAdd prettier
2019-12-30 Aleksey KladovMore second command to Ctx
2019-12-30 Aleksey KladovStart new ctx module
2019-12-30 bors[bot]Merge #2685
2019-12-30 Aleksey KladovSimplify
2019-12-30 Aleksey KladovRename extension.ts -> main.ts
2019-12-30 Aleksey KladovMerge pull request #2684 from matklad/refactor-frontend
2019-12-30 Aleksey KladovMinimize typescript CI
2019-12-30 Aleksey KladovAdd rollup
2019-12-30 Aleksey KladovMinimize TypeScript build
2019-12-29 Aleksey KladovTrim down launch configurations
2019-12-29 Aleksey KladovDrop all the debugging tasks
2019-12-29 Aleksey KladovDrop obsolete tasks
2019-12-29 bors[bot]Merge #2681
2019-12-29 Emil LauridsenAdd related information with original error site
2019-12-29 Emil LauridsenResolve macro call site in more cases
2019-12-29 bors[bot]Merge #2680
2019-12-29 Emil LauridsenLowercase drive letters when getting paths from cargo...
2019-12-29 bors[bot]Merge #2679
2019-12-29 bors[bot]Merge #2061
2019-12-29 Emil LauridsenRemove unused hard-coded paths
2019-12-29 Emil LauridsenResolve traits in infer using lang item infrastructure
2019-12-29 Emil LauridsenAdd helpers for unpacking lang items
2019-12-29 bors[bot]Merge #2650
2019-12-29 bors[bot]Merge #2674
2019-12-29 Aleksey KladovReduce visibility
2019-12-29 bors[bot]Merge #2673
2019-12-29 Aleksey KladovDon't add non-impl/trait containers to scope
2019-12-29 bors[bot]Merge #2668
2019-12-29 bors[bot]Merge #2667
2019-12-27 Emil LauridsenFix busy-waiting issue in main cargo watch thread
2019-12-27 bors[bot]Merge #2671
2019-12-27 Jeremy Kolbanyhow and crossbeam-queue
2019-12-27 Emil LauridsenDon't finish main cargo watch thread when subprocess...
2019-12-27 Emil LauridsenFix shutdown behavoir of main cargo-watch thread.
2019-12-27 Emil LauridsenAdd doc comment to module
2019-12-27 Emil LauridsenCargo fmt run
2019-12-27 Emil LauridsenShutdown/cancelation story for main cargo watch thread
2019-12-27 Emil LauridsenConsistent, hopefully robust, shutdown/cancelation...
2019-12-27 Florian Dieboldvisible_from -> is_visible_from
2019-12-27 bors[bot]Merge #2657
2019-12-27 Emil LauridsenMove cargo watch functionality to separate crate
2019-12-26 Florian DieboldRemove Arc from RawVisibility
2019-12-26 Florian DieboldFix cross-crate glob privacy handling
2019-12-26 Florian DieboldRemove visibility query, instead add struct field visib...
2019-12-26 Florian DieboldRename ResolvedVisibility -> Visibility
2019-12-26 Florian DieboldRename Visibility -> RawVisibility
2019-12-26 Florian DieboldHandle privacy for modules
2019-12-26 Florian DieboldCheck for `todo!` macros in no_todo
2019-12-26 Florian DieboldTake visibility into account for glob imports
2019-12-26 Florian DieboldKeep track of visibility during def collection
2019-12-26 Florian DieboldCollect visibility of items during nameres
2019-12-26 Florian DieboldAdd doc comment
2019-12-26 Florian DieboldMake enum variant fields public
2019-12-26 Florian DieboldHide completions for private struct fields
2019-12-26 Florian DieboldAdd visibility in code model for fields
2019-12-26 Florian DieboldAdd logic for resolving and checking visibility
2019-12-26 Florian DieboldAdd infrastructure for visibility on syntax and hir_def...
2019-12-25 bors[bot]Merge #2658
2019-12-25 bors[bot]Merge #2663
2019-12-25 Emil LauridsenKeep VSCode config mostly backwards compatible
2019-12-25 Emil LauridsenSome documentatioN
2019-12-25 Emil LauridsenActually respect disabling cargo check functionality
2019-12-25 Emil LauridsenRe-format ra_lsp_server changes
2019-12-25 Emil LauridsenRe-format VSCode extension changes
2019-12-25 Emil LauridsenRe-implement status display using LSP 3.15 progress...
2019-12-25 Emil LauridsenRemove cargo watch supporting code and tests from vscod...
2019-12-25 Emil LauridsenMigrate tests from extension to rust
2019-12-25 Emil LauridsenFix use of wrong message in diagnostic
2019-12-25 Emil LauridsenConfiguration plumbing for cargo watcher
2019-12-25 Emil LauridsenRemove cargo-watch from vscode extension.
2019-12-25 Emil LauridsenInitial implementation of cargo check watching
2019-12-25 bors[bot]Merge #2662
2019-12-24 Florian DieboldFill in type params in 'add missing impl members' assist
2019-12-24 bors[bot]Merge #2661
2019-12-24 Edwin ChengRemove AsyncOwner
2019-12-24 Edwin ChengCheck if parameters is empty
2019-12-24 Edwin ChengAdd FIXME
2019-12-24 Edwin ChengFormatting
2019-12-24 boldNotify that latest version of VS Code is required
2019-12-24 Edwin ChengImplement infer await from async func
2019-12-23 bors[bot]Merge #2659
2019-12-23 Jeremy KolbUpdate lsp-types and rayon
2019-12-23 Seivan HeidariFix https://github.com/rust-analyzer/rust-analyzer...
2019-12-23 Kirill BulatovOmit closure parameters
2019-12-23 Edwin ChengOnly add features flags if non-empty
2019-12-23 bors[bot]Merge #2655
2019-12-23 Seivan HeidariMerge branch 'master' into feature/themes
2019-12-23 Jeremy Kolblsp-types 0.67
2019-12-23 Edwin ChengUse pre-stored macro file
2019-12-23 bors[bot]Merge #2636
2019-12-23 bors[bot]Merge #2652
2019-12-23 John-John TedroBump lsp-types to 0.66.0 (fixes #2651)
next