Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in env-var quoting | Jade | 2021-06-14 | 1 | -1/+1 |
| | |||||
* | minor: expand docs a tiny bit | Aleksey Kladov | 2021-05-31 | 1 | -0/+3 |
| | |||||
* | Add config setting for self-on-the-fly | Lukas Wirth | 2021-05-31 | 1 | -0/+5 |
| | |||||
* | Remove extra bracket in architecture docs | Laurențiu Nicola | 2021-04-08 | 1 | -2/+2 |
| | |||||
* | Adjust fixture docs a bit | Kirill Bulatov | 2021-04-06 | 1 | -1/+1 |
| | |||||
* | Small grammar fixes | Kirill Bulatov | 2021-04-06 | 1 | -5/+6 |
| | |||||
* | Fix remaining references to `cargo xtask codegen` | Lukas Wirth | 2021-03-12 | 1 | -3/+3 |
| | |||||
* | Hygiene is an internal implementation detail of the compiler | Aleksey Kladov | 2021-03-08 | 1 | -1/+1 |
| | |||||
* | Make `code generation` just work | Aleksey Kladov | 2021-03-08 | 1 | -2/+1 |
| | | | | | Contributors don't need to learn about `cargo xtask codegen` if `cargo test` just does the right thing. | ||||
* | Fix typos | azzamsa | 2021-02-20 | 1 | -3/+3 |
| | |||||
* | Use track caller in test documentation | Aleksey Kladov | 2021-02-10 | 1 | -1/+1 |
| | |||||
* | Infra for "unit" benchmarking | Aleksey Kladov | 2021-02-09 | 1 | -0/+5 |
| | |||||
* | Add a section on entry points | Aleksey Kladov | 2021-02-07 | 1 | -1/+9 |
| | |||||
* | Fixing architecture image on dark theme | Erick Tovar | 2021-02-07 | 1 | -1/+1 |
| | |||||
* | Remove redunacny | Edwin Cheng | 2021-02-07 | 1 | -1/+1 |
| | |||||
* | More information for mbe | Edwin Cheng | 2021-02-07 | 1 | -2/+7 |
| | |||||
* | Update architecture.md for mbe and proc-macro | Edwin Cheng | 2021-02-07 | 1 | -0/+11 |
| | |||||
* | Update architecture.md | Adam Tuck | 2021-02-06 | 1 | -1/+1 |
| | | | Typo | ||||
* | More architecture.md | Aleksey Kladov | 2021-02-04 | 1 | -2/+42 |
| | |||||
* | typo fixes | Kushagra Gupta | 2021-02-03 | 1 | -4/+4 |
| | |||||
* | Grammar fixes | Kushagra Gupta | 2021-02-03 | 1 | -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/dev | Lukas Wirth | 2021-02-03 | 1 | -5/+10 |
| | |||||
* | Make architecture more informative | Aleksey Kladov | 2021-02-03 | 1 | -113/+314 |
| | | | | Call out boundaries and invariants | ||||
* | Update mentions of 'ra_vfs' in architecture doc | Rüdiger Herrmann | 2020-08-25 | 1 | -5/+3 |
| | | | Adjust the paragraph about `ra_vfs` to point to the `vfs` crate that is used now. | ||||
* | Rename ra_ide -> ide | Aleksey Kladov | 2020-08-13 | 1 | -4/+4 |
| | |||||
* | Rename ra_assists -> assists | Aleksey Kladov | 2020-08-13 | 1 | -1/+1 |
| | |||||
* | Rename ra_hir -> hir | Aleksey Kladov | 2020-08-13 | 1 | -3/+3 |
| | |||||
* | Rename ra_db -> base_db | Aleksey Kladov | 2020-08-13 | 1 | -3/+3 |
| | |||||
* | Rename ra_parser -> parser | Aleksey Kladov | 2020-08-12 | 1 | -1/+1 |
| | |||||
* | Remove insta dep | Laurențiu Nicola | 2020-07-21 | 1 | -2/+1 |
| | |||||
* | Fix Typos | KENTARO OKUDA | 2020-05-01 | 1 | -2/+2 |
| | |||||
* | tiny fix in markdown ordered list | Youngsuk Kim | 2020-04-28 | 1 | -1/+1 |
| | | | `.3` => `3.` | ||||
* | Rename the binary to rust-analyzer | Aleksey Kladov | 2020-02-18 | 1 | -3/+3 |
| | |||||
* | Replace ra_cli mentions | Laurențiu Nicola | 2020-02-17 | 1 | -4/+0 |
| | |||||
* | Freshen Architecture.md document | Aleksey Kladov | 2020-01-29 | 1 | -38/+41 |
| | |||||
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 1 | -6/+6 |
| | |||||
* | xtask: fold gen-tests and gen-ast into codegen | Aleksey Kladov | 2019-10-23 | 1 | -1/+1 |
| | |||||
* | rename tools -> xtask | Aleksey Kladov | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | WIP: move to xtasks | Aleksey Kladov | 2019-10-17 | 1 | -10/+4 |
| | |||||
* | remove `visitor` module | Ekaterina Babshukova | 2019-10-05 | 1 | -3/+1 |
| | |||||
* | Merge #1663 | bors[bot] | 2019-08-07 | 1 | -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 tests | eupn | 2019-08-07 | 1 | -2/+2 |
| | | |||||
* | | architecture.md: "finish not Y" -> "finish node Y" | eupn | 2019-08-07 | 1 | -1/+1 |
|/ | | | Is this a typo? | ||||
* | fix: spelling | Martin Grönlund | 2019-07-15 | 1 | -1/+1 |
| | |||||
* | fixed wrong links again | zjy | 2019-06-12 | 1 | -4/+4 |
| | |||||
* | fixed links | zjy | 2019-06-11 | 1 | -5/+5 |
| | |||||
* | structure moved to ra_ide_api | Sergey Parilin | 2019-03-25 | 1 | -13/+0 |
| | | | | ra_ide_api_light removed completely | ||||
* | describe how do we test things | Aleksey Kladov | 2019-03-20 | 1 | -1/+26 |
| | |||||
* | explain how to launch the thing | Aleksey Kladov | 2019-03-20 | 1 | -0/+174 |