| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-05-12 | internal: Remove redundant offset data in annotations | Lukas Wirth | -130/+72 | |
| 2022-03-12 | more clippy fixes: | Matthias Krüger | -1/+1 | |
| clippy::match_like_matches_macro clippy::to_string_in_format_args clippy::single_char_add_str clippy::filter_map_identity clippy::clone_on_copy clippy::useless_format clippy::unused_unit | ||||
| 2022-03-12 | fix clippy::map_flatten | Matthias Krüger | -2/+1 | |
| 2022-02-21 | fix: Make code lenses work on attributed items | Lukas Wirth | -11/+15 | |
| 2021-11-11 | Replace some more ide usages of ModuleDef with Definition | Lukas Wirth | -79/+71 | |
| 2021-10-06 | Refactor to eliminate a vector allocation. | Eric Sampson | -40/+30 | |
| 2021-10-06 | Don't do work and then throw it away. | Eric Sampson | -4/+22 | |
| 2021-10-05 | Refactor according to PR comments to remove allocations. | Eric Sampson | -17/+11 | |
| 2021-10-04 | initialize vector to required size. | Eric Sampson | -1/+1 | |
| 2021-10-04 | tweak variable names. | Eric Sampson | -8/+8 | |
| 2021-10-04 | Add enum variant references CodeLens. | Eric Sampson | -8/+45 | |
| 2021-09-27 | Rename `*Owner` traits to `Has*` | Lukas Wirth | -2/+2 | |
| 2021-09-01 | fix: multi-token mapping aware find references | Jonas Schievink | -1/+1 | |
| 2021-08-14 | Simplify | Lukas Wirth | -8/+2 | |
| 2021-08-02 | internal: explain that we don't `ref` in style.md | Aleksey Kladov | -5/+5 | |
| 2021-07-11 | update tests | Aleksey Kladov | -204/+24 | |
| 2021-07-11 | drop unused fields | Aleksey Kladov | -2/+0 | |
| 2021-07-11 | simplify | Aleksey Kladov | -2/+2 | |
| 2021-07-11 | drop unused field | Aleksey Kladov | -5/+2 | |
| 2021-07-11 | Let the client care about presentation | Aleksey Kladov | -12/+2 | |
| 2021-07-11 | Merge #9449 | bors[bot] | -10/+24 | |
| 9449: feat: Emit test names in `Run test` runnables if they come from a macro expansion r=matklad a=Veykril Fixes #8964 Before:  After:  Basically when a macro emits more than one test we name the test functions/modules name in the runnable instead to not emit a bunch of equally named `Run Test` annotations which don't really tell much. Note that the `Run fibonacci_test Tests` line is below the attributes due to the fact that the function name span is being reused for the generated module in rstest's expansion. Co-authored-by: Lukas Wirth <lukastw97@gmail.com> | ||||
| 2021-07-09 | Emit test name in Run test runnables if it comes from a macro expansion | Lukas Wirth | -10/+24 | |
| 2021-07-06 | internal: ensure consistent passing for config params | Aleksey Kladov | -3/+3 | |
| We pass "context" parametes first, so configs should be on the left. "Bigger" context wins, so configs goes after db. | ||||
| 2021-06-30 | Don't add test runnables for outline modules in the wrong file | Lukas Wirth | -0/+2 | |
| 2021-05-28 | Move runnable lenses below attributes | Lukas Wirth | -17/+17 | |
| 2021-05-26 | Move annotations below item attributes | Lukas Wirth | -35/+31 | |
| 2021-03-31 | Gifs and screenshots for features in manual | Ayomide Bamidele | -0/+2 | |
| 2021-03-24 | Clean up implementation | Brandon | -7/+8 | |
| 2021-03-24 | Fix MISSING: command error with macros | Brandon | -8/+37 | |
| 2021-03-15 | move Semantics::visit_file_defs to ide_db::helpers | Lukas Wirth | -1/+2 | |
| 2021-03-15 | Introduce Semantics::visit_file_defs | Lukas Wirth | -28/+58 | |
| 2021-03-15 | Move code to the appropriate layer | Aleksey Kladov | -2/+2 | |
| StructureNodeKind is a type which is specific to a particular feature, file_structure. It shouldn't be in the "code shared by all ide features" part. | ||||
| 2021-03-14 | Introduce StructureNodeKind | ivan770 | -7/+9 | |
| 2021-02-15 | Actually fix runnable order | ivan770 | -20/+20 | |
| 2021-02-13 | Make annotations tests similar to those in runnables | ivan770 | -188/+707 | |
| 2021-02-13 | Improve runnable annotations order, fix incorrect ignore detection | ivan770 | -5/+13 | |
| 2021-02-13 | Added annotation tests | ivan770 | -0/+267 | |
| 2021-02-13 | Fix incorrect references annotation | ivan770 | -2/+3 | |
| 2021-02-13 | Moved CodeLens to ide crate | ivan770 | -0/+142 | |
