about summary refs log tree commit diff
path: root/docs/dev
AgeCommit message (Collapse)AuthorLines
2020-10-16Expand code order sectionAleksey Kladov-11/+50
2020-10-15Document awkward namesAleksey Kladov-0/+12
2020-10-15Cleanup alloc adviceAleksey Kladov-0/+7
2020-10-14Style: default over newAleksey Kladov-0/+25
2020-10-14Introduce S-actionable and S-unactionable labelsAleksey Kladov-1/+6
I've noticed that a significant fraction of issues are inert. They are valid, acknowledged and useful, but effectively can't be fixed for variety of reasons (no reproduction, dependencies on some other issues, no review capacity, etc). Marking issues that can be fixed by just applying some elbow grease seems useful!
2020-10-14Add reminder to update lsp-extensions.mdAleksey Kladov-0/+10
2020-10-08Fix send->sent typoZac Pullar-Strecker-7/+7
2020-10-08Document the protocol extensionZac Pullar-Strecker-1/+12
2020-10-07minorAleksey Kladov-1/+1
2020-10-07minorAleksey Kladov-11/+11
2020-10-07Add comparisons guideline to styleAleksey Kladov-0/+27
2020-10-07Reorg styleAleksey Kladov-176/+181
2020-10-02Document Clippy strategyAleksey Kladov-0/+10
2020-10-01Improve grammar and fix code example in style guideLaurențiu Nicola-5/+4
2020-09-29Extend **Status** command to also show dep info for the fileAleksey Kladov-1/+8
This should help with troubleshooting wrong project configuration
2020-09-29More style adviceAleksey Kladov-0/+52
2020-09-21Fix typoYusuke Tanaka-1/+1
2020-09-21Fix typoYusuke Tanaka-1/+1
2020-08-28fmt importAleksey Kladov-0/+16
2020-08-25Update mentions of 'ra_vfs' in architecture docRüdiger Herrmann-5/+3
Adjust the paragraph about `ra_vfs` to point to the `vfs` crate that is used now.
2020-08-24Merge #5852bors[bot]-1/+25
5852: Add Early Return rule to style r=matklad a=matklad bors r+ Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2020-08-24Avoid monomorphizationAleksey Kladov-0/+35
2020-08-24Add Early Return rule to styleAleksey Kladov-1/+25
2020-08-18Encourage rebases moreAleksey Kladov-1/+2
2020-08-18Add default names sectionAleksey Kladov-2/+7
2020-08-17Merge #5782bors[bot]-1/+7
5782: Fix StatusNotification r=matklad a=vsrs This PR fixes the following: As per specification `params` property in [NotificationMessage ](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#notificationMessage) should be `array | object` while RA uses `"loading" | "ready" | "invalid" | "needsReload"`. Co-authored-by: vsrs <vit@conrlab.com>
2020-08-17Don't make fields private unless you have toAleksey Kladov-0/+29
2020-08-17Fix StatusNotificationvsrs-1/+7
2020-08-14Document the most important CI invariantAleksey Kladov-9/+14
2020-08-13Rename ra_ide -> ideAleksey Kladov-18/+18
2020-08-13Rename ra_assists -> assistsAleksey Kladov-1/+1
2020-08-13Rename ra_hir -> hirAleksey Kladov-25/+25
2020-08-13Rename ra_db -> base_dbAleksey Kladov-5/+5
2020-08-12Rename ra_syntax -> syntaxAleksey Kladov-3/+3
2020-08-12Rename ra_parser -> parserAleksey Kladov-4/+4
2020-08-11Update README.mdTim Weis-3/+3
Fixed formatting.
2020-08-10Fix typos in syntax.mdLaurențiu Nicola-1/+1
2020-08-05Update docs/dev/README.mdAleksey Kladov-1/+1
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
2020-08-05Document release processAleksey Kladov-0/+31
2020-08-02Tweak style wordingAleksey Kladov-6/+7
2020-08-02reorg docsAleksey Kladov-268/+263
2020-07-31Document crates.io deps policyAleksey Kladov-0/+6
2020-07-30Rename FnDef -> FnAleksey Kladov-2/+2
2020-07-25README: Add some instructions for running typescript tests and linter.David Lattimore-0/+10
2020-07-24SSR: Pass current file position through to SSR code.David Lattimore-1/+6
In a subsequent commit, it will be used for resolving paths.
2020-07-22Clarify initializationOptionsJeremy Kolb-3/+5
2020-07-22Remove support for jemallocAleksey Kladov-7/+1
We only used it for measuring memory usage, but now we can use glibc's allocator for that just fine
2020-07-21Remove insta depLaurențiu Nicola-2/+1
2020-07-07Update docs/dev/README.mdAleksey Kladov-1/+1
2020-07-06Don't ping people in PRsLaurențiu Nicola-1/+1