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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
sys.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-05
Remove create_lock in favor of lock_and_signal() (issue #2780)
Eric Holk
-7
/
+5
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-16
/
+16
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-2
/
+2
2012-07-01
Convert to new closure syntax
Brian Anderson
-3
/
+3
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-3
/
+3
2012-06-28
Fix sys::refcount and remove dbg::refcount
Ben Blum
-4
/
+4
2012-06-27
Mark exclusive arc-related functions as unsafe. Fixes #2727.
Eric Holk
-2
/
+2
2012-06-25
Merge
Tim Chevalier
-3
/
+3
2012-06-25
core: Convert declarations to not use the trailing 'unsafe' notation
Brian Anderson
-3
/
+3
2012-06-21
Port resources to classes in libcore
Tim Chevalier
-9
/
+13
2012-06-21
Library vecs are fast now.
Eric Holk
-0
/
+1
2012-06-19
Temporarily ignoring tests that can go into infinite loops.
Eric Holk
-0
/
+1
2012-06-19
Moved arc to libcore and added an arc that allows shared mutable state throug...
Eric Holk
-3
/
+1
2012-06-19
Adding a lock/condition variable to libcore.
Eric Holk
-0
/
+72
2012-06-16
Revert "Adding a lock/condition variable to libcore."
Tim Chevalier
-72
/
+0
2012-06-16
Revert "Moved arc to libstd and added an arc that allows shared mutable state...
Tim Chevalier
-1
/
+3
2012-06-15
Moved arc to libstd and added an arc that allows shared mutable state through...
Eric Holk
-3
/
+1
2012-06-15
Adding a lock/condition variable to libcore.
Eric Holk
-0
/
+72
2012-06-06
add misc. pure modifiers in core
Niko Matsakis
-12
/
+12
2012-06-03
prohibit type parameters in native fns and other minor fixes
Niko Matsakis
-4
/
+9
2012-04-27
rustc: Remove old align_of intrinsic
Brian Anderson
-6
/
+4
2012-04-27
core: Split sys::align_of into min_align_of, pref_align_of
Brian Anderson
-10
/
+24
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