Commit Graph

17 Commits

Author SHA1 Message Date
Yuri Astrakhan cbe4379412 Spellchecking some comments
This PR attempts to clean up some minor spelling mistakes in comments
2022-03-30 01:39:38 -04:00
PFPoitras 2ca95b6134 Stabilize iter::zip. 2021-12-14 18:50:31 -04:00
Matthias Krüger 8fea779015 Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=petrochenkov"
The PR had some unforseen perf regressions that are not as easy to find.
Revert the PR for now.

This reverts commit f072bbde2e, reversing
changes made to d4e672d222.
2021-10-15 11:28:23 +02:00
Clemens Wasser 7284423f06 Apply clippy suggestions 2021-10-10 15:38:19 +02:00
Mark Rousskov f5a19f35c1 Migrate to 2021 2021-09-20 22:21:42 -04:00
Jade c72215df19 rfc3052: Remove authors field from Cargo manifests
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-07-29 14:56:05 -07:00
Smitty ef42de0874 Use HTTPS links where possible 2021-06-23 16:26:46 -04:00
LeSeulArtichaut 94a5436865 Use the now available implementation of IntoIterator for arrays 2021-06-14 23:40:09 +02:00
Pietro Albini cfbc4671af remove cfg(bootstrap) 2021-05-24 11:07:48 -04:00
Josh Stone 6a2c6c17be Use iter::zip in compiler/ 2021-03-26 09:32:31 -07:00
mark 8b7973863f stabilize or_patterns 2021-03-19 19:45:32 -05:00
klensy 230b04b8d2 bumped smallvec deps 2021-02-14 18:03:11 +03:00
est31 e304fe8f41 Backport another LLVM commit to rustc_apfloat
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-10-04 02:02:25 +02:00
est31 52db1451bf Backport LLVM apfloat commit to rustc_apfloat
Backports LLVM commit: https://github.com/llvm/llvm-project/commit/e34bd1e0b03d20a506ada156d87e1b3a96d82fa2

Fixes #69532
2020-09-30 17:48:26 +02:00
Erik Hofmayer de60043a75 /nightly/nightly-rustc 2020-09-23 21:51:56 +02:00
Erik Hofmayer 6785e43937 Updated html_root_url for compiler crates 2020-09-23 21:14:43 +02:00
mark c11a3894e6 mv compiler to compiler/ 2020-08-30 18:45:07 +03:00