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
/
src
/
libcore
/
ffi.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-23
Make VaList::arg link actually work
Tyler Ruckinger
-1
/
+1
2020-04-23
Fix doc link errors
Tyler Ruckinger
-1
/
+1
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-2
/
+2
2019-11-26
Format libcore with rustfmt
David Tolnay
-119
/
+164
2019-11-06
Have tidy ensure that we document all `unsafe` blocks in libcore
Oliver Scherer
-0
/
+1
2019-10-29
doc: use new feature gate for c_void type
Lzu Tao
-1
/
+6
2019-10-16
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-38
/
+18
2019-10-05
Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...
Tyler Mandry
-18
/
+38
2019-10-04
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-38
/
+18
2019-07-14
Make VaListImpl<'f> invariant over the 'f lifetime
Andrei Homescu
-5
/
+8
2019-07-04
Switch master to 1.38
Mark Rousskov
-6
/
+0
2019-06-17
Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...
Andrei Homescu
-44
/
+187
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-5
/
+5
2019-04-18
libcore => 2018
Taiki Endo
-1
/
+1
2019-03-28
Rollup merge of #59371 - dlrobertson:rename_va_list_copy, r=joshtriplett
Mazdak Farrokhzad
-1
/
+1
2019-03-22
ffi: rename VaList::copy to VaList::with_copy
Dan Robertson
-1
/
+1
2019-03-19
Fix missing cfg for aarch64 + ios in ffi.rs
James Duley
-4
/
+6
2019-03-19
Fix AArch64 typo in comments
James Duley
-1
/
+1
2019-03-19
Fix aarch64 typo
James Duley
-2
/
+2
2019-03-05
core: ensure VaList passes improper_ctypes lint
Dan Robertson
-7
/
+7
2019-02-10
libs: doc comments
Alexander Regueiro
-2
/
+2
2019-01-18
Rollup merge of #57340 - eqrion:doc/c_variadic, r=Mark-Simulacrum
Mazdak Farrokhzad
-11
/
+11
2019-01-18
Rollup merge of #56594 - sdroege:c_void-is-not-never, r=TimNN
Mazdak Farrokhzad
-7
/
+10
2019-01-07
Use correct tracking issue for c_variadic
Ryan Hunt
-11
/
+11
2019-01-03
VaList::copy should not require a mutable ref
Dan Robertson
-1
/
+1
2018-12-13
Update code comments of `c_void` to explain the reasoning for its current imp...
Sebastian Dröge
-4
/
+6
2018-12-13
Remove confusing comment about ideally using `!` for `c_void`
Sebastian Dröge
-3
/
+4
2018-12-12
Bump to 1.33.0
Alex Crichton
-4
/
+0
2018-12-08
Rollup merge of #56599 - dlrobertson:fix_va_arg, r=eddyb
Mazdak Farrokhzad
-0
/
+2
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-07
codegen: Fix va_list - aaarch64 iOS/Windows
Dan Robertson
-0
/
+2
2018-11-26
libcore: Add va_list lang item and intrinsics
Dan Robertson
-0
/
+185
2018-09-14
Move std::os::raw::c_void into libcore and re-export in libstd
Isaac Woods
-0
/
+42