Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #1091 | bors[bot] | 2019-04-02 | 1 | -1/+1 |
|\ | |||||
| * | fix inner block doc comments | Aleksey Kladov | 2019-04-02 | 1 | -1/+1 |
|/ | |||||
* | Merge #1089 | bors[bot] | 2019-04-02 | 5 | -23/+26 |
|\ | |||||
| * | fix a panic with glob-import missing a source map | Aleksey Kladov | 2019-04-02 | 5 | -23/+26 |
* | | Merge #1079 | bors[bot] | 2019-04-02 | 11 | -44/+448 |
|\ \ | |||||
| * | | Fix prettier error | Edwin Cheng | 2019-04-02 | 1 | -1/+1 |
| * | | Add terminate process implemntation note | Edwin Cheng | 2019-04-02 | 1 | -0/+7 |
| * | | Add Cargo.toml file check before cargo watch start | Edwin Cheng | 2019-04-02 | 1 | -0/+22 |
| * | | Add cargo-watch.check-arguments | Edwin Cheng | 2019-04-02 | 6 | -74/+139 |
| * | | Add config for cargo-watch trace | Edwin Cheng | 2019-04-02 | 5 | -15/+67 |
| * | | Add proper process teminate method | Edwin Cheng | 2019-04-02 | 6 | -10/+116 |
| * | | Fix prettier error | Edwin Cheng | 2019-04-02 | 4 | -22/+31 |
| * | | Fixed tslint error | Edwin Cheng | 2019-04-02 | 1 | -1/+1 |
| * | | Fix tslint error | Edwin Cheng | 2019-04-02 | 2 | -63/+65 |
| * | | Improve cargo-watch usage | Edwin Cheng | 2019-04-02 | 4 | -36/+177 |
* | | | Merge #1088 | bors[bot] | 2019-04-02 | 9 | -582/+612 |
|\ \ \ | | |/ | |/| | |||||
| * | | add minimal comments | Aleksey Kladov | 2019-04-02 | 5 | -0/+13 |
| * | | rename flavor to kind | Aleksey Kladov | 2019-04-02 | 6 | -53/+53 |
| * | | move extensions to submodules | Aleksey Kladov | 2019-04-02 | 3 | -549/+566 |
| * | | remove flavor | Aleksey Kladov | 2019-04-02 | 3 | -10/+10 |
* | | | Merge #1087 | bors[bot] | 2019-04-02 | 4 | -36/+58 |
|\| | | |||||
| * | | More future-proof comment kind | Aleksey Kladov | 2019-04-02 | 4 | -36/+58 |
|/ / | |||||
* | | Merge #1085 | bors[bot] | 2019-04-02 | 11 | -276/+292 |
|\ \ | |/ |/| | |||||
| * | fix comment naming | Aleksey Kladov | 2019-04-02 | 2 | -13/+15 |
| * | allow empty doc comments | Aleksey Kladov | 2019-04-02 | 1 | -4/+6 |
| * | add ast::tokens | Aleksey Kladov | 2019-04-02 | 10 | -119/+124 |
| * | simplify | Aleksey Kladov | 2019-04-02 | 1 | -23/+19 |
| * | move ast traits to a separate file | Aleksey Kladov | 2019-04-02 | 2 | -144/+155 |
|/ | |||||
* | Merge #1084 | bors[bot] | 2019-04-01 | 3 | -37/+0 |
|\ | |||||
| * | remove dead code | Aleksey Kladov | 2019-04-01 | 3 | -37/+0 |
* | | Merge #1050 | bors[bot] | 2019-04-01 | 5 | -45/+402 |
|\ \ | |/ |/| | |||||
| * | intelligently add parens when inlining local varaibles | gfreezy | 2019-04-01 | 5 | -45/+402 |
|/ | |||||
* | Merge #1082 | bors[bot] | 2019-04-01 | 3 | -0/+96 |
|\ | |||||
| * | Async block in argument position | Andrey Tkachenko | 2019-04-01 | 3 | -0/+96 |
* | | Merge #1067 | bors[bot] | 2019-04-01 | 1 | -6/+28 |
|\ \ | |||||
| * | | Simplify | kjeremy | 2019-03-27 | 1 | -13/+14 |
| * | | Take number of arguments at the call-site into account for signature help | kjeremy | 2019-03-27 | 1 | -1/+22 |
* | | | Merge #1081 | bors[bot] | 2019-04-01 | 4 | -9/+66 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Async closure syntax | robojumper | 2019-03-31 | 4 | -9/+66 |
* | | | Merge #1078 | bors[bot] | 2019-04-01 | 50 | -1228/+1027 |
|\ \ \ | |/ / |/| | | |||||
| * | | switch to new rowan | Aleksey Kladov | 2019-04-01 | 50 | -1228/+1027 |
|/ / | |||||
* | | Merge #1038 | bors[bot] | 2019-03-31 | 5 | -8/+132 |
|\ \ | |||||
| * | | Add WherePred to allow predicate access in WhereClause | Ville Penttinen | 2019-03-31 | 5 | -8/+132 |
|/ / | |||||
* | | Merge #1072 | bors[bot] | 2019-03-31 | 4 | -3/+43 |
|\ \ | |||||
| * | | add test for async blocks | memoryruins | 2019-03-28 | 2 | -0/+40 |
| * | | recognize async move | memoryruins | 2019-03-28 | 2 | -3/+3 |
* | | | Merge #1077 | bors[bot] | 2019-03-31 | 33 | -507/+916 |
|\ \ \ | |||||
| * | | | Add trait ast::TypeBoundsOwner | Ville Penttinen | 2019-03-31 | 3 | -5/+21 |
| * | | | Update tests | Ville Penttinen | 2019-03-31 | 3 | -67/+115 |
| * | | | Change parsing bounds in path_types | Ville Penttinen | 2019-03-31 | 2 | -11/+40 |