Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ... | Seivan Heidari | 2019-11-28 | 3 | -19/+19 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ... | Seivan Heidari | 2019-11-25 | 2 | -0/+24 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ... | Seivan Heidari | 2019-11-21 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ... | Seivan Heidari | 2019-11-20 | 1 | -0/+4 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ... | Seivan Heidari | 2019-11-18 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ... | Seivan Heidari | 2019-11-15 | 1 | -0/+21 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ... | Seivan Heidari | 2019-11-12 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Clearer docs usage under `rust-analyzer.scopeMappings`. | Seivan Heidari | 2019-11-04 | 1 | -1/+1 | |
| * | | | | | | | | | * Adding scope mapping configuration manifest in `package.json` | Seivan Heidari | 2019-11-04 | 1 | -2/+11 | |
* | | | | | | | | | | Fill in type params in 'add missing impl members' assist | Florian Diebold | 2019-12-24 | 1 | -11/+11 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | Cleanup Vim and NeoVim instructions. Fix #2579 | Francisco Lopes | 2019-12-17 | 1 | -17/+12 | |
* | | | | | | | | | Code: check whether the LSP binary is in PATH | Laurențiu Nicola | 2019-12-08 | 1 | -1/+16 | |
* | | | | | | | | | fix file name | Andrew Banchich | 2019-12-04 | 1 | -1/+1 | |
* | | | | | | | | | fix link | Andrew Banchich | 2019-12-04 | 1 | -1/+1 | |
* | | | | | | | | | use relative link | Andrew Banchich | 2019-12-04 | 1 | -1/+1 | |
* | | | | | | | | | fix outdated link to ra-emacs-lsp.el | Andrew Banchich | 2019-12-04 | 1 | -1/+1 | |
* | | | | | | | | | Merge #2018 | bors[bot] | 2019-12-02 | 1 | -0/+18 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | docs: describe new feature 'add custom impl for derived trait' | Paulo Lieuthier | 2019-11-28 | 1 | -0/+18 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Add back corrected `cargo install` command | Jonathan Behrens | 2019-12-01 | 1 | -8/+8 | |
* | | | | | | | | | Clarify installation instructions | Jonathan Behrens | 2019-12-01 | 1 | -10/+15 | |
* | | | | | | | | | Update README | Alexander Ekdahl | 2019-11-30 | 1 | -3/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | / | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 3 | -19/+19 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Merge #2343 | bors[bot] | 2019-11-24 | 1 | -0/+19 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | do refact and fix some issue | bravomikekilo | 2019-11-24 | 1 | -2/+2 | |
| * | | | | | | | initial invert_if | bravomikekilo | 2019-11-21 | 1 | -0/+19 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Fix url to point to rust_analyzer specifically | Ashkan Kiani | 2019-11-23 | 1 | -1/+1 | |
* | | | | | | | Add note about neovim's built in language server | Ashkan Kiani | 2019-11-23 | 1 | -0/+5 | |
|/ / / / / / | ||||||
* | | | | / | Add rust-analyzer-expand-macro function for Emacs | Florian Diebold | 2019-11-20 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Add document in features.md | Edwin Cheng | 2019-11-19 | 1 | -0/+4 | |
| |_|_|/ |/| | | | ||||||
* | | | | Don't create a separate bin for format hook | Aleksey Kladov | 2019-11-18 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | Merge #2165 | bors[bot] | 2019-11-15 | 1 | -0/+21 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Add add_new assist | Wesley Norris | 2019-11-09 | 1 | -0/+21 | |
| |/ | ||||||
* / | Implement postfix completions feature flag | Greg | 2019-11-12 | 1 | -0/+2 | |
|/ | ||||||
* | move all assists to use generated docs | Aleksey Kladov | 2019-10-27 | 2 | -17/+17 | |
* | use new api for flip_trait_bound assist | Aleksey Kladov | 2019-10-27 | 1 | -0/+12 | |
* | document almost all assists | Aleksey Kladov | 2019-10-27 | 2 | -174/+119 | |
* | document some more assists | Aleksey Kladov | 2019-10-27 | 2 | -84/+93 | |
* | use unicode bar for drawing the cursor | Aleksey Kladov | 2019-10-26 | 1 | -13/+16 | |
* | support range selection in assist docs | Aleksey Kladov | 2019-10-26 | 1 | -0/+17 | |
* | check style for assist docs | Aleksey Kladov | 2019-10-26 | 1 | -4/+53 | |
* | use correct spacing for enum pattern | Aleksey Kladov | 2019-10-26 | 1 | -1/+1 | |
* | document a couple of assists | Aleksey Kladov | 2019-10-26 | 2 | -51/+37 | |
* | generate more assists docs | Aleksey Kladov | 2019-10-25 | 2 | -91/+137 | |
* | sublime: hint where feature flags would go | Jacob | 2019-10-25 | 1 | -1/+5 | |
* | auto-generate assists docs and tests | Aleksey Kladov | 2019-10-25 | 2 | -1/+27 | |
* | document feature flags | Aleksey Kladov | 2019-10-25 | 1 | -2/+11 | |
* | Update rustdoc link pt.2 | memoryruins | 2019-10-24 | 1 | -1/+1 | |
* | xtask: fold gen-tests and gen-ast into codegen | Aleksey Kladov | 2019-10-23 | 1 | -1/+1 | |
* | Instructions for VSCode Remote | Marco Groppo | 2019-10-21 | 1 | -0/+19 | |
* | rename tools -> xtask | Aleksey Kladov | 2019-10-17 | 2 | -6/+6 |