about summary refs log tree commit diff
path: root/src/libcore/ffi.rs
AgeCommit message (Expand)AuthorLines
2020-04-23Make VaList::arg link actually workTyler Ruckinger-1/+1
2020-04-23Fix doc link errorsTyler Ruckinger-1/+1
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-2/+2
2019-11-26Format libcore with rustfmtDavid Tolnay-119/+164
2019-11-06Have tidy ensure that we document all `unsafe` blocks in libcoreOliver Scherer-0/+1
2019-10-29doc: use new feature gate for c_void typeLzu Tao-1/+6
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-38/+18
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-18/+38
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-38/+18
2019-07-14Make VaListImpl<'f> invariant over the 'f lifetimeAndrei Homescu-5/+8
2019-07-04Switch master to 1.38Mark Rousskov-6/+0
2019-06-17Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...Andrei Homescu-44/+187
2019-04-19libcore: deny more...Mazdak Farrokhzad-5/+5
2019-04-18libcore => 2018Taiki Endo-1/+1
2019-03-28Rollup merge of #59371 - dlrobertson:rename_va_list_copy, r=joshtriplettMazdak Farrokhzad-1/+1
2019-03-22ffi: rename VaList::copy to VaList::with_copyDan Robertson-1/+1
2019-03-19Fix missing cfg for aarch64 + ios in ffi.rsJames Duley-4/+6
2019-03-19Fix AArch64 typo in commentsJames Duley-1/+1
2019-03-19Fix aarch64 typoJames Duley-2/+2
2019-03-05core: ensure VaList passes improper_ctypes lintDan Robertson-7/+7
2019-02-10libs: doc commentsAlexander Regueiro-2/+2
2019-01-18Rollup merge of #57340 - eqrion:doc/c_variadic, r=Mark-SimulacrumMazdak Farrokhzad-11/+11
2019-01-18Rollup merge of #56594 - sdroege:c_void-is-not-never, r=TimNNMazdak Farrokhzad-7/+10
2019-01-07Use correct tracking issue for c_variadicRyan Hunt-11/+11
2019-01-03VaList::copy should not require a mutable refDan Robertson-1/+1
2018-12-13Update code comments of `c_void` to explain the reasoning for its current imp...Sebastian Dröge-4/+6
2018-12-13Remove confusing comment about ideally using `!` for `c_void`Sebastian Dröge-3/+4
2018-12-12Bump to 1.33.0Alex Crichton-4/+0
2018-12-08Rollup merge of #56599 - dlrobertson:fix_va_arg, r=eddybMazdak Farrokhzad-0/+2
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-07codegen: Fix va_list - aaarch64 iOS/WindowsDan Robertson-0/+2
2018-11-26libcore: Add va_list lang item and intrinsicsDan Robertson-0/+185
2018-09-14Move std::os::raw::c_void into libcore and re-export in libstdIsaac Woods-0/+42