Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | take `&Path` instead of `PathBuf` | Muhammad Mominul Huque | 2018-10-16 | 3 | -5/+5 |
* | Refactor the constants | Muhammad Mominul Huque | 2018-10-15 | 3 | -20/+19 |
* | Use CARGO_MANIFEST_DIR for locating the grammar.ron file | Muhammad Mominul Huque | 2018-10-15 | 3 | -8/+7 |
* | Show how to generate code with error message | Muhammad Mominul Huque | 2018-10-14 | 3 | -6/+8 |
* | create cli.rs and make the tests passing | Muhammad Mominul Huque | 2018-10-14 | 3 | -59/+86 |
* | Merge #122 | bors[bot] | 2018-10-11 | 19 | -49/+56 |
|\ | |||||
| * | Replace HashMap, HashSet with FxHashMap and FxHashSet | Muhammad Mominul Huque | 2018-10-11 | 19 | -49/+56 |
* | | Merge #116 | bors[bot] | 2018-10-11 | 4 | -58/+199 |
|\ \ | |/ |/| | |||||
| * | Remove smart multiline comment join | Adolfo Ochagavía | 2018-10-11 | 1 | -22/+23 |
| * | Add tests | Adolfo Ochagavía | 2018-10-11 | 1 | -0/+56 |
| * | Remove nesting | Adolfo Ochagavía | 2018-10-11 | 1 | -75/+68 |
| * | Use Comment wrapper | Adolfo Ochagavía | 2018-10-11 | 4 | -36/+78 |
| * | Collapse comments upon join | Adolfo Ochagavía | 2018-10-10 | 1 | -15/+64 |
* | | Merge #118 | bors[bot] | 2018-10-11 | 1 | -15/+3 |
|\ \ | |||||
| * | | Report errors only once | Adolfo Ochagavía | 2018-10-10 | 1 | -14/+3 |
| * | | Remove error publishing through publishDecorations | Adolfo Ochagavía | 2018-10-10 | 1 | -1/+0 |
| |/ | |||||
* | | Update crates/ra_syntax/src/ast/generated.rs | Reinier Maas | 2018-10-10 | 1 | -32/+64 |
* | | Update generated.rs.tera | Reinier Maas | 2018-10-10 | 1 | -2/+1 |
|/ | |||||
* | Merge #106 | bors[bot] | 2018-10-09 | 7 | -4/+169 |
|\ | |||||
| * | Add on-enter handler | Aleksey Kladov | 2018-10-09 | 7 | -4/+169 |
* | | Switch to absolute offsets for extend comment word | Aleksey Kladov | 2018-10-09 | 1 | -4/+13 |
|/ | |||||
* | Prepare gen_lsp_server for publishing | Aleksey Kladov | 2018-10-09 | 4 | -17/+88 |
* | Attach comments smartly | Aleksey Kladov | 2018-10-08 | 4 | -24/+97 |
* | replace loop with iterators | Aleksey Kladov | 2018-10-08 | 1 | -6/+7 |
* | Simplify event processing | Aleksey Kladov | 2018-10-08 | 6 | -98/+122 |
* | tfn snippet | Aleksey Kladov | 2018-10-08 | 1 | -0/+32 |
* | Merge #98 | bors[bot] | 2018-10-07 | 4 | -7/+97 |
|\ | |||||
| * | Remove functional noop | Jeremy A. Kolb | 2018-10-06 | 1 | -8/+0 |
| * | Resolve local names first | Jeremy A. Kolb | 2018-10-06 | 3 | -15/+14 |
| * | WIP: This doesn't currently work but I also don't think it's the right abstra... | Jeremy A. Kolb | 2018-10-05 | 3 | -3/+25 |
| * | Add resolve_local_name to resolve names in a function scope | Jeremy A. Kolb | 2018-10-05 | 1 | -2/+79 |
* | | Add `cargo gen-kinds` documentation | Daniel McNab | 2018-10-04 | 5 | -1/+20 |
|/ | |||||
* | Merge #94 | bors[bot] | 2018-10-04 | 1 | -4/+32 |
|\ | |||||
| * | Pull casts out of TextUnit | Jeremy A. Kolb | 2018-10-04 | 1 | -4/+4 |
| * | Simplify extend_single_word_in_comment | Jeremy A. Kolb | 2018-10-04 | 1 | -15/+11 |
| * | Extend comments by single word first | Jeremy A. Kolb | 2018-10-03 | 1 | -4/+36 |
* | | Merge #93 | bors[bot] | 2018-10-04 | 3 | -12/+59 |
|\ \ | |/ |/| | |||||
| * | Support leading pipe in match arms | Daniel McNab | 2018-10-03 | 3 | -12/+59 |
* | | Make siblings an inherent method | Aleksey Kladov | 2018-10-02 | 6 | -34/+30 |
* | | make ancestors and descendants inherent | Aleksey Kladov | 2018-10-02 | 14 | -46/+40 |
* | | use aliases | Aleksey Kladov | 2018-10-02 | 1 | -2/+2 |
* | | Move to rowan for syntax tree impl | Aleksey Kladov | 2018-10-02 | 11 | -530/+137 |
|/ | |||||
* | fix code actions | Aleksey Kladov | 2018-09-29 | 1 | -1/+1 |
* | support 2018 paths | Aleksey Kladov | 2018-09-29 | 3 | -3/+21 |
* | Merge #81 | bors[bot] | 2018-09-26 | 5 | -2/+148 |
|\ | |||||
| * | generate testsuite for impl_type | csmoe | 2018-09-26 | 5 | -13/+94 |
| * | parse impl type | csmoe | 2018-09-25 | 3 | -57/+44 |
| * | reject impl keyword in impl header | csmoe | 2018-09-24 | 1 | -2/+10 |
| * | add test for impl recovery | csmoe | 2018-09-24 | 2 | -0/+70 |
* | | Unit Tests | Jeremy A. Kolb | 2018-09-24 | 1 | -0/+56 |