Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move into separate module | Zac Pullar-Strecker | 2020-08-01 | 1 | -298/+4 |
* | Improve namespace parsing comment | Zac Pullar-Strecker | 2020-08-01 | 1 | -1/+7 |
* | use static data for namespace recognition | Zac Pullar-Strecker | 2020-08-01 | 1 | -54/+48 |
* | remove some crates.io deps | Zac Pullar-Strecker | 2020-08-01 | 1 | -15/+29 |
* | Update expect tests | Zac Pullar-Strecker | 2020-07-31 | 1 | -164/+416 |
* | Update test calls to 'expect' | Zac Pullar-Strecker | 2020-07-31 | 1 | -22/+36 |
* | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-links | Zac Pullar-Strecker | 2020-07-31 | 1 | -1745/+1709 |
|\ | |||||
| * | Finalize Trait grammar | Aleksey Kladov | 2020-07-30 | 1 | -16/+16 |
| * | Rename StructDef -> Struct | Aleksey Kladov | 2020-07-30 | 1 | -17/+17 |
| * | Rename FnDef -> Fn | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 |
| * | Unclutter NavigationTarget API | Aleksey Kladov | 2020-07-17 | 1 | -72/+72 |
| * | Prettier rendering | Aleksey Kladov | 2020-07-09 | 1 | -43/+43 |
| * | Streamline | Aleksey Kladov | 2020-07-09 | 1 | -21/+33 |
| * | Reduce API | Aleksey Kladov | 2020-07-09 | 1 | -4/+2 |
| * | Cleanup | Aleksey Kladov | 2020-07-09 | 1 | -21/+15 |
| * | Reduce API | Aleksey Kladov | 2020-07-09 | 1 | -19/+5 |
| * | Rename | Aleksey Kladov | 2020-07-09 | 1 | -22/+12 |
| * | Refactor hover tests | Aleksey Kladov | 2020-07-08 | 1 | -1582/+1615 |
| * | Simplify tests | Aleksey Kladov | 2020-07-08 | 1 | -59/+55 |
| * | Add Markup type | Aleksey Kladov | 2020-07-08 | 1 | -48/+27 |
| * | simplify | Aleksey Kladov | 2020-07-08 | 1 | -9/+11 |
| * | Minimize API | Aleksey Kladov | 2020-07-08 | 1 | -6/+4 |
| * | Dead code | Aleksey Kladov | 2020-07-08 | 1 | -31/+19 |
| * | Reduce visibility | Aleksey Kladov | 2020-07-08 | 1 | -9/+7 |
| * | Colorize more test fixtures | Laurențiu Nicola | 2020-07-01 | 1 | -36/+36 |
* | | Format | Zac Pullar-Strecker | 2020-06-30 | 1 | -8/+8 |
* | | Switch to Path::parse and add tests | Zac Pullar-Strecker | 2020-06-30 | 1 | -671/+667 |
* | | Don't strip affixes from path links | Zac Pullar-Strecker | 2020-06-30 | 1 | -35/+53 |
* | | Fix doc attr parsing, fixes links from std/core/alloc | Zac Pullar-Strecker | 2020-06-30 | 1 | -13/+19 |
* | | Format & replace todos with 'fixme' | Zac Pullar-Strecker | 2020-06-30 | 1 | -6/+5 |
* | | Remove old comment, remove unecessary local | Zac Pullar-Strecker | 2020-06-30 | 1 | -4/+1 |
* | | Switch to pulldown-cmark, tidy imports | Zac Pullar-Strecker | 2020-06-30 | 1 | -91/+242 |
* | | Move resolver into impls, work on tests | Zac Pullar-Strecker | 2020-06-30 | 1 | -55/+93 |
* | | Remove local documentation link rewriting | Zac Pullar-Strecker | 2020-06-30 | 1 | -50/+19 |
* | | Working intra-doc-links | Zac Pullar-Strecker | 2020-06-30 | 1 | -6/+113 |
* | | Generate correct symbol filename for relative links | Zac Pullar-Strecker | 2020-06-30 | 1 | -10/+39 |
* | | Tidy up | Zac Pullar-Strecker | 2020-06-30 | 1 | -67/+53 |
* | | URL doc outputs in hover | Zac Pullar-Strecker | 2020-06-30 | 1 | -16/+67 |
* | | Hover doc link rewriting | Zac Pullar-Strecker | 2020-06-30 | 1 | -4/+98 |
|/ | |||||
* | Remove duplication | Aleksey Kladov | 2020-06-24 | 1 | -18/+18 |
* | More consistent usage of fixtures | Aleksey Kladov | 2020-06-24 | 1 | -7/+7 |
* | More principled indentation trimming in fixtures | Aleksey Kladov | 2020-06-23 | 1 | -43/+43 |
* | Apply suggestions from code review | vsrs | 2020-06-18 | 1 | -2/+253 |
* | Add Type::walk method | vsrs | 2020-06-18 | 1 | -4/+21 |
* | Remove AdtOrTrait | vsrs | 2020-06-18 | 1 | -8/+13 |
* | Add associated type test. | vsrs | 2020-06-18 | 1 | -0/+57 |
* | Fix type "items" order. | vsrs | 2020-06-18 | 1 | -17/+18 |
* | Add `Go to Type Definition` hover action. | vsrs | 2020-06-18 | 1 | -21/+790 |
* | Apply suggestions from code review | vsrs | 2020-06-08 | 1 | -4/+8 |
* | Disable runnables lookup in macro-generated code. | vsrs | 2020-06-06 | 1 | -1/+10 |