Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix classify_name_ref on multi-path macro calls | Jonas Schievink | 2020-07-14 | 2 | -2/+26 |
| | |||||
* | Refactor the test of diagnostic tests | Aleksey Kladov | 2020-07-14 | 6 | -474/+278 |
| | |||||
* | Minor, push allocations down | Aleksey Kladov | 2020-07-14 | 2 | -3/+3 |
| | |||||
* | Merge #5371 | bors[bot] | 2020-07-14 | 3 | -14/+68 |
|\ | | | | | | | | | | | | | | | | | | | | | 5371: Allow multiline annotations r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | Allow multiline annotations | Aleksey Kladov | 2020-07-14 | 3 | -13/+59 |
| | | |||||
| * | Generaize annotation extraction | Aleksey Kladov | 2020-07-14 | 1 | -2/+10 |
| | | |||||
* | | Merge pull request #5370 from matklad/parens | Aleksey Kladov | 2020-07-14 | 2 | -1/+39 |
|\ \ | |/ |/| | Don't duplicate parens in patterns | ||||
| * | Don't duplicate parens in patterns | Aleksey Kladov | 2020-07-14 | 2 | -1/+37 |
| | | |||||
| * | Add mark | Aleksey Kladov | 2020-07-14 | 1 | -0/+2 |
| | | |||||
* | | Merge #5367 | bors[bot] | 2020-07-14 | 2 | -0/+40 |
|\ \ | |/ |/| | | | | | | | | | | | 5367: missing impl members: remove assoc. type bounds r=matklad a=jonas-schievink Previously "Add missing impl members" would paste bounds on associated types into the impl, which is not allowed. This removes them before pasting the item. Co-authored-by: Jonas Schievink <[email protected]> | ||||
| * | Move remove_bounds to edit.rs | Jonas Schievink | 2020-07-14 | 3 | -22/+16 |
| | | |||||
| * | missing impl members: remove assoc. type bounds | Jonas Schievink | 2020-07-14 | 2 | -0/+46 |
| | | |||||
* | | Merge #5368 | bors[bot] | 2020-07-14 | 4 | -1267/+511 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | 5368: Compress match checking tests r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | Compress match checking tests | Aleksey Kladov | 2020-07-14 | 3 | -1168/+419 |
| | | |||||
| * | Data-driven diagnostics tests | Aleksey Kladov | 2020-07-14 | 3 | -100/+93 |
| | | |||||
* | | Merge #5355 | bors[bot] | 2020-07-14 | 28 | -0/+28 |
|\ \ | |/ |/| | | | | | | | | | | | | | 5355: Add a license field to all the crates r=matklad a=JohnTitor Some are unnecessary but it's okay to have it, I think. cc https://github.com/rust-lang/rust/issues/74269 Co-authored-by: Yuki Okushi <[email protected]> | ||||
| * | Add a license field to all the crates | Yuki Okushi | 2020-07-14 | 28 | -0/+28 |
| | | |||||
* | | Reduce visibility | Aleksey Kladov | 2020-07-14 | 1 | -85/+83 |
| | | |||||
* | | Cleanup visibility | Aleksey Kladov | 2020-07-14 | 3 | -8/+12 |
| | | |||||
* | | Cleanup hir diagnostics API | Aleksey Kladov | 2020-07-14 | 6 | -48/+49 |
| | | |||||
* | | Consolidate hir diagnostics code in one place | Aleksey Kladov | 2020-07-14 | 8 | -19/+18 |
| | | |||||
* | | Use relaxed ordering for marks | Aleksey Kladov | 2020-07-14 | 1 | -2/+2 |
|/ | | | | | | We dont' need this for perf. `Relaxed` ordering is enough here, as we only have one location. I prefer to use minimal ordering, because that makes it easier to reason about the code. | ||||
* | Don't copy-paste `impl_froms` into every crate | Aleksey Kladov | 2020-07-13 | 11 | -106/+67 |
| | |||||
* | Move stdx macros into submodule | Aleksey Kladov | 2020-07-13 | 2 | -19/+21 |
| | |||||
* | Reorder imports | Aleksey Kladov | 2020-07-13 | 3 | -8/+7 |
| | |||||
* | Merge #5331 | bors[bot] | 2020-07-12 | 2 | -2/+63 |
|\ | | | | | | | | | | | | | | | | | | | 5331: Fix #4966 r=flodiebold a=flodiebold We add a level of binders when converting our function pointer to Chalk's; we need to remove it again on the way back. Fixes #4966. Co-authored-by: Florian Diebold <[email protected]> | ||||
| * | Fix #4966 | Florian Diebold | 2020-07-12 | 2 | -2/+63 |
| | | | | | | | | | | We add a level of binders when converting our function pointer to Chalk's; we need to remove it again on the way back. | ||||
* | | Remove some unnecessary file names | Florian Diebold | 2020-07-12 | 1 | -3/+0 |
| | | |||||
* | | Add test for #4281 | Florian Diebold | 2020-07-12 | 1 | -0/+23 |
| | | | | | | | | Fixes #4281. | ||||
* | | Search more efficiently for int/float impls | Florian Diebold | 2020-07-12 | 3 | -18/+118 |
| | | |||||
* | | Adapt trait object coercion tests to the status quo | Florian Diebold | 2020-07-12 | 1 | -4/+51 |
| | | |||||
* | | Use Chalk built-in representation for array types | Florian Diebold | 2020-07-12 | 1 | -7/+36 |
| | | |||||
* | | Remove built-in Unsize impls | Florian Diebold | 2020-07-12 | 4 | -235/+6 |
| | | | | | | | | They exist in Chalk now. | ||||
* | | Upgrade Chalk | Florian Diebold | 2020-07-12 | 1 | -2/+3 |
| | | |||||
* | | Enable Chalk tracing in hir_ty tests | Florian Diebold | 2020-07-12 | 5 | -66/+56 |
| | | |||||
* | | Upgrade Chalk | Florian Diebold | 2020-07-12 | 5 | -13/+63 |
| | | |||||
* | | Update lsp-types | Jeremy Kolb | 2020-07-12 | 2 | -2/+2 |
|/ | |||||
* | Merge #5330 | bors[bot] | 2020-07-12 | 1 | -3/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | 5330: Fix ignore attribute autocompletion r=matklad a=avrong Fixes #5232 <img width="273" alt="image" src="https://user-images.githubusercontent.com/6342851/87242025-a4782400-c431-11ea-91b7-5127f9742122.png"> <img width="238" alt="image" src="https://user-images.githubusercontent.com/6342851/87242044-c96c9700-c431-11ea-8161-f197f8e97ca0.png"> Co-authored-by: Aleksei Trifonov <[email protected]> | ||||
| * | Fix ignore attribute autocompletion | Aleksei Trifonov | 2020-07-12 | 1 | -3/+3 |
| | | |||||
* | | Merge #5326 | bors[bot] | 2020-07-12 | 2 | -2/+32 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5326: infer: Add type inference support for Union types r=flodiebold a=otavio This adds the type inference to Union types and add a small test case for it, ensuring it keeps working in future. Fixes: #5277 Signed-off-by: Otavio Salvador <[email protected]> ---- # Co-authored-by: Otavio Salvador <[email protected]> | ||||
| * | infer: Add type inference support for Union types | Otavio Salvador | 2020-07-11 | 2 | -2/+32 |
| | | | | | | | | | | | | | | | | This adds the type inference to Union types and add a small test case for it, ensuring it keeps working in future. Fixes: #5277 Signed-off-by: Otavio Salvador <[email protected]> | ||||
* | | Comment decorations | Aleksey Kladov | 2020-07-12 | 1 | -1/+4 |
| | | | | | | | | closes #4461 | ||||
* | | change vis works on statics | Aleksey Kladov | 2020-07-12 | 1 | -3/+13 |
| | | |||||
* | | Merge #5325 | bors[bot] | 2020-07-11 | 10 | -29/+38 |
|\ \ | |/ |/| | | | | | | | | | | | 5325: Update lsp-types to account for new CodeActionKind structure r=kjeremy a=kjeremy Co-authored-by: Jeremy Kolb <[email protected]> | ||||
| * | Update tests | Jeremy Kolb | 2020-07-11 | 4 | -4/+12 |
| | | |||||
| * | Update lsp-types to account for new CodeActionKind structure | Jeremy Kolb | 2020-07-11 | 6 | -25/+26 |
| | | |||||
* | | Merge #5324 | bors[bot] | 2020-07-11 | 2 | -3/+9 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | 5324: Implementations lens for unions r=matklad a=matklad closes #4728 bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | Implementations lens for unions | Aleksey Kladov | 2020-07-11 | 2 | -3/+9 |
| | | | | | | | | closes #4728 | ||||
* | | Rewrite item_tree tests to expect | Aleksey Kladov | 2020-07-11 | 2 | -105/+110 |
| | | | | | | | | insta review wouldn't update the test, so ... | ||||
* | | Extern fns are implicitly unsafe | Aleksey Kladov | 2020-07-11 | 1 | -0/+1 |
|/ | | | | closes #4865 |