Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | move source to a seaparate file | Aleksey Kladov | 2019-06-11 | 3 | -121/+125 | |
| | | | ||||||
| * | | remove inherent source impls | Aleksey Kladov | 2019-06-11 | 15 | -67/+22 | |
| | | | ||||||
| * | | use Source for module, part 2 | Aleksey Kladov | 2019-06-11 | 3 | -8/+8 | |
| | | | ||||||
| * | | use Source for module, part 1 | Aleksey Kladov | 2019-06-11 | 7 | -27/+23 | |
| | | | ||||||
| * | | use Source for StructField | Aleksey Kladov | 2019-06-11 | 5 | -10/+17 | |
| | | | ||||||
| * | | use Source for MacroDef | Aleksey Kladov | 2019-06-11 | 4 | -13/+18 | |
| | | | ||||||
| * | | use Source for impl block | Aleksey Kladov | 2019-06-11 | 5 | -17/+20 | |
| | | | ||||||
| * | | use Source for Trait | Aleksey Kladov | 2019-06-11 | 7 | -39/+28 | |
| | | | ||||||
| * | | simplify | Aleksey Kladov | 2019-06-11 | 1 | -5/+5 | |
| | | | ||||||
| * | | use Source for TypeAlias | Aleksey Kladov | 2019-06-11 | 7 | -38/+22 | |
| | | | ||||||
| * | | reduce duplication in hover | Aleksey Kladov | 2019-06-11 | 1 | -56/+24 | |
| | | | ||||||
| * | | use Source for statics and consts | Aleksey Kladov | 2019-06-11 | 6 | -56/+41 | |
| | | | ||||||
| * | | use Source for Function | Aleksey Kladov | 2019-06-11 | 10 | -28/+30 | |
| | | | ||||||
| * | | Introduce HasSource trait | Aleksey Kladov | 2019-06-11 | 3 | -29/+45 | |
| | | | ||||||
| * | | use Source more | Aleksey Kladov | 2019-06-11 | 7 | -64/+39 | |
| | | | ||||||
| * | | introduce Source struct | Aleksey Kladov | 2019-06-11 | 6 | -26/+36 | |
|/ / | ||||||
* | | Merge #1392 | bors[bot] | 2019-06-11 | 1 | -5/+5 | |
|\ \ | |/ |/| | | | | | | | | | | | 1392: fixed links r=matklad a=zbelial This PR fixed some links in architecture.md. Co-authored-by: zjy <[email protected]> | |||||
| * | fixed links | zjy | 2019-06-11 | 1 | -5/+5 | |
|/ | ||||||
* | Merge #1391 | bors[bot] | 2019-06-10 | 8 | -27/+25 | |
|\ | | | | | | | | | | | | | | | 1391: rename tools -> ra_tools r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | rename tools -> ra_tools | Aleksey Kladov | 2019-06-10 | 8 | -27/+25 | |
| | | | | | | | | | | This should help with caching on CI I hope (see .travis.yml before_cache) | |||||
* | | Merge #1390 | bors[bot] | 2019-06-10 | 7 | -68/+73 | |
|\ \ | |/ |/| | | | | | | | | | | | 1390: use single version of either in hir r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | use single version of either in hir | Aleksey Kladov | 2019-06-10 | 7 | -68/+73 | |
|/ | ||||||
* | Merge #1389 | bors[bot] | 2019-06-10 | 3 | -30/+165 | |
|\ | | | | | | | | | | | | | | | 1389: Refactor hover to not depend on nav target r=matklad a=edwin0cheng Co-authored-by: Edwin Cheng <[email protected]> | |||||
| * | Simpliy hover on ast::name | Edwin Cheng | 2019-06-10 | 2 | -17/+35 | |
| | | ||||||
| * | Use classify_name_ref in hover | Edwin Cheng | 2019-06-10 | 3 | -14/+131 | |
|/ | ||||||
* | Merge #1388 | bors[bot] | 2019-06-09 | 6 | -121/+323 | |
|\ | | | | | | | | | | | | | | | | | | | 1388: Remove NavigationTarget::node and fill docs and description in during construction r=matklad a=edwin0cheng Related dissused: https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0/topic/MBE.20discussion/near/167105559 Co-authored-by: Edwin Cheng <[email protected]> | |||||
| * | 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 | 2 | -5/+5 | |
| | | ||||||
| * | Rename "string" to "buf" | Edwin Cheng | 2019-06-09 | 1 | -8/+8 | |
| | | ||||||
| * | Rename Description to ShortLabel | Edwin Cheng | 2019-06-09 | 5 | -133/+133 | |
| | | ||||||
| * | 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 | 2 | -4/+11 | |
| | | ||||||
| * | Add display::Description | Edwin Cheng | 2019-06-09 | 4 | -67/+163 | |
| | | ||||||
| * | Construct doc individually | Edwin Cheng | 2019-06-08 | 2 | -45/+141 | |
| | | ||||||
| * | Remove node function in NavTarget | Edwin Cheng | 2019-06-08 | 5 | -80/+86 | |
| | | ||||||
* | | Merge #1386 | bors[bot] | 2019-06-08 | 9 | -88/+97 | |
|\ \ | |/ |/| | | | | | | | | | | | 1386: Remove one of the two different algorithms for name resolution of macros :D r=edwin0cheng a=matklad r? @edwin0cheng Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | remove some hacks from nameresolution for macros | Aleksey Kladov | 2019-06-08 | 7 | -66/+68 | |
| | | ||||||
| * | somewhat better name | Aleksey Kladov | 2019-06-08 | 4 | -22/+29 | |
|/ | ||||||
* | Merge #1385 | bors[bot] | 2019-06-08 | 11 | -128/+109 | |
|\ | | | | | | | | | | | | | | | 1385: Refactor and queryfy documentation handling in HIR r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | add a fixme | Aleksey Kladov | 2019-06-08 | 2 | -2/+4 | |
| | | ||||||
| * | one macro def should be enough | Aleksey Kladov | 2019-06-08 | 6 | -33/+25 | |
| | | ||||||
| * | make documenation a query | Aleksey Kladov | 2019-06-08 | 3 | -66/+62 | |
| | | ||||||
| * | make Docs handing more ideomatic | Aleksey Kladov | 2019-06-08 | 4 | -23/+13 | |
| | | ||||||
| * | Move docs to dedicated module | Aleksey Kladov | 2019-06-08 | 2 | -69/+70 | |
|/ | ||||||
* | Merge #1383 | bors[bot] | 2019-06-07 | 4 | -8/+42 | |
|\ | | | | | | | | | | | | | | | | | 1383: fix: never type with binding r=matklad a=csmoe Closes https://github.com/rust-analyzer/rust-analyzer/issues/1326 r? @matklad Co-authored-by: csmoe <[email protected]> | |||||
| * | fix: never type with binding | csmoe | 2019-06-07 | 4 | -8/+42 | |
| | | | | | | | | Change-Id: I14e1bc628b9d2dfdb1f40de3d3707f4e872767f2 | |||||
* | | Merge #1381 | bors[bot] | 2019-06-07 | 2 | -19/+18 | |
|\ \ | |/ |/| | | | | | | | | | | | 1381: :arrow_up: salsa r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | :arrow_up: salsa | Aleksey Kladov | 2019-06-07 | 2 | -19/+18 | |
|/ |