Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Reformat using Prettier | Igor Matuszewski | 2019-03-18 | 2 | -17/+35 | |
| * | | Remove unused imports | Igor Matuszewski | 2019-03-18 | 1 | -2/+1 | |
| * | | Prefer installing `cargo-watch` via Task API | Igor Matuszewski | 2019-03-18 | 1 | -23/+14 | |
| * | | Respect the user-provided label when creating task | Igor Matuszewski | 2019-03-18 | 1 | -1/+1 | |
| * | | Ask the user to install and start cargo watch | Igor Matuszewski | 2019-03-18 | 1 | -5/+61 | |
| * | | Define a cargo watch task | Igor Matuszewski | 2019-03-18 | 1 | -1/+21 | |
| * | | Remove redundant Runnable.range | Igor Matuszewski | 2019-03-18 | 1 | -1/+0 | |
| |/ | ||||||
* | | Merge #993 | bors[bot] | 2019-03-18 | 1 | -1/+40 | |
|\ \ | ||||||
| * | | set code less generic | funkill2 | 2019-03-18 | 1 | -50/+24 | |
| * | | added setup environment | funkill2 | 2019-03-18 | 1 | -1/+12 | |
| * | | added helper module for appending vscode path | funkill2 | 2019-03-18 | 1 | -0/+54 | |
| |/ | ||||||
* | | Merge #994 | bors[bot] | 2019-03-18 | 5 | -10/+61 | |
|\ \ | |/ |/| | ||||||
| * | Upgrade ra_vfs to use new Filtering | Ville Penttinen | 2019-03-18 | 5 | -10/+61 | |
|/ | ||||||
* | Merge #991 | bors[bot] | 2019-03-18 | 14 | -81/+149 | |
|\ | ||||||
| * | Use Marker argument for item parsers | pcpthm | 2019-03-18 | 14 | -81/+149 | |
* | | Merge #989 | bors[bot] | 2019-03-18 | 2 | -0/+153 | |
|\ \ | ||||||
| * | | Only replace NamedFieldList and add test for preserving Self | yanchith | 2019-03-18 | 1 | -13/+45 | |
| * | | Remove unachievable TODO | yanchith | 2019-03-18 | 1 | -1/+0 | |
| * | | Implement naive version of fill_struct_fields assist | yanchith | 2019-03-17 | 2 | -0/+122 | |
* | | | Merge #987 | bors[bot] | 2019-03-18 | 2 | -84/+70 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Apply stylistic changes suggested | pcpthm | 2019-03-18 | 2 | -17/+14 | |
| * | | Refactor maybe_item to use Marker argument | pcpthm | 2019-03-17 | 2 | -86/+75 | |
* | | | Merge #982 | bors[bot] | 2019-03-17 | 3 | -17/+137 | |
|\ \ \ | ||||||
| * | | | Split test case and use tested_by!. | Michael Killough | 2019-03-17 | 3 | -76/+103 | |
| * | | | Simplify match statement. | Michael Killough | 2019-03-17 | 1 | -6/+1 | |
| * | | | impl Default for BindingMode. | Michael Killough | 2019-03-17 | 1 | -5/+11 | |
| * | | | Implement BindingMode for pattern matching. | Michael Killough | 2019-03-16 | 2 | -62/+154 | |
* | | | | Merge #983 | bors[bot] | 2019-03-17 | 3 | -0/+218 | |
|\ \ \ \ | ||||||
| * | | | | support remainder assignment operator | Jean Mertz | 2019-03-17 | 3 | -0/+218 | |
* | | | | | Merge #986 | bors[bot] | 2019-03-17 | 4 | -133/+133 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Fix parse tree of attribute on match arm | pcpthm | 2019-03-17 | 4 | -133/+133 | |
|/ / / / | ||||||
* | | | | Merge #985 | bors[bot] | 2019-03-17 | 1 | -57/+56 | |
|\ \ \ \ | ||||||
| * | | | | simplify parsing blocks a bit | Aleksey Kladov | 2019-03-17 | 1 | -57/+56 | |
* | | | | | Merge #984 | bors[bot] | 2019-03-17 | 3 | -1/+54 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Allow attribute on struct literal field | pcpthm | 2019-03-17 | 3 | -1/+54 | |
|/ / / / | ||||||
* | | | | Merge #968 | bors[bot] | 2019-03-17 | 36 | -1954/+2053 | |
|\ \ \ \ | ||||||
| * | | | | docs | Aleksey Kladov | 2019-03-17 | 1 | -9/+15 | |
| * | | | | remove fixme | Aleksey Kladov | 2019-03-17 | 1 | -2/+1 | |
| * | | | | remove old macro support | Aleksey Kladov | 2019-03-17 | 8 | -261/+95 | |
| * | | | | rename ModuleId -> CrateModuleId | Aleksey Kladov | 2019-03-17 | 8 | -39/+40 | |
| * | | | | fix error on wrong path | Aleksey Kladov | 2019-03-17 | 4 | -12/+43 | |
| * | | | | log time | Aleksey Kladov | 2019-03-17 | 1 | -0/+2 | |
| * | | | | Reorganize name resolution | Aleksey Kladov | 2019-03-17 | 14 | -522/+481 | |
| * | | | | hack around non-terminating macro expansion | Aleksey Kladov | 2019-03-17 | 1 | -0/+14 | |
| * | | | | remove lower module | Aleksey Kladov | 2019-03-17 | 12 | -264/+48 | |
| * | | | | remove ItemMap | Aleksey Kladov | 2019-03-17 | 7 | -569/+59 | |
| * | | | | move tests over to crate-def-map | Aleksey Kladov | 2019-03-17 | 9 | -850/+689 | |
| * | | | | Replace module_tree with CrateDefMap | Aleksey Kladov | 2019-03-17 | 16 | -511/+333 | |
| * | | | | add name resolution from the old impl | Aleksey Kladov | 2019-03-17 | 9 | -185/+739 | |
| * | | | | add skeleton for macro-aware name resolutions | Aleksey Kladov | 2019-03-17 | 8 | -9/+773 | |
|/ / / / |