about summary refs log tree commit diff
path: root/docs/user
AgeCommit message (Expand)AuthorLines
2019-11-24do refact and fix some issuebravomikekilo-2/+2
2019-11-23Fix url to point to rust_analyzer specificallyAshkan Kiani-1/+1
2019-11-23Add note about neovim's built in language serverAshkan Kiani-0/+5
2019-11-22initial invert_ifbravomikekilo-0/+19
2019-11-21Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari-1/+1
2019-11-20Add rust-analyzer-expand-macro function for EmacsFlorian Diebold-1/+1
2019-11-20Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari-0/+4
2019-11-20Add document in features.mdEdwin Cheng-0/+4
2019-11-15Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari-0/+21
2019-11-15Merge #2165bors[bot]-0/+21
2019-11-12Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari-0/+2
2019-11-11Implement postfix completions feature flagGreg-0/+2
2019-11-09Add add_new assistWesley Norris-0/+21
2019-11-05Clearer docs usage under `rust-analyzer.scopeMappings`.Seivan Heidari-1/+1
2019-11-04* Adding scope mapping configuration manifest in `package.json`Seivan Heidari-2/+11
2019-10-27move all assists to use generated docsAleksey Kladov-17/+17
2019-10-27use new api for flip_trait_bound assistAleksey Kladov-0/+12
2019-10-27document almost all assistsAleksey Kladov-174/+119
2019-10-27document some more assistsAleksey Kladov-84/+93
2019-10-26use unicode bar for drawing the cursorAleksey Kladov-13/+16
2019-10-26support range selection in assist docsAleksey Kladov-0/+17
2019-10-26check style for assist docsAleksey Kladov-4/+53
2019-10-26use correct spacing for enum patternAleksey Kladov-1/+1
2019-10-26document a couple of assistsAleksey Kladov-51/+37
2019-10-25generate more assists docsAleksey Kladov-91/+137
2019-10-25sublime: hint where feature flags would goJacob-1/+5
2019-10-25auto-generate assists docs and testsAleksey Kladov-1/+27
2019-10-25document feature flagsAleksey Kladov-2/+11
2019-10-21Instructions for VSCode RemoteMarco Groppo-0/+19
2019-10-17WIP: move to xtasksAleksey Kladov-3/+3
2019-10-17Adds config option for cargo-watch `--ignore` flagRoberto Vidal-0/+1
2019-10-08Merge #1922bors[bot]-3/+4
2019-10-08use lockfile in cargo installAleksey Kladov-1/+1
2019-10-05remove `visitor` moduleEkaterina Babshukova-2/+2
2019-10-05Merge #1952bors[bot]-0/+14
2019-10-05Add alternative setup instruction for vim/neovimLuke Jones-0/+16
2019-10-04Fix typo about De Morgan's law assistLúcás Meier-1/+1
2019-10-04[#1807] Add entry in docs/user/featuresLúcás Meier-0/+14
2019-09-29feat(assists): Keep only one version of make_raw_stringGeobert Quach-16/+2
2019-09-26feat(assists): Make raw string unescapedGeobert Quach-0/+15
2019-09-25Missing wordnicrd-1/+1
2019-09-25update documentation according to new settingsPaul Lesur-1/+2
2019-09-19feat(assists): raw string <-> usual string manipulationGeobert Quach-0/+56
2019-09-18Fixed markdown in user READMEzoewithabang-1/+1
2019-09-11clarify sublime instructionsAleksey Kladov-1/+3
2019-09-09Update README.mdHeyward Fann-1/+1
2019-09-09Update README.mdHeyward Fann-2/+3
2019-09-06Merge #1755bors[bot]-27/+4
2019-09-06add option to disable notifyAleksey Kladov-0/+2
2019-09-05add assist to move type bounds to where clauseEkaterina Babshukova-0/+10