aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | 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]>
| * Bump tracing-tree to remove quantakjeremy2020-07-131-13/+2
|/ | | | | 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
* Merge #5342bors[bot]2020-07-1313-125/+90
|\ | | | | | | | | | | | | | | | | | | | | 5342: Don't copy-paste `impl_froms` into every crate r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Don't copy-paste `impl_froms` into every crateAleksey Kladov2020-07-1312-106/+69
| |
| * Move stdx macros into submoduleAleksey Kladov2020-07-132-19/+21
|/
*-. Merge #5340 #5341bors[bot]2020-07-134-9/+11
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5340: Prefill reviewer r=matklad a=matklad bors r+ 🤖 5341: Reorder imports r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| | * Reorder importsAleksey Kladov2020-07-133-8/+7
| | |
| * | Prefill reviewerAleksey Kladov2020-07-131-1/+4
| |/
* | Merge #5339bors[bot]2020-07-131-4/+4
|\ \ | |/ |/| | | | | | | | | | | 5339: Update adler and syn r=kjeremy a=kjeremy Might boost compression speeds: https://github.com/jonas-schievink/adler/releases/tag/v0.2.3 Co-authored-by: kjeremy <[email protected]>
| * Update adler and synkjeremy2020-07-131-4/+4
|/
* Merge #5331bors[bot]2020-07-122-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 #4966Florian Diebold2020-07-122-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.
* | Merge #5319bors[bot]2020-07-1213-353/+420
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5319: Chalk upgrade r=flodiebold a=flodiebold - upgrade Chalk - make use of Chalk's `Unsize` impls, remove ours - use Chalk's built-in array type - search efficiently for impls for an int/float variable - output Chalk tracing logs in hir_ty tests Fixes #2534. Fixes #5057. Fixes #4374. Fixes #4281. Co-authored-by: Florian Diebold <[email protected]> Co-authored-by: Florian Diebold <[email protected]>
| * | Remove some unnecessary file namesFlorian Diebold2020-07-121-3/+0
| | |
| * | Add test for #4281Florian Diebold2020-07-121-0/+23
| | | | | | | | | | | | Fixes #4281.
| * | Search more efficiently for int/float implsFlorian Diebold2020-07-123-18/+118
| | |