Skip to content

Conversation

@brson
Copy link
Contributor

@brson brson commented Mar 22, 2011

Update docs for 'if' statements, remove redundant alt cases, expand elseif tests.

@graydon
Copy link
Contributor

graydon commented Mar 22, 2011

Integrated.

@graydon graydon closed this Mar 22, 2011
oli-obk added a commit to oli-obk/rust that referenced this pull request Sep 19, 2017
Produce backtraces for miri internals
keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this pull request Dec 12, 2017
Refine defininition of mcontext_t on linux glibc x86-64 and x86.
kazcw pushed a commit to kazcw/rust that referenced this pull request Oct 23, 2018
* Implement `_m_psubb`

* Implement `_m_psubw`

* Implement `_m_psubd`

* Implement `_m_psubsb`

* Implement `_m_psubsw`

* Implement `_m_psubusb`

* Implement `_m_psubusw`

* Have the subtraction intrinsic naming consistent with the addition ones

E.g. use `_mm_sub_pi8` instead of `_m_psubb`

* Implement all subtraction aliases for the `_mm_*` variants

- `_m_psubb` for `_mm_sub_pi8`
- `_m_psubw` for `_mm_sub_pi16`
- `_m_psubd` for `_mm_sub_pi32`
- `_m_psubsb` for `_mm_subs_pi8`
- `_m_psubsw` for `_mm_subs_pi16`
- `_m_psubusb` for `_mm_subs_pu8`
- `_m_psubusw` for `_mm_subs_pu16`
workingjubilee pushed a commit to workingjubilee/rustc that referenced this pull request Jul 20, 2022
celinval pushed a commit to celinval/rust-dev that referenced this pull request Jun 4, 2024
* Add support for multiple expected failures.

* Check for expected failures on RMC's output instead of test file.

* Address concerns.
noscripter pushed a commit to noscripter/rust that referenced this pull request Sep 8, 2025
0xllx0 added a commit to 0xllx0/rust that referenced this pull request Oct 7, 2025
Adds `kani` proof and function contract for
`UncheckedIterator::next_unchecked`.

Ensures that the safety invariants are held using the model checker.
0xllx0 added a commit to 0xllx0/rust that referenced this pull request Oct 10, 2025
Adds `kani` proof and function contract for
`UncheckedIterator::next_unchecked`.

Ensures that the safety invariants are held using the model checker.
0xllx0 added a commit to 0xllx0/rust that referenced this pull request Oct 13, 2025
Adds `kani` proof and function contract for
`UncheckedIterator::next_unchecked`.

Ensures that the safety invariants are held using the model checker.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants