| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-14 | Fix target_feature config in portable-simd | Urgau | -1/+1 | |
| 2023-12-04 | portable-simd: add missing feature gate | Ralf Jung | -1/+1 | |
| 2023-12-02 | Remove link to core::arch::x86_64 | Caleb Zulawski | -1/+1 | |
| 2023-11-26 | Merge commit 'e0e9a4517f9fc021283514da387e70a56061bd3e' into ↵ | Caleb Zulawski | -972/+1765 | |
| sync-portable-simd-2023-11-19 | ||||
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -1/+0 | |
| 2023-07-31 | remove repetitive words | cui fliter | -1/+1 | |
| Signed-off-by: cui fliter <imcusg@gmail.com> | ||||
| 2023-07-07 | Sync portable-simd to 2023 July 07 | Jubilee Young | -129/+333 | |
| Sync up to rust-lang/portable-simd@7c7dbe0c505ccbc02ff30c1e37381ab1d47bf46f | ||||
| 2023-05-16 | Hide repr attribute from doc of types without guaranteed repr | David Tolnay | -1/+1 | |
| 2023-05-11 | Correct swizzle_dyn cfg for armv7 neon | Jubilee Young | -1/+1 | |
| 2023-05-11 | Sync portable-simd to 2023 May 10 | Jubilee Young | -701/+2161 | |
| Sync up to rust-lang/portable-simd@852762563aa890286eda2f668b8af30f8aa84216 | ||||
| 2023-04-28 | Make sure that signatures aren't accidental refinements | Michael Goulet | -1/+1 | |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -1/+1 | |
| 2023-03-03 | Match unmatched backticks in library/ | est31 | -1/+1 | |
| 2023-01-21 | Remove unnecessary `&format!` | Nikolai Vazquez | -1/+1 | |
| These were likely from before the `PartialEq<str>` impl for `&String`. | ||||
| 2022-11-06 | Fix rustdoc lints | Mark Rousskov | -2/+2 | |
| 2022-09-05 | separate the receiver from arguments in HIR under /clippy | Takayuki Maeda | -5/+1 | |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -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 | ||||
| 2022-07-20 | Sync core::simd up to ↵ | Jubilee Young | -881/+1601 | |
| rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bdad5b1b2efd | ||||
| 2022-05-27 | Finish bumping stage0 | Mark Rousskov | -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. | ||||
| 2022-04-12 | portable-simd: use simd_arith_offset to avoid ptr-int transmutation | Ralf Jung | -0/+15 | |
| 2022-03-12 | Sync portable-simd to ↵ | Jubilee Young | -102/+211 | |
| rust-lang/portable-simd@72df4c45056a8bc0d1b3f06fdc828722177f0763 | ||||
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -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). | ||||
| 2022-03-02 | Fix unused_doc_comments lint errors | Guillaume Gomez | -3/+4 | |
| 2022-03-01 | Rollup merge of #94452 - workingjubilee:sync-simd-bitmasks, r=workingjubilee | Dylan DPC | -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` | ||||
| 2022-02-28 | Sync rust-lang/portable-simd@5f49d4c8435a25d804b2f375e949cb25479f5be9 | Jubilee Young | -123/+438 | |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -6/+1 | |
| 2022-01-27 | Sync rust-lang/portable-simd@03f6fbb21e6050da2a05b3ce8f480c020b384916 | Jubilee Young | -321/+479 | |
| 2021-12-17 | Merge commit '533f0fc81ab9ba097779fcd27c8f9ea12261fef5' into psimd | Vadim Petrochenkov | -62/+25 | |
| 2021-12-02 | Merge commit 'a8385522ade6f67853edac730b5bf164ddb298fd' into ↵ | Jubilee Young | -522/+537 | |
| simd-remove-autosplats | ||||
| 2021-11-12 | Add 'library/portable-simd/' from commit ↵ | Jubilee Young | -0/+6700 | |
| '1ce1c645cf27c4acdefe6ec8a11d1f0491954a99' git-subtree-dir: library/portable-simd git-subtree-mainline: efd0483949496b067cd5f7569d1b28cd3d5d3c72 git-subtree-split: 1ce1c645cf27c4acdefe6ec8a11d1f0491954a99 | ||||
