| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-04-27 | Simplify | Lukas Wirth | -22/+12 | |
| 2022-04-11 | Show config deseralization failures on start up | Lukas Wirth | -1/+1 | |
| 2022-02-06 | Pass required features to cargo when using run action | Maybe Waffle | -4/+18 | |
| When using `F1`->`Rust Analyzer: Run` action on an `example`, pass its `required-features` to `cargo run`. This allows to run examples that were otherwise impossible to run with RA. | ||||
| 2021-08-09 | internal: remove useless helpers | Aleksey Kladov | -2/+2 | |
| We generally avoid "syntax only" helper wrappers, which don't do much: they make code easier to write, but harder to read. They also make investigations harder, as "find_usages" needs to be invoked both for the wrapped and unwrapped APIs | ||||
| 2021-07-19 | internal: use types to remove some unwraps | Aleksey Kladov | -2/+2 | |
| 2021-06-13 | clippy::redudant_borrow | Maan2003 | -1/+1 | |
| 2021-05-12 | Fix build script dependencies | Jonas Schievink | -1/+1 | |
| 2021-04-04 | Make `ast_to_token_tree` infallible | Jonas Schievink | -1/+1 | |
| It could never return `None`, so reflect that in the return type | ||||
| 2021-01-06 | More maintainable config | Aleksey Kladov | -2/+3 | |
| Rather than eagerly converting JSON, we losslessly keep it as is, and change the shape of user-submitted data at the last moment. This also allows us to remove a bunch of wrong Defaults | ||||
| 2020-12-08 | Open Cargo.toml opens more specific manifest | Aleksey Kladov | -3/+9 | |
| 2020-10-22 | Emit better #[cfg] diagnostics | Jonas Schievink | -2/+2 | |
| 2020-10-21 | Simplify cfg representation | Jonas Schievink | -2/+4 | |
| 2020-08-26 | Allow running a test as a binary | Jonas Schievink | -1/+5 | |
| 2020-08-13 | Rename ra_ide -> ide | Aleksey Kladov | -1/+1 | |
| 2020-08-13 | Rename ra_project_model -> project_model | Pavan Kumar Sunkara | -1/+1 | |
| 2020-08-13 | fmt | Aleksey Kladov | -1/+1 | |
| 2020-08-13 | Rename ra_cfg -> cfg | Aleksey Kladov | -2/+2 | |
| 2020-08-12 | Rename ra_syntax -> syntax | Aleksey Kladov | -1/+1 | |
| 2020-07-23 | Cleanup CFG API | Aleksey Kladov | -35/+21 | |
| 2020-07-08 | Remove unwanted dependency | Aleksey Kladov | -1/+1 | |
| 2020-07-02 | Implement rust-analyzer feature configuration to tests. | daxpedda | -7/+16 | |
| 2020-06-25 | Tweak visibility | Aleksey Kladov | -1/+1 | |
| 2020-06-24 | Cleanup project.json deserialization | Aleksey Kladov | -3/+2 | |
| 2020-06-23 | New VFS | Aleksey Kladov | -0/+4 | |
| 2020-06-17 | Better encapsulate reverse-mapping of files to cargo targets | Aleksey Kladov | -18/+14 | |
| We need to find a better way to do it... CrateGraph by itself is fine, CargoWorkspace as well, but the mapping between the two seems arbitrary... | ||||
| 2020-06-03 | Rename WorldState -> GlobalState | Aleksey Kladov | -2/+2 | |
| 2020-06-02 | Minor | Aleksey Kladov | -5/+80 | |
| 2020-05-23 | add support of feature flag for runnables #4464 | Benjamin Coenen | -7/+6 | |
| Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com> | ||||
| 2020-05-21 | add support of feature flag for runnables #4464 | Benjamin Coenen | -0/+9 | |
| Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com> | ||||
| 2020-05-05 | add doctest support #4317 | Benjamin Coenen | -6/+20 | |
| Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com> | ||||
| 2020-04-26 | Add `cargo test` to the list of Run commands | Aleksey Kladov | -0/+1 | |
| 2020-04-22 | feat: run ignored tests | Hannes De Valkeneer | -1/+4 | |
| 2020-03-31 | Add crate versions when running cargo -p commands. | o0Ignition0o | -1/+1 | |
| Until now cargo commands with the -p flag would pass the package name only. It doesn't play super well with the toml Renaming dependencies feature. This commit specifies the package name and version when a cargo command is run with the -p flag, to avoid ambiguities. | ||||
| 2020-03-19 | More direct CargoWorkspace | Aleksey Kladov | -3/+3 | |
| 2020-03-11 | feat: add debug code lens | Hannes De Valkeneer | -22/+20 | |
| Refs #3539 | ||||
| 2020-02-18 | Rename folder | Aleksey Kladov | -0/+118 | |
