Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Add opt-in mimalloc feature | Ivan Kozik | 2020-07-14 | 3 | -0/+7 | |
| |/ / | ||||||
* | | | Off by one error when determining the active param | Aleksey Kladov | 2020-07-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | closes #3615 | |||||
* | | | Refactor CallInfo tests | Aleksey Kladov | 2020-07-15 | 1 | -226/+239 | |
| | | | ||||||
* | | | Add FIXME | Jonas Schievink | 2020-07-14 | 1 | -0/+1 | |
| | | | ||||||
* | | | Update ItemTree snapshots | Jonas Schievink | 2020-07-14 | 1 | -12/+12 | |
| | | | ||||||
* | | | Thread varargs through r-a | Jonas Schievink | 2020-07-14 | 11 | -22/+87 | |
| | | | ||||||
* | | | ItemTree: Lower tuple types despite invalid type | Jonas Schievink | 2020-07-14 | 2 | -7/+29 | |
| | | | ||||||
* | | | Guard against infinite macro expansions | Aleksey Kladov | 2020-07-14 | 2 | -0/+29 | |
| | | | | | | | | | | | | closes #4463 | |||||
* | | | Merge #5377 | bors[bot] | 2020-07-14 | 2 | -2/+26 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5377: Fix classify_name_ref on multi-path macro calls r=matklad a=jonas-schievink Previously, "go to definition" on `log<|>::info!(...)` would go to the `info!` macro, not to the `log` crate. This fixes that. Co-authored-by: Jonas Schievink <[email protected]> | |||||
| * | | | Fix classify_name_ref on multi-path macro calls | Jonas Schievink | 2020-07-14 | 2 | -2/+26 | |
| | | | | ||||||
* | | | | Merge #5375 | bors[bot] | 2020-07-14 | 1 | -19/+23 | |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | 5375: Use more explicit type for save registration r=matklad a=kjeremy This was introduced in the latest lsp-types Co-authored-by: kjeremy <[email protected]> | |||||
| * | | | Use more explicity type for save registration | kjeremy | 2020-07-14 | 1 | -19/+23 | |
| | | | | ||||||
* | | | | 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 | |
| | | |