Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do a cleanup/legibility pass | Igor Matuszewski | 2019-03-16 | 1 | -21/+21 |
* | Take into account parent indent when filling trait members | Igor Matuszewski | 2019-03-16 | 1 | -9/+41 |
* | Simplify trait resolution fragment | Igor Matuszewski | 2019-03-16 | 1 | -6/+3 |
* | Ignore unnamed trait fns and add more tests | Igor Matuszewski | 2019-03-16 | 1 | -2/+70 |
* | Simplify calculation of missing functions | Igor Matuszewski | 2019-03-16 | 1 | -9/+2 |
* | Properly support the case when the cursor is inside an empty block or outside | Igor Matuszewski | 2019-03-16 | 1 | -15/+44 |
* | Redo indent calculation when adding missing impl members | Igor Matuszewski | 2019-03-16 | 1 | -9/+21 |
* | Implement a simple working assist | Igor Matuszewski | 2019-03-16 | 1 | -13/+59 |
* | Calculate missing functions from impl body | Igor Matuszewski | 2019-03-16 | 1 | -1/+62 |
* | Add 'add_missing_impl_members' assist stub | Igor Matuszewski | 2019-03-16 | 2 | -0/+43 |
* | Merge #981 | bors[bot] | 2019-03-16 | 5 | -120/+157 |
|\ | |||||
| * | Remove FnSig from FnDef type | Florian Diebold | 2019-03-16 | 4 | -21/+26 |
| * | Refactor FnSig a bit | Florian Diebold | 2019-03-16 | 3 | -70/+104 |
| * | Some more Ty displaying cleanup | Florian Diebold | 2019-03-16 | 2 | -35/+33 |
|/ | |||||
* | Merge #976 | bors[bot] | 2019-03-16 | 7 | -60/+136 |
|\ | |||||
| * | Replace Display by a pretty printing trait for Ty | Florian Diebold | 2019-03-16 | 7 | -60/+136 |
* | | Merge #978 | bors[bot] | 2019-03-15 | 1 | -16/+16 |
|\ \ | |||||
| * | | Update some dependencies | kjeremy | 2019-03-15 | 1 | -16/+16 |
|/ / | |||||
* | | Merge #977 | bors[bot] | 2019-03-15 | 1 | -5/+4 |
|\ \ | |/ |/| | |||||
| * | Fix ra-emacs-lsp for newest lsp-mode with native json support | Florian Diebold | 2019-03-14 | 1 | -5/+4 |
|/ | |||||
* | Merge #975 | bors[bot] | 2019-03-14 | 1 | -1/+2 |
|\ | |||||
| * | sort navigations to make tests stable | Aleksey Kladov | 2019-03-14 | 1 | -1/+2 |
|/ | |||||
* | Merge #974 | bors[bot] | 2019-03-14 | 3 | -1/+348 |
|\ | |||||
| * | Add test for minus in inner pattern | Michael Chesser | 2019-03-14 | 2 | -0/+347 |
| * | Allow MINUS at the start of a pattern. | Michael Chesser | 2019-03-14 | 1 | -1/+1 |
|/ | |||||
* | Merge #973 | bors[bot] | 2019-03-14 | 1 | -1/+1 |
|\ | |||||
| * | derive Hash for ra_hir::ModuleDef | pcpthm | 2019-03-14 | 1 | -1/+1 |
|/ | |||||
* | Merge #971 | bors[bot] | 2019-03-14 | 1 | -2/+3 |
|\ | |||||
| * | Point to the compiler-team repo directly | Wilco Kusee | 2019-03-13 | 1 | -2/+3 |
|/ | |||||
* | Merge #970 | bors[bot] | 2019-03-13 | 1 | -1/+1 |
|\ | |||||
| * | Fix typo | Florian Gilcher | 2019-03-13 | 1 | -1/+1 |
|/ | |||||
* | Merge #969 | bors[bot] | 2019-03-13 | 1 | -1/+2 |
|\ | |||||
| * | activate extension if Cargo.toml is present | Aleksey Kladov | 2019-03-13 | 1 | -1/+2 |
|/ | |||||
* | Merge #959 | bors[bot] | 2019-03-12 | 1 | -2/+16 |
|\ | |||||
| * | Applied code style of ``npm run fix`` | Lucas Spits | 2019-03-11 | 1 | -6/+4 |
| * | Fix typescript linting errors | Lucas Spits | 2019-03-11 | 1 | -1/+1 |
| * | Merge branch 'master' of https://github.com/LDSpits/rust-analyzer into featur... | Lucas Spits | 2019-03-11 | 14 | -69/+174 |
| |\ | |||||
| * | | Retrieve current directory from workspaces | Lucas Spits | 2019-03-11 | 1 | -2/+18 |
* | | | Merge #958 | bors[bot] | 2019-03-12 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | LSP: Support EnumMember and Field | kjeremy | 2019-03-11 | 1 | -0/+2 |
| | |/ | |/| | |||||
* | | | Merge #962 | bors[bot] | 2019-03-12 | 2 | -6/+0 |
|\ \ \ | |/ / |/| | | |||||
| * | | remove Def | Aleksey Kladov | 2019-03-12 | 2 | -6/+0 |
|/ / | |||||
* | | Merge #956 | bors[bot] | 2019-03-10 | 10 | -2/+72 |
|\ \ | |||||
| * | | Add test for async block | Caio | 2019-03-10 | 3 | -1/+34 |
| * | | Add async keyword | Caio | 2019-03-09 | 8 | -2/+39 |
* | | | Merge #957 | bors[bot] | 2019-03-10 | 2 | -23/+36 |
|\ \ \ | |/ / |/| | | |||||
| * | | prettier format | Bernardo | 2019-03-10 | 1 | -1/+1 |
| * | | revert change to "check" since "build" is intentional | Bernardo | 2019-03-10 | 1 | -1/+1 |
| * | | add cargo watch tasks | Bernardo | 2019-03-10 | 1 | -22/+35 |
| * | | simplify watch patterns | Bernardo | 2019-03-10 | 1 | -3/+3 |
|/ / |