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
/
rt
/
rust_builtin.c
Age
Commit message (
Expand
)
Author
Lines
2015-12-21
std: Remove rust_builtin C support library
Alex Crichton
-470
/
+0
2015-12-17
Make runtime function return size_t
Michael McConville
-1
/
+1
2015-09-14
Remove a needless memset(). It's okay that we don't append NUL because len is...
Michael McConville
-1
/
+0
2015-09-05
get_num_cpus function should be static
Stepan Koltsov
-2
/
+2
2015-08-28
Reduce the reliance on `PATH_MAX`
Barosl Lee
-1
/
+5
2015-08-23
New cross target: i686-linux-android
Tim JIANG
-0
/
+7
2015-07-27
std: Remove msvc/valgrind headers
Alex Crichton
-9
/
+0
2015-07-02
windows: Don't link rust_builtin
Alex Crichton
-31
/
+5
2015-05-23
Auto merge of #25632 - alexcrichton:dt-dir, r=brson
bors
-1
/
+2
2015-05-19
std: Handle DT_DIR file types in `dirent` pointers
Alex Crichton
-1
/
+2
2015-05-19
std: Mark rust_get_num_cpus as dllexport
Alex Crichton
-0
/
+7
2015-05-19
rt: Clean up to build with cl.exe
Alex Crichton
-15
/
+12
2015-04-27
std: Expand the area of std::fs
Alex Crichton
-70
/
+23
2015-02-11
renaming rust_load_self to rust_current_exe
Dave Huseby
-1
/
+1
2015-02-11
bitrig integration
Dave Huseby
-3
/
+279
2015-02-06
Rollup merge of #21964 - semarie:openbsd-env, r=alexcrichton
Manish Goregaokar
-1
/
+1
2015-02-05
Tidy fixes
Brian Anderson
-2
/
+3
2015-02-05
unbreak tree for openbsd after #21787
Sébastien Marie
-1
/
+1
2015-02-01
openbsd: incoporate remarks
Sébastien Marie
-1
/
+1
2015-02-01
openbsd support
Sébastien Marie
-2
/
+52
2015-01-19
rt: Remove libtime wrappers
klutzy
-138
/
+0
2014-09-06
readdir: return error instead of failing on invalid UTF-16
Peter Atashian
-27
/
+0
2014-08-08
Move system header includes above valgrind.h include
Chris Nixon
-4
/
+4
2014-07-29
Port Rust to DragonFlyBSD
Michael Neumann
-1
/
+8
2014-05-22
libtime: Remove the `tz_zone` field from times.
Patrick Walton
-36
/
+6
2014-05-11
make sure jemalloc valgrind support is enabled
Daniel Micay
-1
/
+1
2014-03-21
rand: Rewrite OsRng in Rust for windows
Alex Crichton
-59
/
+0
2014-03-12
std: Move rand to librand.
Huon Wilson
-1
/
+1
2014-03-05
native: Stop using readdir()
Alex Crichton
-3
/
+12
2014-02-03
std: Hardcode pthread constants and structures
Alex Crichton
-20
/
+0
2013-12-30
Convert some C functions to rust functions
Alex Crichton
-67
/
+0
2013-12-24
Remove rust_globals.h
Brian Anderson
-19
/
+31
2013-11-19
Implement more native file I/O
Alex Crichton
-56
/
+0
2013-11-18
Move runtime files to C instead of C++
Alex Crichton
-0
/
+579