index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
os
/
raw
Age
Commit message (
Expand
)
Author
Lines
2024-05-20
Remove Windows dependency on libc
Ben Kimock
-0
/
+2
2023-06-16
Remove `#[cfg(all())]` workarounds from `c_char`
Alex Macleod
-5
/
+0
2022-03-01
Provide C FFI types via core::ffi, not just in std
Josh Triplett
-216
/
+21
2021-12-07
Work around Clippy false positive on `as c_char`
David Tolnay
-0
/
+5
2021-12-07
Define c_char using cfg_if rather than repeating 40-line cfg
David Tolnay
-88
/
+57
2021-11-27
Add riscv64gc-unknown-freebsd
Tobias Kortkamp
-2
/
+4
2021-10-31
Re-add `std::os::raw::c_ssize_t`, with more accurate documentation
Thom Chiovoloni
-0
/
+7
2021-10-30
Replace `std::os::raw::c_ssize_t` with `std::os::raw::c_ptrdiff_t`
Thom Chiovoloni
-2
/
+2
2021-10-05
Suppress some cfg from being shown in the stdlib docs
Wim Looman
-0
/
+6
2021-09-20
Fix a technicality regarding the size of C's `char` type
Nadja Reitzenstein
-1
/
+1
2021-08-25
Reference tracking issue
Thom Chiovoloni
-2
/
+2
2021-08-25
Add `c_size_t` and `c_ssize_t` to `std::os::raw`.
Thom Chiovoloni
-0
/
+14
2021-02-23
Use #[doc = include_str!()] in std
LeSeulArtichaut
-1
/
+1
2021-02-21
update tracking issue for raw_os_nonzero
Ashley Mannix
-1
/
+1
2021-02-17
Provide NonZero_c_* integers
Ian Jackson
-18
/
+47
2021-02-17
std::src::os::raw: Refactor, introducing macro type_alias!
Ian Jackson
-54
/
+27
2020-09-16
library/std: raw: Add support for RISC-V 32-bit
Alistair Francis
-2
/
+4
2020-09-04
Remove a useless allowed attr
Lzu Tao
-2
/
+0
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-21
/
+20
2020-08-14
remove primitive type links
Prabakaran Kumaresshan
-20
/
+0
2020-08-14
Switch to intra-doc links in os/raw/*.md
Prabakaran Kumaresshan
-33
/
+33
2020-07-27
mv std libs to library/
mark
-0
/
+257