Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge #1815 | bors[bot] | 2019-09-27 | 20 | -126/+373 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix | uHOOCCOOHu | 2019-09-27 | 2 | -2/+2 | |
| * | | Support `$crate` in item and expr place. | uHOOCCOOHu | 2019-09-26 | 14 | -37/+268 | |
| * | | Store crate info in `MacroDefId` | uHOOCCOOHu | 2019-09-26 | 3 | -5/+11 | |
| * | | Refactor `Name` ready for hygienic macro | uHOOCCOOHu | 2019-09-26 | 4 | -84/+94 | |
| |/ | ||||||
* | | Merge #1923 | bors[bot] | 2019-09-26 | 11 | -126/+212 | |
|\ \ | ||||||
| * | | Add SubstsBuilder | Florian Diebold | 2019-09-26 | 11 | -126/+212 | |
|/ / | ||||||
* | | Merge #1921 | bors[bot] | 2019-09-26 | 13 | -87/+114 | |
|\ \ | |/ |/| | ||||||
| * | Start simplifying editing API | Aleksey Kladov | 2019-09-26 | 13 | -87/+114 | |
* | | Merge #1919 | bors[bot] | 2019-09-26 | 2 | -24/+45 | |
|\| | ||||||
| * | move diff to ra_syntax | Aleksey Kladov | 2019-09-26 | 2 | -24/+45 | |
|/ | ||||||
* | Merge #1918 | bors[bot] | 2019-09-26 | 9 | -250/+213 | |
|\ | ||||||
| * | keep ast creation API simple | Aleksey Kladov | 2019-09-26 | 9 | -250/+213 | |
|/ | ||||||
* | Merge #1917 | bors[bot] | 2019-09-26 | 2 | -8/+2 | |
|\ | ||||||
| * | disable periodic GC | Aleksey Kladov | 2019-09-26 | 2 | -8/+2 | |
* | | Merge #1823 | bors[bot] | 2019-09-26 | 6 | -257/+1218 | |
|\ \ | |/ |/| | ||||||
| * | Support all coercion places | uHOOCCOOHu | 2019-09-25 | 3 | -96/+216 | |
| * | Support custom `CoerceUnsized` | uHOOCCOOHu | 2019-09-25 | 4 | -247/+476 | |
| * | Better handle never type and branch merging | uHOOCCOOHu | 2019-09-25 | 5 | -181/+392 | |
| * | Support basic implicit type coerce | uHOOCCOOHu | 2019-09-25 | 2 | -142/+383 | |
| * | Support auto-deref in argument position | uHOOCCOOHu | 2019-09-25 | 2 | -1/+161 | |
* | | Merge #1916 | bors[bot] | 2019-09-26 | 1 | -1/+1 | |
|\ \ | |/ |/| | ||||||
| * | Missing word | nicrd | 2019-09-26 | 1 | -1/+1 | |
|/ | ||||||
* | Merge #1912 | bors[bot] | 2019-09-25 | 7 | -31/+121 | |
|\ | ||||||
| * | add new editing API, suitable for modifying several nodes at once | Aleksey Kladov | 2019-09-25 | 7 | -31/+121 | |
* | | Merge #1914 | bors[bot] | 2019-09-25 | 5 | -19/+78 | |
|\ \ | ||||||
| * | | Resolve trait associated items | Florian Diebold | 2019-09-25 | 5 | -19/+78 | |
|/ / | ||||||
* | | Merge #1913 | bors[bot] | 2019-09-25 | 4 | -8/+7 | |
|\ \ | |/ |/| | ||||||
| * | Fix retrieval of the Fn traits | Florian Diebold | 2019-09-25 | 4 | -8/+7 | |
|/ | ||||||
* | Merge #1911 | bors[bot] | 2019-09-25 | 2 | -6/+6 | |
|\ | ||||||
| * | fewer monomorphisations | Aleksey Kladov | 2019-09-25 | 2 | -6/+6 | |
* | | Merge #1910 | bors[bot] | 2019-09-25 | 5 | -97/+84 | |
|\ \ | ||||||
| * | | clean up naming | Aleksey Kladov | 2019-09-25 | 2 | -2/+2 | |
| * | | cleanup diagnostics | Aleksey Kladov | 2019-09-25 | 1 | -4/+6 | |
| * | | shorten AstBuilder names | Aleksey Kladov | 2019-09-25 | 5 | -54/+42 | |
| * | | minor builder cleanups | Aleksey Kladov | 2019-09-25 | 3 | -55/+55 | |
| * | | cleaned up record field builder | Aleksey Kladov | 2019-09-25 | 2 | -7/+4 | |
* | | | Merge #1909 | bors[bot] | 2019-09-25 | 23 | -284/+292 | |
|\| | | |/ |/| | ||||||
| * | move ast builder to a separate file | Aleksey Kladov | 2019-09-25 | 7 | -235/+237 | |
| * | move assists to subdir | Aleksey Kladov | 2019-09-25 | 20 | -49/+55 | |
|/ | ||||||
*-. | Merge #1900 #1907 | bors[bot] | 2019-09-25 | 6 | -23/+216 | |
|\ \ | ||||||
| | * | update documentation according to new settings | Paul Lesur | 2019-09-25 | 1 | -1/+2 | |
| * | | add rollup bundler for vscode extension | JasperDeSutter | 2019-09-23 | 5 | -22/+214 | |
* | | | 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 | |
* | | | Merge #1904 | bors[bot] | 2019-09-25 | 15 | -30/+22 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Remove redundant clone() | Shotaro Yamada | 2019-09-25 | 14 | -29/+21 | |
| * | | Avoid intermediate allocation | Shotaro Yamada | 2019-09-25 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge #1845 | bors[bot] | 2019-09-24 | 7 | -72/+385 | |
|\ \ | ||||||
| * | | Implement the call argument checking order hack for closures | Florian Diebold | 2019-09-24 | 3 | -12/+108 |