Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :arrow_up: insta | Aleksey Kladov | 2019-08-29 | 1 | -2/+2 |
| | |||||
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 3 | -5/+5 |
| | |||||
* | cargo format | Phil Ellison | 2019-07-28 | 1 | -2/+2 |
| | |||||
* | Inline snapshot for test_file_structure (less clear that this one is a good ↵ | Phil Ellison | 2019-07-28 | 2 | -192/+187 |
| | | | | idea) | ||||
* | switch to upstream rowan's API | Aleksey Kladov | 2019-07-20 | 1 | -3/+2 |
| | |||||
* | align SyntaxText API with upstream | Aleksey Kladov | 2019-07-20 | 1 | -3/+4 |
| | |||||
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 2 | -6/+6 |
| | |||||
* | move debug_dump to fmt::Debug | Aleksey Kladov | 2019-07-20 | 1 | -1/+1 |
| | |||||
* | flip syntax text to use internal iteration | Aleksey Kladov | 2019-07-19 | 1 | -3/+3 |
| | |||||
* | several highlighting cleanups | Aleksey Kladov | 2019-07-19 | 1 | -16/+3 |
| | | | | | | * make stuff more type-safe by using `BindPat` instead of just `Pat` * don't add `mut` into binding hash * reset shadow counter when we enter a function | ||||
* | migrate ra_ide_api to the new rowan | Aleksey Kladov | 2019-07-19 | 3 | -53/+55 |
| | |||||
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 1 | -6/+6 |
| | | | | this is in preparation for the new rowan API | ||||
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 1 | -1/+1 |
| | |||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 4 | -11/+13 |
| | | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway | ||||
* | show macros in file structure | Ekaterina Babshukova | 2019-06-28 | 2 | -5/+25 |
| | |||||
* | move docs under code model | Aleksey Kladov | 2019-06-11 | 1 | -6/+2 |
| | |||||
* | remove inherent source impls | Aleksey Kladov | 2019-06-11 | 2 | -5/+6 |
| | |||||
* | use Source for module, part 2 | Aleksey Kladov | 2019-06-11 | 1 | -5/+5 |
| | |||||
* | use Source for module, part 1 | Aleksey Kladov | 2019-06-11 | 1 | -3/+3 |
| | |||||
* | use Source for StructField | Aleksey Kladov | 2019-06-11 | 1 | -3/+3 |
| | |||||
* | use Source for MacroDef | Aleksey Kladov | 2019-06-11 | 1 | -5/+5 |
| | |||||
* | use Source for impl block | Aleksey Kladov | 2019-06-11 | 1 | -3/+3 |
| | |||||
* | use Source for Trait | Aleksey Kladov | 2019-06-11 | 1 | -18/+2 |
| | |||||
* | use Source for TypeAlias | Aleksey Kladov | 2019-06-11 | 1 | -18/+2 |
| | |||||
* | use Source for statics and consts | Aleksey Kladov | 2019-06-11 | 1 | -28/+4 |
| | |||||
* | use Source for Function | Aleksey Kladov | 2019-06-11 | 2 | -8/+2 |
| | |||||
* | Introduce HasSource trait | Aleksey Kladov | 2019-06-11 | 1 | -28/+18 |
| | |||||
* | use Source more | Aleksey Kladov | 2019-06-11 | 1 | -37/+13 |
| | |||||
* | introduce Source struct | Aleksey Kladov | 2019-06-11 | 1 | -10/+10 |
| | |||||
* | Use classify_name_ref in hover | Edwin Cheng | 2019-06-10 | 1 | -2/+2 |
| | |||||
* | Remove incorrect FIXME | Edwin Cheng | 2019-06-09 | 1 | -2/+0 |
| | |||||
* | Formating | Edwin Cheng | 2019-06-09 | 1 | -2/+1 |
| | |||||
* | Use &str instread of Option<String> | Edwin Cheng | 2019-06-09 | 1 | -4/+4 |
| | |||||
* | Rename "string" to "buf" | Edwin Cheng | 2019-06-09 | 1 | -8/+8 |
| | |||||
* | Rename Description to ShortLabel | Edwin Cheng | 2019-06-09 | 3 | -120/+120 |
| | |||||
* | Make description_from_symbol depends on symbol | Edwin Cheng | 2019-06-09 | 1 | -5/+5 |
| | |||||
* | Rename description funcs | Edwin Cheng | 2019-06-09 | 1 | -11/+11 |
| | |||||
* | Change docs and description to getter method | Edwin Cheng | 2019-06-09 | 1 | -3/+10 |
| | |||||
* | Add display::Description | Edwin Cheng | 2019-06-09 | 2 | -55/+147 |
| | |||||
* | Construct doc individually | Edwin Cheng | 2019-06-08 | 1 | -33/+107 |
| | |||||
* | Remove node function in NavTarget | Edwin Cheng | 2019-06-08 | 1 | -71/+78 |
| | |||||
* | one macro def should be enough | Aleksey Kladov | 2019-06-08 | 1 | -4/+1 |
| | |||||
* | update ra_ide_api to use builtins | Aleksey Kladov | 2019-05-30 | 1 | -3/+10 |
| | |||||
* | fix typos in mbe tests | Aleksey Kladov | 2019-05-28 | 2 | -3/+5 |
| | |||||
* | :arrow_up: rustc | Aleksey Kladov | 2019-05-23 | 1 | -34/+34 |
| | |||||
* | add union to code_model | Aleksey Kladov | 2019-05-23 | 1 | -0/+8 |
| | |||||
* | Move NameRef classification logic out of reference_definition | Laurențiu Nicola | 2019-05-23 | 1 | -10/+20 |
| | |||||
* | make AstId untyped | Aleksey Kladov | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | Added local macro goto | Lenard Pratt | 2019-05-04 | 1 | -0/+10 |
| | |||||
* | introduce SourceAnalyzer | Aleksey Kladov | 2019-04-11 | 1 | -7/+18 |
| |