Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
*-. | Merge #5035 #5037 | bors[bot] | 2020-06-24 | 4 | -22/+13 |
|\ \ | |||||
| | * | Don't watch dirs if not asked to | Aleksey Kladov | 2020-06-24 | 1 | -1/+1 |
| * | | Less error-prone naming | Aleksey Kladov | 2020-06-24 | 4 | -21/+12 |
| * | | Fix infinite cargo check bug | Aleksey Kladov | 2020-06-24 | 1 | -1/+1 |
| |/ | |||||
* | | Merge #4990 | bors[bot] | 2020-06-24 | 26 | -1050/+2594 |
|\ \ | |/ |/| | |||||
| * | Reorder items | Jonas Schievink | 2020-06-24 | 1 | -76/+76 |
| * | Clean up and fix inner item collection a bit | Jonas Schievink | 2020-06-24 | 2 | -7/+38 |
| * | Use a HashMap instead of Vec | Jonas Schievink | 2020-06-24 | 1 | -8/+9 |
| * | Remove unneeded HirFileId argument | Jonas Schievink | 2020-06-24 | 2 | -7/+5 |
| * | Shrink arenas after building ItemTree | Jonas Schievink | 2020-06-24 | 2 | -0/+49 |
| * | ItemTree: Use more boxed slices | Jonas Schievink | 2020-06-24 | 4 | -15/+22 |
| * | Don't allocate empty generics | Jonas Schievink | 2020-06-24 | 4 | -40/+78 |
| * | Don't allocate common visibilities | Jonas Schievink | 2020-06-24 | 5 | -75/+142 |
| * | Remove file id from item tree | Jonas Schievink | 2020-06-24 | 4 | -34/+28 |
| * | Slightly reduce ItemTree memory footprint | Jonas Schievink | 2020-06-24 | 3 | -53/+68 |
| * | Merge item tree traits | Jonas Schievink | 2020-06-24 | 3 | -21/+16 |
| * | Generate ModItem via macro | Jonas Schievink | 2020-06-24 | 1 | -105/+60 |
| * | Address more comments | Jonas Schievink | 2020-06-24 | 2 | -5/+4 |
| * | if let else -> match | Jonas Schievink | 2020-06-24 | 1 | -19/+21 |
| * | Unify and test attribute handling | Jonas Schievink | 2020-06-24 | 5 | -33/+227 |
| * | Collect inner items in expression macros | Jonas Schievink | 2020-06-24 | 4 | -14/+44 |
| * | Measure ItemTree query memory usage | Jonas Schievink | 2020-06-24 | 2 | -2/+3 |
| * | Make generics and attr queries use ItemTree | Jonas Schievink | 2020-06-24 | 5 | -21/+79 |
| * | Record HirFileId's in profiler | Jonas Schievink | 2020-06-24 | 2 | -2/+2 |
| * | Make remaining item data queries use item tree | Jonas Schievink | 2020-06-24 | 5 | -152/+90 |
| * | draw the rest of the owl | Jonas Schievink | 2020-06-24 | 13 | -409/+953 |
| * | ItemTree: Make clonable and add AST access | Jonas Schievink | 2020-06-24 | 1 | -15/+69 |
| * | Lower generics | Jonas Schievink | 2020-06-24 | 3 | -26/+83 |
| * | ItemTree: use a newtyped ID | Jonas Schievink | 2020-06-24 | 3 | -53/+130 |
| * | Move ItemTree lowering into its own module | Jonas Schievink | 2020-06-24 | 2 | -505/+513 |
| * | Remove now-broken incremental test | Jonas Schievink | 2020-06-24 | 1 | -38/+0 |
| * | Remove raw item query | Jonas Schievink | 2020-06-24 | 5 | -491/+3 |
| * | Fix test | Jonas Schievink | 2020-06-24 | 2 | -3/+10 |
| * | Move collector | Jonas Schievink | 2020-06-24 | 1 | -108/+193 |
| * | Draw the rest of the owl | Jonas Schievink | 2020-06-24 | 1 | -27/+108 |
| * | collector changes WIP | Jonas Schievink | 2020-06-24 | 3 | -29/+34 |
| * | lower traits | Jonas Schievink | 2020-06-24 | 3 | -29/+208 |
| * | Hook up query, add impls, lower moar | Jonas Schievink | 2020-06-24 | 3 | -41/+128 |
| * | Start item tree | Aleksey Kladov | 2020-06-24 | 3 | -3/+517 |
|/ | |||||
* | Merge #5034 | bors[bot] | 2020-06-24 | 16 | -182/+179 |
|\ | |||||
| * | Cleanup project.json deserialization | Aleksey Kladov | 2020-06-24 | 15 | -141/+138 |
| * | Rename json_project -> project_json | Aleksey Kladov | 2020-06-24 | 3 | -14/+14 |
|/ | |||||
*---. | Merge #5015 #5027 #5028 | bors[bot] | 2020-06-24 | 5 | -20/+86 |
|\ \ \ | |||||
| | | * | Remove namedExports config | Laurențiu Nicola | 2020-06-24 | 1 | -6/+1 |
| | * | | Make Debug less verbose for VfsPath and use Display in analysis-stats | Laurențiu Nicola | 2020-06-24 | 2 | -3/+18 |
| | |/ | |||||
| * | | Fix formatting issue with glob shadow test | Paul Daniel Faria | 2020-06-24 | 1 | -17/+17 |
| * | | Use a macro in push_res to simplify code, simplify glob_shadowed_def assertion | Paul Daniel Faria | 2020-06-24 | 2 | -160/+47 |
| * | | Account for updated module ids when determining whether a resolution is "chan... | Paul Daniel Faria | 2020-06-24 | 2 | -9/+178 |
* | | | Merge #5029 | bors[bot] | 2020-06-24 | 11 | -94/+126 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Be more explicit about absolute paths at various places | Aleksey Kladov | 2020-06-24 | 11 | -94/+126 |
|/ / |