Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #7387 | bors[bot] | 2021-01-22 | 4 | -196/+228 |
|\ | |||||
| * | Refactor build script data | Edwin Cheng | 2021-01-22 | 4 | -196/+228 |
* | | Remove unused field | Jonas Schievink | 2021-01-21 | 1 | -4/+0 |
* | | Add test for path resolution bug | Jonas Schievink | 2021-01-21 | 1 | -8/+33 |
|/ | |||||
* | Revert "Make use of `block_def_map` in body lowering" | Jonas Schievink | 2021-01-21 | 3 | -19/+18 |
* | Merge #7378 | bors[bot] | 2021-01-21 | 7 | -2/+30 |
|\ | |||||
| * | Include `countme` crate to count important data structures. | Aleksey Kladov | 2021-01-21 | 7 | -2/+30 |
* | | Make use of `block_def_map` in body lowering | Jonas Schievink | 2021-01-21 | 3 | -18/+19 |
* | | Remove unnecessary annotations from tests | Jonas Schievink | 2021-01-21 | 1 | -4/+0 |
|/ | |||||
* | Add test for nameres in nested blocks | Jonas Schievink | 2021-01-21 | 1 | -0/+29 |
* | Merge #7375 | bors[bot] | 2021-01-21 | 10 | -58/+291 |
|\ | |||||
| * | Add test that merges inner and outer names | Jonas Schievink | 2021-01-21 | 1 | -0/+25 |
| * | Fix lowering with multiple block expressions | Jonas Schievink | 2021-01-21 | 1 | -15/+23 |
| * | Fall back to parent DefMaps when resolving paths | Jonas Schievink | 2021-01-21 | 1 | -0/+37 |
| * | Add name resolution query for block expressions | Jonas Schievink | 2021-01-21 | 8 | -43/+206 |
* | | Merge #7372 | bors[bot] | 2021-01-21 | 1 | -1/+1 |
|\ \ | |||||
| * | | Up lexer | kjeremy | 2021-01-21 | 1 | -1/+1 |
| |/ | |||||
* | | Merge #7371 | bors[bot] | 2021-01-21 | 1 | -0/+17 |
|\ \ | |/ |/| | |||||
| * | chdir to file before rustfmt | Laurențiu Nicola | 2021-01-21 | 1 | -0/+17 |
* | | Merge #7368 | bors[bot] | 2021-01-21 | 2 | -5/+8 |
|\ \ | |||||
| * | | Added defined_features in PackageData | Edwin Cheng | 2021-01-21 | 2 | -5/+8 |
| |/ | |||||
* / | Bump chalk | Laurențiu Nicola | 2021-01-21 | 1 | -3/+3 |
|/ | |||||
* | Treat BlockExpr as a potential module origin | Jonas Schievink | 2021-01-20 | 8 | -7/+44 |
* | Merge #7365 | bors[bot] | 2021-01-20 | 1 | -3/+3 |
|\ | |||||
| * | chalk 0.49.0 | kjeremy | 2021-01-20 | 1 | -3/+3 |
* | | DefMap: hide remaining crate-visible fields | Jonas Schievink | 2021-01-20 | 4 | -11/+23 |
|/ | |||||
* | Merge #7359 | bors[bot] | 2021-01-20 | 3 | -32/+49 |
|\ | |||||
| * | Create a mapping from blocks to inner items | Jonas Schievink | 2021-01-20 | 2 | -26/+35 |
| * | Record `FileAstId`s for block expressiosn | Jonas Schievink | 2021-01-19 | 1 | -6/+14 |
* | | Make public DefMap fields private | Jonas Schievink | 2021-01-20 | 10 | -23/+31 |
* | | Merge #7350 | bors[bot] | 2021-01-20 | 2 | -9/+16 |
|\ \ | |||||
| * | | Update pico-args | kjeremy | 2021-01-19 | 2 | -9/+16 |
| |/ | |||||
* | | Avoid intermediate collections | Aleksey Kladov | 2021-01-20 | 1 | -26/+20 |
* | | Don't show runnable suggestions for other files | Aleksey Kladov | 2021-01-20 | 1 | -3/+32 |
* | | :arrow_up: rowan | Aleksey Kladov | 2021-01-20 | 6 | -15/+9 |
* | | . | Aleksey Kladov | 2021-01-19 | 27 | -65/+69 |
* | | Merge #7352 | bors[bot] | 2021-01-19 | 4 | -6/+7 |
|\ \ | |||||
| * | | :arrow_up: rowan | Aleksey Kladov | 2021-01-19 | 4 | -6/+7 |
| |/ | |||||
* | | Merge #7351 | bors[bot] | 2021-01-19 | 4 | -12/+41 |
|\ \ | |/ |/| | |||||
| * | Show const params in completions | Lukas Wirth | 2021-01-19 | 4 | -12/+41 |
* | | Reduce TokenMap size | Edwin Cheng | 2021-01-19 | 1 | -10/+16 |
* | | Merge #7321 | bors[bot] | 2021-01-19 | 2 | -73/+136 |
|\ \ | |||||
| * | | Support runnables in macros | Edwin Cheng | 2021-01-19 | 2 | -73/+136 |
* | | | Merge #7342 | bors[bot] | 2021-01-19 | 8 | -36/+78 |
|\ \ \ | |||||
| * | | | Show deprecated completions for deprecated traits | Kirill Bulatov | 2021-01-18 | 8 | -28/+69 |
| * | | | Consider rustc_deprecated attr when checking for deprecation | Kirill Bulatov | 2021-01-18 | 1 | -8/+9 |
| | |/ | |/| | |||||
* | | | Merge #7341 | bors[bot] | 2021-01-18 | 3 | -2/+7 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix warnings when running `cargo doc --document-private-items` | Joshua Nelson | 2021-01-18 | 3 | -2/+7 |
* | | | Merge #7340 | bors[bot] | 2021-01-18 | 3 | -38/+20 |
|\ \ \ | |||||
| * | | | Remove obsolete RangeInfo usage in references | Lukas Wirth | 2021-01-18 | 3 | -38/+20 |