summaryrefslogtreecommitdiff
path: root/library/portable-simd
Commit message (Collapse)AuthorAgeFilesLines
* Hide repr attribute from doc of types without guaranteed reprDavid Tolnay2023-05-161-1/+1
|
* Correct swizzle_dyn cfg for armv7 neonJubilee Young2023-05-111-1/+1
|
* Sync portable-simd to 2023 May 10Jubilee Young2023-05-1142-723/+2177
| | | | Sync up to rust-lang/portable-simd@852762563aa890286eda2f668b8af30f8aa84216
* Make sure that signatures aren't accidental refinementsMichael Goulet2023-04-281-1/+1
|
* remove some unneeded importsKaDiWa2023-04-121-1/+1
|
* Match unmatched backticks in library/est312023-03-031-1/+1
|
* Remove unnecessary `&format!`Nikolai Vazquez2023-01-211-1/+1
| | | | These were likely from before the `PartialEq<str>` impl for `&String`.
* Fix rustdoc lintsMark Rousskov2022-11-062-2/+2
|
* separate the receiver from arguments in HIR under /clippyTakayuki Maeda2022-09-051-5/+1
|
* Fix a bunch of typoDezhi Wu2022-08-311-1/+1
| | | | | | | | | This PR will fix some typos detected by [typos]. I only picked the ones I was sure were spelling errors to fix, mostly in the comments. [typos]: https://github.com/crate-ci/typos
* Sync core::simd up to ↵Jubilee Young2022-07-2031-881/+1606
| | | | rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bdad5b1b2efd
* Finish bumping stage0Mark Rousskov2022-05-272-20/+0
| | | | | | It looks like the last time had left some remaining cfg's -- which made me think that the stage0 bump was actually successful. This brings us to a released 1.62 beta though.
* portable-simd: use simd_arith_offset to avoid ptr-int transmutationRalf Jung2022-04-122-0/+15
|
* Sync portable-simd to ↵Jubilee Young2022-03-1219-104/+213
| | | | rust-lang/portable-simd@72df4c45056a8bc0d1b3f06fdc828722177f0763
* Use implicit capture syntax in format_argsT-O-R-U-S2022-03-101-2/+2
| | | | | | | | | | | | This updates the standard library's documentation to use the new syntax. The documentation is worthwhile to update as it should be more idiomatic (particularly for features like this, which are nice for users to get acquainted with). The general codebase is likely more hassle than benefit to update: it'll hurt git blame, and generally updates can be done by folks updating the code if (and when) that makes things more readable with the new format. A few places in the compiler and library code are updated (mostly just due to already having been done when this commit was first authored).
* Fix unused_doc_comments lint errorsGuillaume Gomez2022-03-021-3/+4
|
* Rollup merge of #94452 - workingjubilee:sync-simd-bitmasks, r=workingjubileeDylan DPC2022-03-0121-123/+438
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Sync portable-simd for bitmasks &c. In the ideal case, where everything works easily and nothing has to be rearranged, it is as simple as: - `git subtree pull -P library/portable-simd https://github.com/rust-lang/portable-simd - ${branch}` - write the commit message - `python x.py test --stage 1` to make sure it runs - `git push` to your PR-to-rustc branch If anything borks up this flow, you can fix it with sufficient git wizardry but you are usually better off going back to the source, fixing it, and starting over, before you open the PR. r? `@calebzulawski`
| * Sync rust-lang/portable-simd@5f49d4c8435a25d804b2f375e949cb25479f5be9Jubilee Young2022-02-2821-123/+438
| |
* | Switch bootstrap cfgsMark Rousskov2022-02-252-6/+1
|/
* Sync rust-lang/portable-simd@03f6fbb21e6050da2a05b3ce8f480c020b384916Jubilee Young2022-01-2714-321/+480
|
* Merge commit '533f0fc81ab9ba097779fcd27c8f9ea12261fef5' into psimdVadim Petrochenkov2021-12-174-62/+25
|
* Merge commit 'a8385522ade6f67853edac730b5bf164ddb298fd' into ↵Jubilee Young2021-12-0222-524/+539
| | | | simd-remove-autosplats
* Add 'library/portable-simd/' from commit ↵Jubilee Young2021-11-1278-0/+7502
'1ce1c645cf27c4acdefe6ec8a11d1f0491954a99' git-subtree-dir: library/portable-simd git-subtree-mainline: efd0483949496b067cd5f7569d1b28cd3d5d3c72 git-subtree-split: 1ce1c645cf27c4acdefe6ec8a11d1f0491954a99