aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Update docs/dev/README.mdAleksey Kladov2020-07-071-1/+1
|
* Don't ping people in PRsLaurențiu Nicola2020-07-061-1/+1
|
* Fix tag levelvsrs2020-07-031-1/+1
|
* remove ---vsrs2020-07-031-6/+4
|
* Add docsvsrs2020-07-031-12/+46
|
* Implement StatusBarAleksey Kladov2020-07-021-0/+12
|
* Add reload workspace commandAleksey Kladov2020-07-011-4/+4
|
* Unify magic env var nameAleksey Kladov2020-07-011-2/+2
|
* Rewrite goto definition testsAleksey Kladov2020-06-301-0/+3
|
* Use more of FxHash*Laurențiu Nicola2020-06-291-0/+5
|
* Escape space in path for MacOS binary locationLeSeulArtichaut2020-06-271-1/+1
|
* Document test minimalityAleksey Kladov2020-06-261-0/+11
|
* Cleanup project.json deserializationAleksey Kladov2020-06-241-0/+2
|
* Merge #5004bors[bot]2020-06-231-0/+2
|\ | | | | | | | | | | | | | | | | | | 5004: Fix panic in split/merge import assists r=matklad a=lnicola Fixes #4368 #4905 Not sure if this is the best solution here. Maybe the `make` functions should be fallible? We generally seem to be playing whack-a-mole with panics in assists, although most of them are `unwrap`s in the assist code. Co-authored-by: Laurențiu Nicola <[email protected]>
| * Fix panic in split and merge import assistsLaurențiu Nicola2020-06-231-0/+2
| |
* | Update docs/user/manual.adocGünther Wagner2020-06-231-1/+1
| | | | | | Co-authored-by: Laurențiu Nicola <[email protected]>
* | Update manual.adocGünther Wagner2020-06-221-0/+4
|/ | | GNOME Builder (Nightly) supports now rust-analyzer
* Fix typos in docs/dev/README.mdokaneco2020-06-161-20/+20
| | | | Small grammar and spelling changes
* Update parser tests with env varAleksey Kladov2020-06-151-0/+6
|
* Var namingAleksey Kladov2020-06-151-0/+7
|
* Discourage allocationAleksey Kladov2020-06-131-11/+32
|
* Fix parser test directory name in dev docsJacek Generowicz2020-06-101-1/+1
|
* Explain inline testsAleksey Kladov2020-06-101-0/+11
|
* Dev docs nitsLaurențiu Nicola2020-06-081-7/+7
|
* Don't @ people in commit messagesAleksey Kladov2020-06-081-0/+8
|
* Preconditions styleAleksey Kladov2020-06-081-0/+20
|
* IDE APIAleksey Kladov2020-06-081-0/+7
|
* Document certain invariantsAleksey Kladov2020-06-061-0/+27
|
* Document import styleAleksey Kladov2020-06-061-0/+21
|
* Add hover actions LSP extension documentation.vsrs2020-06-051-0/+38
|
* BufgixVeetaha2020-06-031-3/+3
|
* Merge branch 'master' into compute-lazy-assitsMikhail Rakhmanov2020-06-034-1314/+155
|\ | | | | | | | | | | # Conflicts: # crates/rust-analyzer/src/main_loop/handlers.rs # crates/rust-analyzer/src/to_proto.rs
| * Don't store generated docs in the repoAleksey Kladov2020-06-032-1313/+0
| |
| * Merge #4730bors[bot]2020-06-031-0/+51
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4730: Document rust-project.json r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| | * Document rust-project.jsonAleksey Kladov2020-06-031-0/+51
| | |
| * | Update generated feature docsAaron Loucks2020-06-031-1/+1
| |/
| * Merge #4703bors[bot]2020-06-031-1/+104
| |\ | | | | | | | | | | | | | | | | | | | | | 4703: Start documenting review process r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| | * Start documenting review processAleksey Kladov2020-06-031-1/+104
| | |
* | | Add documentationMikhail Rakhmanov2020-06-031-0/+24
|/ /
* | Spec better runnablesAleksey Kladov2020-06-021-36/+44
| |
* | Merge #4580bors[bot]2020-06-021-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | 4580: Fix invoking cargo without consulting CARGO env var or standard installation paths r=matklad a=Veetaha Followup for #4329 The pr essentially fixes [this bug](https://youtu.be/EzQ7YIIo1rY?t=2189) cc @lefticus Co-authored-by: veetaha <[email protected]>
| * Change Runnable.bin -> Runnable.kindveetaha2020-05-311-1/+1
| | | | | | | | | | | | As per matklad, we now pass the responsibility for finding the binary to the frontend. Also, added caching for finding the binary path to reduce the amount of filesystem interactions.
* | Subscribe to protocol changesAleksey Kladov2020-06-011-0/+2
| |
* | Document initilizationOptions used by rust-analyzerAleksey Kladov2020-06-011-0/+8
| |
* | Drop unused documentAleksey Kladov2020-06-011-72/+0
| |
* | Rename assistAleksey Kladov2020-06-011-29/+29
| |
* | Link to the specific source lineAleksey Kladov2020-05-312-19/+61
| |
* | docsAleksey Kladov2020-05-311-18/+17
| |
* | Move assists documentation into the manualAleksey Kladov2020-05-312-132/+295
| |
* | Rename user/readme.adoc -> user/manual.adocAleksey Kladov2020-05-311-1/+1
| |