about summary refs log tree commit diff
path: root/docs/dev/README.md
AgeCommit message (Collapse)AuthorLines
2020-04-02vscode: move docks about syntax tree to dev/README.mdveetaha-0/+10
2020-02-18Rename config value for server PathAleksey Kladov-1/+1
2020-02-18Rename the binary to rust-analyzerAleksey Kladov-9/+9
2020-02-17Replace ra_cli mentionsLaurențiu Nicola-4/+4
2020-02-17Fix RA_PROFILE typo in docsLaurențiu Nicola-2/+2
2020-02-09docs: Freshen docs for prebuilt binaries and raLspServer settingVeetaha-2/+9
2020-02-08Docs cleanupsFlorian Diebold-6/+6
2020-01-29Freshen Architecture.md documentAleksey Kladov-0/+4
2020-01-29Freshen dev docs a tiny bitsAleksey Kladov-48/+36
2019-11-29Update READMEAlexander Ekdahl-3/+2
2019-11-27rename ra_ide_api -> ra_ideAleksey Kladov-1/+1
2019-11-18Don't create a separate bin for format hookAleksey Kladov-1/+1
2019-10-24Update rustdoc link pt.2memoryruins-1/+1
2019-10-17rename tools -> xtaskAleksey Kladov-5/+5
2019-10-14Update link to api rustdocsmemoryruins-1/+1
2019-07-29document upgrade processAleksey Kladov-0/+2
closes #1615
2019-07-27Overhaul installation processAleksey Kladov-4/+4
The new commands are $ cargo install-ra --client-code $ cargo install-ra --server --jemalloc
2019-06-26Document the VS Code extension test frameworkRyan Cumming-0/+19
2019-06-16add analysis-bench to benchmark incremental analysisAleksey Kladov-0/+13
Can be used like this: ``` $ cargo run --release -p ra_cli -- \ analysis-bench ../chalk/ \ --complete ../chalk/chalk-engine/src/logic.rs:94:0 loading: 225.970093ms from scratch: 8.492373325s no change: 445.265µs trivial change: 95.631242ms ``` Or like this: ``` $ cargo run --release -p ra_cli -- \ analysis-bench ../chalk/ \ --highlight ../chalk/chalk-engine/src/logic.rs loading: 209.873484ms from scratch: 9.504916942s no change: 7.731119ms trivial change: 124.984039ms ``` "from scratch" includes initial analysis of the relevant bits of the project "no change" just asks the same question for the second time. It measures overhead on assembling the answer outside of salsa. "trivial change" doesn't do an actual salsa change, it just advances the revision. This test how fast is salsa at validating things.
2019-04-15filter by timeAleksey Kladov-2/+4
2019-04-15cleanup syntaxAleksey Kladov-0/+10
2019-04-04Fix issue label link in docs/dev/README.mdpcpthm-1/+1
2019-03-25link docs from dev docs, not from the main readmeAleksey Kladov-1/+5
If you want to **use** ra, you don't need api docs
2019-03-23document work listAleksey Kladov-0/+9
2019-03-20explain how to launch the thingAleksey Kladov-0/+81
2019-03-20remove old contributingAleksey Kladov-0/+6
2019-03-20start dev readmeAleksey Kladov-0/+37