Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | move assists to subdir | Aleksey Kladov | 2019-09-25 | 20 | -49/+55 | |
|/ | ||||||
* | Merge #1906 | bors[bot] | 2019-09-25 | 1 | -2/+5 | |
|\ | ||||||
| * | Add missing lang-items to `def_crates` | Shotaro Yamada | 2019-09-25 | 1 | -2/+5 | |
* | | Remove redundant clone() | Shotaro Yamada | 2019-09-25 | 14 | -29/+21 | |
* | | Avoid intermediate allocation | Shotaro Yamada | 2019-09-25 | 1 | -1/+1 | |
|/ | ||||||
* | Implement the call argument checking order hack for closures | Florian Diebold | 2019-09-24 | 3 | -12/+108 | |
* | Make the closure_1 test work | Florian Diebold | 2019-09-24 | 3 | -27/+40 | |
* | Make closures impl closure traits | Florian Diebold | 2019-09-24 | 4 | -41/+188 | |
* | Give closures types | Florian Diebold | 2019-09-24 | 5 | -21/+78 | |
* | Upgrade Chalk again | Florian Diebold | 2019-09-24 | 1 | -3/+6 | |
* | simplify | Aleksey Kladov | 2019-09-24 | 4 | -39/+25 | |
* | Merge #1898 | bors[bot] | 2019-09-23 | 3 | -3/+3 | |
|\ | ||||||
| * | Revert Self | Jeremy Kolb | 2019-09-23 | 1 | -1/+1 | |
| * | Drive by lints | kjeremy | 2019-09-23 | 4 | -4/+4 | |
* | | Upgrade Chalk | Florian Diebold | 2019-09-23 | 1 | -4/+6 | |
|/ | ||||||
* | Split off path expression inference code into submodule | Florian Diebold | 2019-09-23 | 2 | -172/+199 | |
* | Merge #1895 | bors[bot] | 2019-09-22 | 7 | -23/+173 | |
|\ | ||||||
| * | Handle projection types from Chalk | Florian Diebold | 2019-09-22 | 1 | -1/+5 | |
| * | Handle associated type shorthand (`T::Item`) | Florian Diebold | 2019-09-22 | 7 | -392/+538 | |
* | | remove obsolete TOOD | Aleksey Kladov | 2019-09-22 | 1 | -1/+0 | |
* | | test for TOODs as well | Aleksey Kladov | 2019-09-22 | 2 | -371/+371 | |
* | | minor cleanup | Aleksey Kladov | 2019-09-22 | 1 | -1/+8 | |
|/ | ||||||
* | Support open source version of vscode as well | Jens Hausdorf | 2019-09-21 | 1 | -1/+1 | |
* | Support loop as argument | kjeremy | 2019-09-20 | 3 | -0/+65 | |
* | Merge #1888 | bors[bot] | 2019-09-20 | 6 | -12/+76 | |
|\ | ||||||
| * | allow compiling ra_ide_api on wasm | Aleksey Kladov | 2019-09-20 | 6 | -12/+76 | |
* | | Simplify match arm | kjeremy | 2019-09-20 | 1 | -2/+1 | |
* | | Merge #1884 | bors[bot] | 2019-09-20 | 3 | -2/+91 | |
|\ \ | ||||||
| * | | Apply suggestion | kjeremy | 2019-09-20 | 1 | -3/+2 | |
| * | | Add indexing to record_field_pat | kjeremy | 2019-09-20 | 3 | -2/+92 | |
| |/ | ||||||
* | | Merge #1883 | bors[bot] | 2019-09-20 | 3 | -2/+40 | |
|\ \ | ||||||
| * | | fix module attr path | gfreezy | 2019-09-20 | 3 | -2/+40 | |
* | | | fix infinite loop in the parser | Aleksey Kladov | 2019-09-20 | 3 | -7/+64 | |
| |/ |/| | ||||||
* | | Merge #1881 | bors[bot] | 2019-09-20 | 3 | -1/+70 | |
|\ \ | |/ |/| | ||||||
| * | don't confuse macro with != | Aleksey Kladov | 2019-09-20 | 3 | -1/+70 | |
* | | Merge #1850 | bors[bot] | 2019-09-20 | 2 | -0/+375 | |
|\ \ | ||||||
| * | | feat(assists): Apply comments | Geobert Quach | 2019-09-19 | 1 | -100/+59 | |
| * | | feat(assists): Rename `escape_quote` to `escape_double_quote` | Geobert Quach | 2019-09-19 | 1 | -3/+3 | |
| * | | feature(assists): Fix regression | Geobert Quach | 2019-09-19 | 1 | -2/+2 | |
| * | | feat(assists): manage `"` when removing hash and make_usual_string | Geobert Quach | 2019-09-19 | 1 | -5/+90 | |
| * | | feat(assists): raw string <-> usual string manipulation | Geobert Quach | 2019-09-19 | 2 | -0/+331 | |
* | | | A few doc comments | kjeremy | 2019-09-19 | 1 | -1/+9 | |
|/ / | ||||||
* | | Replace usages of bump_any with bump | kjeremy | 2019-09-19 | 14 | -87/+87 | |
* | | Merge #1853 | bors[bot] | 2019-09-19 | 13 | -138/+294 | |
|\ \ | |/ |/| | ||||||
| * | introduce FromSource trait | Ekaterina Babshukova | 2019-09-19 | 13 | -138/+294 | |
* | | Merge #1873 | bors[bot] | 2019-09-19 | 1 | -0/+15 | |
|\ \ | ||||||
| * | | Pacify rustfmt. | Mazdak Farrokhzad | 2019-09-19 | 1 | -4/+1 | |
| * | | `fold_kind`: `MATCH_ARM_LIST => FoldKind::Block` | Mazdak Farrokhzad | 2019-09-19 | 1 | -0/+18 | |
* | | | Merge #1874 | bors[bot] | 2019-09-19 | 2 | -34/+28 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | move fold conversino to conv.rs | Aleksey Kladov | 2019-09-19 | 2 | -34/+28 |