Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vscode: move docks about syntax tree to dev/README.md | veetaha | 2020-04-02 | 1 | -0/+10 |
| | |||||
* | Rename config value for server Path | Aleksey Kladov | 2020-02-18 | 1 | -1/+1 |
| | |||||
* | Rename the binary to rust-analyzer | Aleksey Kladov | 2020-02-18 | 1 | -9/+9 |
| | |||||
* | Replace ra_cli mentions | Laurențiu Nicola | 2020-02-17 | 1 | -4/+4 |
| | |||||
* | Fix RA_PROFILE typo in docs | Laurențiu Nicola | 2020-02-17 | 1 | -2/+2 |
| | |||||
* | docs: Freshen docs for prebuilt binaries and raLspServer setting | Veetaha | 2020-02-09 | 1 | -2/+9 |
| | |||||
* | Docs cleanups | Florian Diebold | 2020-02-08 | 1 | -6/+6 |
| | |||||
* | Freshen Architecture.md document | Aleksey Kladov | 2020-01-29 | 1 | -0/+4 |
| | |||||
* | Freshen dev docs a tiny bits | Aleksey Kladov | 2020-01-29 | 1 | -48/+36 |
| | |||||
* | Update README | Alexander Ekdahl | 2019-11-30 | 1 | -3/+2 |
| | |||||
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 1 | -1/+1 |
| | |||||
* | Don't create a separate bin for format hook | Aleksey Kladov | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | Update rustdoc link pt.2 | memoryruins | 2019-10-24 | 1 | -1/+1 |
| | |||||
* | rename tools -> xtask | Aleksey Kladov | 2019-10-17 | 1 | -5/+5 |
| | |||||
* | Update link to api rustdocs | memoryruins | 2019-10-14 | 1 | -1/+1 |
| | |||||
* | document upgrade process | Aleksey Kladov | 2019-07-29 | 1 | -0/+2 |
| | | | | closes #1615 | ||||
* | Overhaul installation process | Aleksey Kladov | 2019-07-27 | 1 | -4/+4 |
| | | | | | | | The new commands are $ cargo install-ra --client-code $ cargo install-ra --server --jemalloc | ||||
* | Document the VS Code extension test framework | Ryan Cumming | 2019-06-26 | 1 | -0/+19 |
| | |||||
* | add analysis-bench to benchmark incremental analysis | Aleksey Kladov | 2019-06-16 | 1 | -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. | ||||
* | filter by time | Aleksey Kladov | 2019-04-14 | 1 | -2/+4 |
| | |||||
* | cleanup syntax | Aleksey Kladov | 2019-04-14 | 1 | -0/+10 |
| | |||||
* | Fix issue label link in docs/dev/README.md | pcpthm | 2019-04-04 | 1 | -1/+1 |
| | |||||
* | link docs from dev docs, not from the main readme | Aleksey Kladov | 2019-03-25 | 1 | -1/+5 |
| | | | | If you want to **use** ra, you don't need api docs | ||||
* | document work list | Aleksey Kladov | 2019-03-23 | 1 | -0/+9 |
| | |||||
* | explain how to launch the thing | Aleksey Kladov | 2019-03-20 | 1 | -0/+81 |
| | |||||
* | remove old contributing | Aleksey Kladov | 2019-03-20 | 1 | -0/+6 |
| | |||||
* | start dev readme | Aleksey Kladov | 2019-03-20 | 1 | -0/+37 |