aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/architecture.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in env-var quotingJade2021-06-141-1/+1
|
* minor: expand docs a tiny bitAleksey Kladov2021-05-311-0/+3
|
* Add config setting for self-on-the-flyLukas Wirth2021-05-311-0/+5
|
* Remove extra bracket in architecture docsLaurențiu Nicola2021-04-081-2/+2
|
* Adjust fixture docs a bitKirill Bulatov2021-04-061-1/+1
|
* Small grammar fixesKirill Bulatov2021-04-061-5/+6
|
* Fix remaining references to `cargo xtask codegen`Lukas Wirth2021-03-121-3/+3
|
* Hygiene is an internal implementation detail of the compilerAleksey Kladov2021-03-081-1/+1
|
* Make `code generation` just workAleksey Kladov2021-03-081-2/+1
| | | | | Contributors don't need to learn about `cargo xtask codegen` if `cargo test` just does the right thing.
* Fix typosazzamsa2021-02-201-3/+3
|
* Use track caller in test documentationAleksey Kladov2021-02-101-1/+1
|
* Infra for "unit" benchmarkingAleksey Kladov2021-02-091-0/+5
|
* Add a section on entry pointsAleksey Kladov2021-02-071-1/+9
|
* Fixing architecture image on dark themeErick Tovar2021-02-071-1/+1
|
* Remove redunacnyEdwin Cheng2021-02-071-1/+1
|
* More information for mbeEdwin Cheng2021-02-071-2/+7
|
* Update architecture.md for mbe and proc-macroEdwin Cheng2021-02-071-0/+11
|
* Update architecture.mdAdam Tuck2021-02-061-1/+1
| | | Typo
* More architecture.mdAleksey Kladov2021-02-041-2/+42
|
* typo fixesKushagra Gupta2021-02-031-4/+4
|
* Grammar fixesKushagra Gupta2021-02-031-20/+20
| | | | | I think line 235 is still wrong, but I am not sure. Is the `crated/tt` in line 252 supposed to be `crates/tt`?
* Fix spelling mistakes in docs/devLukas Wirth2021-02-031-5/+10
|
* Make architecture more informativeAleksey Kladov2021-02-031-113/+314
| | | | Call out boundaries and invariants
* Update mentions of 'ra_vfs' in architecture docRüdiger Herrmann2020-08-251-5/+3
| | | Adjust the paragraph about `ra_vfs` to point to the `vfs` crate that is used now.
* Rename ra_ide -> ideAleksey Kladov2020-08-131-4/+4
|
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-1/+1
|
* Rename ra_hir -> hirAleksey Kladov2020-08-131-3/+3
|
* Rename ra_db -> base_dbAleksey Kladov2020-08-131-3/+3
|
* Rename ra_parser -> parserAleksey Kladov2020-08-121-1/+1
|
* Remove insta depLaurențiu Nicola2020-07-211-2/+1
|
* Fix TyposKENTARO OKUDA2020-05-011-2/+2
|
* tiny fix in markdown ordered listYoungsuk Kim2020-04-281-1/+1
| | | `.3` => `3.`
* Rename the binary to rust-analyzerAleksey Kladov2020-02-181-3/+3
|
* Replace ra_cli mentionsLaurențiu Nicola2020-02-171-4/+0
|
* Freshen Architecture.md documentAleksey Kladov2020-01-291-38/+41
|
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-6/+6
|
* xtask: fold gen-tests and gen-ast into codegenAleksey Kladov2019-10-231-1/+1
|
* rename tools -> xtaskAleksey Kladov2019-10-171-1/+1
|
* WIP: move to xtasksAleksey Kladov2019-10-171-10/+4
|
* remove `visitor` moduleEkaterina Babshukova2019-10-051-3/+1
|
* Merge #1663bors[bot]2019-08-071-2/+2
|\ | | | | | | | | | | | | | | 1663: architecture.md: update path to parser tests r=matklad a=eupn Co-authored-by: eupn <[email protected]>
| * architecture.md: update path to parser testseupn2019-08-071-2/+2
| |
* | architecture.md: "finish not Y" -> "finish node Y"eupn2019-08-071-1/+1
|/ | | Is this a typo?
* fix: spellingMartin Grönlund2019-07-151-1/+1
|
* fixed wrong links againzjy2019-06-121-4/+4
|
* fixed linkszjy2019-06-111-5/+5
|
* structure moved to ra_ide_apiSergey Parilin2019-03-251-13/+0
| | | | ra_ide_api_light removed completely
* describe how do we test thingsAleksey Kladov2019-03-201-1/+26
|
* explain how to launch the thingAleksey Kladov2019-03-201-0/+174