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
/
libstd
/
libc.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-16
Implement named pipes for windows, touch up unix
Alex Crichton
-4
/
+53
2014-02-16
Implement Unix domain sockets in libnative
Geoffroy Couprie
-0
/
+24
2014-02-16
Allow configuration of uid/gid/detach on processes
Alex Crichton
-1
/
+5
2014-02-09
Fix the signature of CreateSymbolicLinkW
Alex Crichton
-8
/
+10
2014-02-05
Implement clone() for TCP/UDP/Unix sockets
Alex Crichton
-0
/
+49
2014-01-31
Add libc::consts::os::posix01::PTHREAD_STACK_MIN
Ben Noordhuis
-3
/
+23
2014-01-27
Set SO_REUSEADDR by default in libnative.
xales
-0
/
+4
2014-01-24
Use `mmap` to map in task stacks and guard page
Corey Richardson
-0
/
+1
2014-01-24
auto merge of #11732 : luqmana/rust/native-getaddrinfo, r=alexcrichton
bors
-4
/
+44
2014-01-22
auto merge of #11682 : thestinger/rust/vector, r=brson
bors
-1
/
+1
2014-01-22
libc: switch `free` to the proper signature
Daniel Micay
-1
/
+1
2014-01-22
Implement native timers
Alex Crichton
-0
/
+1
2014-01-22
libnative: Implement get_host_addresses.
Luqman Aden
-4
/
+44
2014-01-17
handle zero-size allocations correctly
Daniel Micay
-1
/
+1
2014-01-15
libstd: Added more #[inline] annotations and replaced uses of `libc::abort` w...
Eduard Burtescu
-2
/
+1
2014-01-14
Fix the representation of C void pointers in LLVM IR
Björn Steinbrink
-1
/
+12
2014-01-11
define arch for iOS/ARM
kud1ing
-0
/
+1
2013-12-31
auto merge of #11186 : alexcrichton/rust/native-udp, r=brson
bors
-1
/
+90
2013-12-31
Implement native UDP I/O
Alex Crichton
-1
/
+90
2013-12-30
Convert some C functions to rust functions
Alex Crichton
-8
/
+102
2013-12-27
Implement native TCP I/O
Alex Crichton
-0
/
+308
2013-11-24
std::libc: Simplify win32/win64 type definitions
klutzy
-164
/
+30
2013-11-24
std::libc: Remove TCHAR types
klutzy
-20
/
+17
2013-11-19
Implement more native file I/O
Alex Crichton
-7
/
+188
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-6
/
+0
2013-11-10
Register new snapshots
Alex Crichton
-110
/
+1
2013-11-05
fix alignment of pthread_attr_t
Daniel Micay
-8
/
+8
2013-11-05
Move implementation for threads to Rust
Dirkjan Bussink
-7
/
+56
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-1
/
+6
2013-10-20
Fix unicode errors on Windows in path_is_dir, path_exists, getcwd and rust_lo...
LEE Wondong
-4
/
+10
2013-10-14
Removing ccdecl
Steve Klabnik
-25
/
+25
2013-10-14
Remove unused abi attributes.
Steve Klabnik
-51
/
+25
2013-10-14
std::libc: rustdoc indicates reexports now
Scott Lawrence
-3
/
+2
2013-10-08
rm useless fast_ffi attributes
Daniel Micay
-14
/
+0
2013-09-25
errfunc ptr is nullable, so use Option as part of interface to glob (#7752).
Felix S. Klock II
-1
/
+2
2013-09-25
#7752: use fcnptr for glob errfunc.
Felix S. Klock II
-2
/
+1
2013-09-18
fix compilation errors of mips target
Jyun-Yan You
-26
/
+139
2013-08-26
std: Add Win64 support
klutzy
-0
/
+106
2013-08-26
std: Add Win64 types
klutzy
-0
/
+166
2013-08-21
auto merge of #8602 : sanxiyn/rust/sysconf, r=graydon
bors
-224
/
+214
2013-08-19
Add externfn macro and correctly label fixed_stack_segments
Niko Matsakis
-0
/
+2
2013-08-14
Add sysconf names for Android
Seo Sanghyeon
-224
/
+214
2013-08-04
std and rustc: explicitly pass c strings to c functions
Erick Tryzelaar
-2
/
+2
2013-08-02
librustc: Disallow "unsafe" for external functions
Patrick Walton
-452
/
+371
2013-08-01
Add a boatload of Linux x86/x86-64/arm errnos
Corey Richardson
-0
/
+107
2013-07-20
librustc: Remove `pub extern` and `priv extern` from the language.
Patrick Walton
-372
/
+446
2013-07-10
Document std::libc::c_void.
Kevin Mehall
-0
/
+7
2013-07-09
os: introduce cross-platform MemoryMap bindings
Fedor Indutny
-4
/
+5
2013-07-08
libc: add errno values
Fedor Indutny
-0
/
+281
2013-07-08
libc: VirtualAlloc and FileMapping bindings
Fedor Indutny
-4
/
+132
[next]