aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge #5385bors[bot]2020-07-151-227/+240
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5385: Off by one error when determining the active param r=matklad a=matklad closes #3615 bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | Off by one error when determining the active paramAleksey Kladov2020-07-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | closes #3615
| * | | | | Refactor CallInfo testsAleksey Kladov2020-07-151-226/+239
|/ / / / /
* | | | | Merge #5378bors[bot]2020-07-1412-34/+100
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5378: Thread varargs through rust-analyzer r=flodiebold a=jonas-schievink This adds a varargs flag to various data structures and fills it from the AST. Fixes https://github.com/rust-analyzer/rust-analyzer/issues/5374 cc @flodiebold for the typesystem/chalk changes Co-authored-by: Jonas Schievink <[email protected]>
| * | | | | Add FIXMEJonas Schievink2020-07-141-0/+1
| | | | | |
| * | | | | Update ItemTree snapshotsJonas Schievink2020-07-141-12/+12
| | | | | |
| * | | | | Thread varargs through r-aJonas Schievink2020-07-1411-22/+87
|/ / / / /
* | | | | Merge #5381bors[bot]2020-07-142-7/+29
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5381: ItemTree: Lower tuple types despite invalid type r=flodiebold a=jonas-schievink Fixes https://github.com/rust-analyzer/rust-analyzer/issues/5380 Co-authored-by: Jonas Schievink <[email protected]>
| * | | | | ItemTree: Lower tuple types despite invalid typeJonas Schievink2020-07-142-7/+29
|/ / / / /
* | | | | Merge #5379bors[bot]2020-07-142-0/+29
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5379: Guard against infinite macro expansions r=matklad a=matklad closes #4463 bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | Guard against infinite macro expansionsAleksey Kladov2020-07-142-0/+29
|/ / / / / | | | | | | | | | | | | | | | closes #4463
* | | | | Merge #5377bors[bot]2020-07-142-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 callsJonas Schievink2020-07-142-2/+26
| | | | | |
* | | | | | Merge #5375bors[bot]2020-07-142-21/+25
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 registrationkjeremy2020-07-142-21/+25
| | | | | | |
* | | | | | | Merge #5376bors[bot]2020-07-143-4/+44
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5376: Check licenses r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | | Check licensesAleksey Kladov2020-07-143-4/+44
|/ / / / / /
* | | | | | Merge #5373bors[bot]2020-07-147-486/+278
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5373: Clenup diagnostics tests r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | | Remove randomly commited fileAleksey Kladov2020-07-141-12/+0
| | | | | | |
| * | | | | | Refactor the test of diagnostic testsAleksey Kladov2020-07-146-474/+278
|/ / / / / /
* | | | | | Merge #5372bors[bot]2020-07-143-3/+15
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5372: Minor, push allocations down r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | Minor, push allocations downAleksey Kladov2020-07-143-3/+15
|/ / / / /
* | | | | Merge #5371bors[bot]2020-07-143-14/+68
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5371: Allow multiline annotations r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | Allow multiline annotationsAleksey Kladov2020-07-143-13/+59
| | | | | |
| * | | | | Generaize annotation extractionAleksey Kladov2020-07-141-2/+10
| | | | | |
* | | | | | Merge pull request #5370 from matklad/parensAleksey Kladov2020-07-142-1/+39
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Don't duplicate parens in patterns
| * | | | | Don't duplicate parens in patternsAleksey Kladov2020-07-142-1/+37
| | | | | |
| * | | | | Add markAleksey Kladov2020-07-141-0/+2
| | | | | |
* | | | | | Merge #5367bors[bot]2020-07-142-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.rsJonas Schievink2020-07-143-22/+16
| | | | | | |
| * | | | | | missing impl members: remove assoc. type boundsJonas Schievink2020-07-142-0/+46
| | | | | | |
* | | | | | | Merge pull request #5356 from JohnTitor/cacheAleksey Kladov2020-07-141-22/+14
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Update actions/cache to v2
| * | | | | | Update actions/cache to v2Yuki Okushi2020-07-141-22/+14
| |/ / / / /
* | | | | | Merge #5368bors[bot]2020-07-144-1267/+511
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5368: Compress match checking tests r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | Compress match checking testsAleksey Kladov2020-07-143-1168/+419
| | | | | |
| * | | | | Data-driven diagnostics testsAleksey Kladov2020-07-143-100/+93
| | | | | |
* | | | | | Merge pull request #5361 from matklad/powerAleksey Kladov2020-07-141-1/+35
|\ \ \ \ \ \ | | | | | | | | | | | | | | Check power on CI
| * | | | | | Check power on CIAleksey Kladov2020-07-141-1/+35
| | |_|/ / / | |/| | | |
* | | | | | Merge #5355bors[bot]2020-07-1429-0/+29
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 cratesYuki Okushi2020-07-1429-0/+29
| | |_|/ / / | |/| | | |
* | | | | | Merge #5363bors[bot]2020-07-141-85/+83
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5363: Reduce visibility r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | Reduce visibilityAleksey Kladov2020-07-141-85/+83
|/ / / / /
* | | | | Merge #5359bors[bot]2020-07-143-8/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5359: Cleanup visibility r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | Cleanup visibilityAleksey Kladov2020-07-143-8/+12
| | | | | |
* | | | | | Merge #5358bors[bot]2020-07-149-64/+64
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5358: Cleanup hir diagnostics API r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | Cleanup hir diagnostics APIAleksey Kladov2020-07-146-48/+49
| | | | | |
| * | | | | Consolidate hir diagnostics code in one placeAleksey Kladov2020-07-148-19/+18
| | | | | |
* | | | | | Merge #5357bors[bot]2020-07-141-2/+2
|\| | | | | | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5357: Use relaxed ordering for marks r=matklad a=matklad 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. bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | Use relaxed ordering for marksAleksey Kladov2020-07-141-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.
* | | | Merge #5352bors[bot]2020-07-131-13/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 5352: Bump tracing-tree to remove quanta r=kjeremy a=kjeremy Hopefully fixes power 32-bit build. See: https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0/topic/Running.20check.20builds.20on.2032.20bit.20power Co-authored-by: kjeremy <[email protected]>