| Age | Commit message (Expand) | Author | Lines |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -1/+79 |
| 2024-02-21 | remove simd_reduce_{min,max}_nanless | Ralf Jung | -26/+0 |
| 2024-02-21 | make simd_reduce_{mul,add}_unordered use only the 'reassoc' flag, not all fas... | Ralf Jung | -12/+4 |
| 2024-02-21 | intrinsics::simd: add missing functions | Ralf Jung | -0/+103 |
| 2024-02-20 | Rollup merge of #119203 - farnoy:simd-masked-intrinsic-docfix, r=RalfJung | Matthias Krüger | -4/+6 |
| 2024-02-20 | Correct the simd_masked_{load,store} intrinsic docs | Jakub Okoński | -4/+6 |
| 2024-02-10 | various docs tweaks | Ralf Jung | -7/+7 |
| 2024-02-10 | simd_scatter: mention left-to-right order | Ralf Jung | -0/+3 |
| 2024-02-10 | add more missing simd intrinsics | Ralf Jung | -0/+32 |
| 2024-02-10 | simd intrinsics: add simd_shuffle_generic | Ralf Jung | -3/+16 |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -2/+0 |
| 2024-01-22 | Add Assume custom MIR. | Camille GILLOT | -0/+2 |
| 2024-01-05 | library: Add `allow(unused_assignments)` to custom MIR doctest | Vadim Petrochenkov | -0/+1 |
| 2023-12-26 | custom mir: better type-checking | Ralf Jung | -7/+9 |
| 2023-12-26 | custom mir: make it clear what the return block is | Ralf Jung | -9/+40 |
| 2023-12-22 | update cfg(bootstrap)s | Pietro Albini | -2/+0 |
| 2023-12-18 | Disable new intrinsics for bootstrap | Caleb Zulawski | -0/+2 |
| 2023-12-17 | Add new intrinsics | Caleb Zulawski | -0/+39 |
| 2023-12-17 | Further explain semantics | Caleb Zulawski | -2/+13 |
| 2023-12-17 | Apply suggestions from code review | Caleb Zulawski | -2/+3 |
| 2023-12-17 | Improve simd_bitmask documentation and other minor fixes | Caleb Zulawski | -8/+15 |
| 2023-12-17 | State type requirements first | Caleb Zulawski | -61/+62 |
| 2023-12-17 | Clarify UB and improve grammar | Caleb Zulawski | -4/+4 |
| 2023-12-17 | Add core::intrinsics::simd | Caleb Zulawski | -0/+412 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -1/+1 |
| 2023-11-14 | Custom MIR: Support cleanup blocks | Tomasz Miąsko | -15/+73 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -7/+3 |
| 2023-09-01 | Support bootstrap. | Camille GILLOT | -3/+6 |
| 2023-09-01 | Support debuginfo for custom MIR. | Camille GILLOT | -9/+21 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -3/+3 |
| 2023-08-19 | custom_mir: change Call() terminator syntax to something more readable | Ralf Jung | -4/+5 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+3 |
| 2023-05-15 | Documentation | Andy Wang | -1/+1 |
| 2023-05-15 | Add CopyForDeref to custom MIR | Andy Wang | -0/+1 |
| 2023-05-09 | Auto merge of #110027 - nbdd0121:dieting, r=m-ou-se | bors | -0/+1 |
| 2023-05-07 | Add `#[inline]` to functions that are never called | Gary Guo | -0/+1 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -3/+0 |
| 2023-04-14 | Rollup merge of #110154 - DaniPopes:library-typos, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2023-04-11 | Add Offset binary op to custom mir | Andy Wang | -0/+2 |
| 2023-04-10 | Fix typos in library | DaniPopes | -1/+1 |
| 2023-03-23 | Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obk | bors | -0/+8 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -0/+8 |
| 2023-03-22 | Rollup merge of #109392 - cbeuw:composite-ret, r=JakobDegen | Matthias Krüger | -1/+16 |
| 2023-03-20 | Add documentation for `type RET = ...` | Andy Wang | -0/+14 |
| 2023-03-20 | Allow optional RET type annotation | Andy Wang | -1/+2 |
| 2023-03-19 | Fix wrong crate name in custom MIR docs | Nilstrieb | -1/+1 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -2/+1 |
| 2023-03-03 | Match unmatched backticks in library/ | est31 | -1/+1 |
| 2023-01-31 | Auto merge of #107297 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -4/+2 |
| 2023-01-30 | stage-step cfgs | Mark Rousskov | -4/+2 |