about summary refs log tree commit diff
path: root/compiler/rustc_apfloat
AgeCommit message (Collapse)AuthorLines
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-1/+0
2022-08-18Add diagnostic translation lints to crates that don't emit them5225225-0/+2
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-2/+2
2022-06-27Update `smallvec` to 1.8.1.Nicholas Nethercote-1/+1
This pulls in https://github.com/servo/rust-smallvec/pull/282, which gives some small wins for rustc.
2022-06-03Fully stabilize NLLJack Huey-1/+0
2022-03-30Spellchecking some commentsYuri Astrakhan-1/+1
This PR attempts to clean up some minor spelling mistakes in comments
2021-12-14Stabilize iter::zip.PFPoitras-1/+0
2021-10-15Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, ↵Matthias Krüger-2/+0
r=petrochenkov" The PR had some unforseen perf regressions that are not as easy to find. Revert the PR for now. This reverts commit 6ae8912a3e7d2c4c775024f58a7ba4b1aedc4073, reversing changes made to 86d6d2b7389fe1b339402c1798edae8b695fc9ef.
2021-10-10Apply clippy suggestionsClemens Wasser-0/+2
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo.
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-06-14Use the now available implementation of `IntoIterator` for arraysLeSeulArtichaut-14/+14
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-03-26Use iter::zip in compiler/Josh Stone-2/+4
2021-03-19stabilize or_patternsmark-1/+1
2021-02-14bumped smallvec depsklensy-1/+1
2020-10-04Backport another LLVM commit to rustc_apfloatest31-27/+27
Backports LLVM commit: [APFloat] convert SNaN to QNaN in convert() and raise Invalid signal https://github.com/llvm/llvm-project/commit/149f5b573c79eac0c519ada4d2f7c50e17796cdf SNaN to QNaN conversion also matches what my Intel x86_64 hardware does.
2020-09-30Backport LLVM apfloat commit to rustc_apfloatest31-0/+21
Backports LLVM commit: https://github.com/llvm/llvm-project/commit/e34bd1e0b03d20a506ada156d87e1b3a96d82fa2 Fixes #69532
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-08-30mv compiler to compiler/mark-0/+7705