| Age | Commit message (Expand) | Author | Lines |
| 2024-07-17 | add test for repr(transparent) enum | Folkert | -5/+12 |
| 2024-07-16 | stop running code samples in the error code .md | Folkert | -2/+2 |
| 2024-07-16 | another attempt at fixing the examples in the error codes .md | Folkert | -0/+2 |
| 2024-07-16 | move cmse ABI validation into its own module | Folkert | -59/+82 |
| 2024-07-16 | make function pub in error_codes markdown file | Folkert | -2/+2 |
| 2024-07-16 | add more tests for `cmse-nonsecure-call` stack spills | Folkert | -62/+280 |
| 2024-07-16 | add rust error message for CMSE stack spill | Folkert | -11/+143 |
| 2024-07-15 | Auto merge of #127757 - workingjubilee:rollup-4dbks5r, r=workingjubilee | bors | -292/+307 |
| 2024-07-15 | Rollup merge of #127750 - ChrisDenton:safe-unsafe-unsafe, r=workingjubilee | Jubilee | -25/+51 |
| 2024-07-15 | Rollup merge of #127744 - workingjubilee:deny-unsafe-op-in-std, r=jhpratt | Jubilee | -66/+89 |
| 2024-07-15 | Rollup merge of #127712 - ChrisDenton:raw-types, r=workingjubilee | Jubilee | -201/+167 |
| 2024-07-15 | Auto merge of #127265 - harmou01:dev/harmou01/target-spec-metadata, r=Nilstrieb | bors | -887/+903 |
| 2024-07-15 | Move safety comment outside unsafe block | Chris Denton | -1/+1 |
| 2024-07-15 | Make os/windows default to deny unsafe in unsafe | Chris Denton | -15/+26 |
| 2024-07-15 | Make pal/windows default to deny unsafe in unsafe | Chris Denton | -11/+26 |
| 2024-07-15 | Fix Windows 7 | Chris Denton | -4/+4 |
| 2024-07-15 | Auto merge of #127719 - devnexen:math_log_fix_solill, r=Amanieu | bors | -34/+3 |
| 2024-07-15 | Don't re-export `c_int` from `c` | Chris Denton | -8/+7 |
| 2024-07-15 | Make normalization regex less exact | Chris Denton | -1/+1 |
| 2024-07-15 | Remove DWORD | Chris Denton | -105/+90 |
| 2024-07-15 | Remove ULONG | Chris Denton | -14/+13 |
| 2024-07-15 | Remove PSRWLOCK | Chris Denton | -4/+1 |
| 2024-07-15 | Remove LPVOID | Chris Denton | -18/+18 |
| 2024-07-15 | Remove LPSECURITY_ATTRIBUTES | Chris Denton | -3/+2 |
| 2024-07-15 | Remove LPOVERLAPPED | Chris Denton | -2/+1 |
| 2024-07-15 | Remove LPCVOID | Chris Denton | -2/+1 |
| 2024-07-15 | Remove SIZE_T | Chris Denton | -3/+2 |
| 2024-07-15 | Remove CHAR | Chris Denton | -4/+3 |
| 2024-07-15 | Remove USHORT | Chris Denton | -4/+3 |
| 2024-07-15 | Remove LPWSTR | Chris Denton | -10/+8 |
| 2024-07-15 | Remove UINT | Chris Denton | -2/+1 |
| 2024-07-15 | Remove LONG | Chris Denton | -4/+2 |
| 2024-07-15 | Remove LARGE_INTEGER | Chris Denton | -16/+15 |
| 2024-07-15 | Remove NonZeroDWORD | Chris Denton | -5/+3 |
| 2024-07-15 | Auto merge of #127732 - GrigorenkoPV:teeos-safe-sys-init, r=Amanieu | bors | -5/+6 |
| 2024-07-14 | std: Unsafe-wrap std::sync | Jubilee Young | -41/+54 |
| 2024-07-14 | std: Unsafe-wrap in Wtf8 impl | Jubilee Young | -5/+10 |
| 2024-07-14 | std: Unsafe-wrap std::io | Jubilee Young | -9/+13 |
| 2024-07-14 | std: Directly call unsafe {un,}setenv in env | Jubilee Young | -11/+4 |
| 2024-07-14 | std: Unsafe-wrap OSStr{,ing}::from_encoded_bytes_unchecked | Jubilee Young | -3/+2 |
| 2024-07-14 | std: Unsafe-wrap HashMap::get_many_unchecked_mut | Jubilee Young | -3/+1 |
| 2024-07-14 | std: deny(unsafe_op_in_unsafe_fn) but allow sites | Jubilee Young | -1/+12 |
| 2024-07-14 | Auto merge of #127718 - cjgillot:find_field, r=compiler-errors | bors | -55/+73 |
| 2024-07-14 | std: removes logarithms family function edge cases handling for solaris. | David Carlier | -34/+3 |
| 2024-07-14 | Auto merge of #127726 - RalfJung:miri-sync, r=RalfJung | bors | -277/+1531 |
| 2024-07-14 | Auto merge of #127728 - matthiaskrgr:rollup-ercdbjd, r=matthiaskrgr | bors | -93/+406 |
| 2024-07-14 | sys::init is not unsafe on teeos | Pavel Grigorenko | -5/+6 |
| 2024-07-14 | Rollup merge of #127711 - BoxyUwU:add_effects_test, r=fee1-dead | Matthias Krüger | -0/+88 |
| 2024-07-14 | Rollup merge of #127630 - compiler-errors:type-ascription, r=chenyukang | Matthias Krüger | -3/+1 |
| 2024-07-14 | Rollup merge of #127592 - tesuji:patch-1, r=Mark-Simulacrum | Matthias Krüger | -0/+4 |