about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-30/+11
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-107/+225
2021-09-09Emit proper errors on missing closure bracesSasha Pourcelot-9/+234
2021-09-09Only add_implied_bounds for norm_ty if differentjackh726-3/+4
2021-09-09Use FxHashSet instead of Vec for well formed tysjackh726-34/+36
2021-09-09Added abs_diff for integer types.Orson Peters-0/+61
2021-09-09Auto merge of #7649 - flip1995:backport_remerge, r=flip1995bors-0/+0
2021-09-09Merge remote-tracking branch 'upstream/beta' into backport_remergeflip1995-0/+0
2021-09-09add test for builtin types N + N unifying with fn callEllen-5/+33
2021-09-09Use more accurate spans for "unused delimiter" lintEsteban Kuber-150/+551
2021-09-09regression test for issue #88583.Felix S. Klock II-0/+15
2021-09-09Re-add 71a7f8f1884b2c83eeb4a545eef16df1f2ea6476 post-revert.Felix S. Klock II-1/+4
2021-09-09Revert "Implement Anonymous{Struct, Union} in the AST"Felix S. Klock II-209/+14
2021-09-09Manually crafted revert of d4ad050ce5778a09566f6f9ec172565815d54604 .Felix S. Klock II-68/+0
2021-09-09Revert "Add test for restriction of anonymous types on validation"Felix S. Klock II-227/+0
2021-09-09Revert "Fix ast expanded printing for anonymous types"Felix S. Klock II-6/+10
2021-09-09Revert "Add test for pretty printing anonymous types"Felix S. Klock II-24/+0
2021-09-09Revert "Allow formatting `Anonymous{Struct, Union}` declarations"Felix S. Klock II-65/+12
2021-09-09Workaround blink/chromium grid layout limitation of 1000 rowsStefan Schindler-0/+12
2021-09-09Update lockfileSamuel E. Moelius III-31/+8
2021-09-09Update dependenciesSamuel E. Moelius III-34/+32
2021-09-09Update dependenciesSamuel E. Moelius III-34/+32
2021-09-09Allow missing code examples in trait impls.Hans Niklas Jacob-0/+27
2021-09-09Auto merge of #88676 - devnexen:fbsd_toolchain_upd, r=Mark-Simulacrumbors-1/+1
2021-09-09Prep for upgrade to cargo_metadata 0.14.0Samuel E. Moelius III-10/+4
2021-09-09Prep for upgrade to cargo_metadata 0.14.0Samuel E. Moelius III-10/+4
2021-09-09bugfixAndreas Liljeqvist-1/+1
2021-09-09WrapAndreas Liljeqvist-1/+1
2021-09-09Make `abi::Abi` `Copy` and remove a *lot* of refsAndreas Liljeqvist-27/+21
2021-09-09rename `is_valid_for` to `is_valid`Andreas Liljeqvist-5/+5
2021-09-09Rename `(un)signed` to `(un)signed_int`Andreas Liljeqvist-16/+17
2021-09-09Move `unsigned_max` etc into `Size` againAndreas Liljeqvist-37/+37
2021-09-09Remove cloneAndreas Liljeqvist-1/+1
2021-09-09Make `abi::Abi` `Copy` and remove a *lot* of refsAndreas Liljeqvist-163/+139
2021-09-09Fix docstringAndreas Liljeqvist-2/+1
2021-09-09Use special `Debug` format when `start` > `end`Andreas Liljeqvist-1/+5
2021-09-09Remove `contains_zero`, respect the compilerAndreas Liljeqvist-10/+3
2021-09-09derive Copy for WrappingRange and ScalarAndreas Liljeqvist-6/+6
2021-09-09fix matchAndreas Liljeqvist-2/+4
2021-09-09Add methods for checking for full ranges to `Scalar` and `WrappingRange`Andreas Liljeqvist-56/+41
2021-09-09Auto merge of #88748 - bjorn3:try_fix_perf_regression, r=wesleywiserbors-1/+6
2021-09-09Fix issue #72649: avoid spurious "previous iteration of loop" errors.Robert Xiao-28/+212
2021-09-09Allow ~const bounds on inherent implsDeadbeef-1/+24
2021-09-09Add another test case + fmtDeadbeef-14/+94
2021-09-09fix precise live dropsDeadbeef-7/+38
2021-09-09do not require lang itemDeadbeef-1/+8
2021-09-09Remove the queriesDeadbeef-116/+13
2021-09-09Use trait select logic instead of queryDeadbeef-32/+101
2021-09-09fmtDeadbeef-21/+20
2021-09-09Failing testDeadbeef-0/+31