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
/
sys.rs
Age
Commit message (
Expand
)
Author
Lines
2012-04-19
core: Move set_exit_status from sys to os
Brian Anderson
-14
/
+0
2012-04-19
core: Move last_os_error from sys to os
Brian Anderson
-15
/
+0
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-1
/
+1
2012-03-23
Replace most uses of intrinsics in core with builtins
Marijn Haverbeke
-9
/
+7
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-8
/
+8
2012-03-10
core: Clean up comments and exports
Brian Anderson
-1
/
+10
2012-03-09
core: Convert to rustdoc
Brian Anderson
-37
/
+18
2012-03-02
retool inline encoding to handle methods, fix tests
Niko Matsakis
-5
/
+4
2012-02-29
add the ability to snag the frame so we can verify that we are inlining
Niko Matsakis
-0
/
+5
2012-02-05
core: Resolve some FIXMEs
Brian Anderson
-6
/
+0
2012-02-03
Remove experimental GC code
Marijn Haverbeke
-10
/
+0
2012-01-29
core: Remove sys::set_min_stack
Brian Anderson
-17
/
+0
2012-01-19
libcore: "tag" -> "enum"
Patrick Walton
-1
/
+1
2012-01-19
Use ctypes in native function declarations
Haitao Li
-4
/
+4
2012-01-17
libcore: Move core tests into libcore
Brian Anderson
-0
/
+54
2012-01-14
libcore: Add sys::set_min_stack
Brian Anderson
-0
/
+17
2012-01-12
libcore: Add sys::set_exit_status
Brian Anderson
-0
/
+13
2012-01-11
add a log_str() function and allow '%?' in fmt strings to use it
Niko Matsakis
-0
/
+5
2011-12-16
core: marked fns as pure where possible
Stefan Plantikow
-1
/
+1
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-0
/
+96
[prev]