]> git.lizzy.rs Git - rust.git/history - tests/ui/floating_point_powi.stderr
`assertions_on_result_states` fix suggestion when `assert!` not in a statement
[rust.git] / tests / ui / floating_point_powi.stderr
2022-09-05 Dylan DPCRollup merge of #101142 - nnethercote:improve-hir-stats...
2022-08-31 borsAuto merge of #101249 - matthiaskrgr:rollup-wahnoz8...
2022-08-31 Jason NewcombMerge commit 'f51aade56f93175dde89177a92e3669ebd8e7592...
2022-08-30 borsAuto merge of #9394 - lukaslueg:issue9391, r=Jarcho
2022-08-29 Lukas LuegFix more parens for `suboptimal_flops` suggs
2021-06-20 borsAuto merge of #85538 - r00ster91:iterrepeat, r=Mark...
2021-06-17 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2021-06-11 borsAuto merge of #7160 - flip1995:field_reassign_macros...
2021-05-21 borsAuto merge of #7258 - YohDeadfall:update-copyrights...
2021-05-20 flip1995Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577...
2021-05-20 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-05-18 borsAuto merge of #7089 - Jarcho:multiple_impls_generic...
2021-05-18 Philipp KronesRollup merge of #7239 - flip1995:ci-windows-rustup...
2021-05-18 Philipp KronesRollup merge of #7237 - hi-rustin:rustin-patch-command...
2021-05-18 Philipp KronesRollup merge of #7235 - camsteffen:manual-unwrap-or...
2021-05-18 borsAuto merge of #7201 - mucinoab:master, r=giraffate
2021-05-18 Bruno A. MuciñoRemove powi, "square can be computed more efficiently"
2020-07-26 borsAuto merge of #5820 - ThibsG:FixSuspiciousArithmeticImp...
2020-07-16 flip1995Merge remote-tracking branch 'upstream/rust-1.44.1...
2020-07-14 flip1995Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175...
2020-07-14 borsAuto merge of #5732 - bjorn3:patch-1, r=flip1995
2020-07-14 borsAuto merge of #5773 - giraffate:repeat_once, r=flip1995
2020-07-13 borsAuto merge of #5792 - flip1995:rollup-torc1we, r=flip1995
2020-07-13 Philipp KronesRollup merge of #5786 - matthiaskrgr:new_lint_issue_tem...
2020-07-13 Philipp KronesRollup merge of #5784 - matthiaskrgr:ice_5780, r=phansch
2020-07-13 Philipp KronesRollup merge of #5756 - ebroto:5754_sort_by, r=flip1995
2020-07-13 Philipp KronesRollup merge of #5752 - chrisduerr:pedantic_ranges...
2020-07-13 Philipp KronesRollup merge of #5443 - thiagoarrais:issue-2040, r...
2020-07-06 Thiago ArraisReclassify powi(2) lint under suboptimal_flops
2020-07-06 Thiago ArraisLint (x * x + y * y).sqrt() => x.hypot(y)
2020-07-06 Thiago ArraisLint for x.powi(2) => x * x