summary refs log tree commit diff
path: root/src/libcore/sys.rs
AgeCommit message (Expand)AuthorLines
2012-07-05Remove create_lock in favor of lock_and_signal() (issue #2780)Eric Holk-7/+5
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-16/+16
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-2/+2
2012-07-01Convert to new closure syntaxBrian Anderson-3/+3
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-3/+3
2012-06-28Fix sys::refcount and remove dbg::refcountBen Blum-4/+4
2012-06-27Mark exclusive arc-related functions as unsafe. Fixes #2727.Eric Holk-2/+2
2012-06-25MergeTim Chevalier-3/+3
2012-06-25core: Convert declarations to not use the trailing 'unsafe' notationBrian Anderson-3/+3
2012-06-21Port resources to classes in libcoreTim Chevalier-9/+13
2012-06-21Library vecs are fast now.Eric Holk-0/+1
2012-06-19Temporarily ignoring tests that can go into infinite loops.Eric Holk-0/+1
2012-06-19Moved arc to libcore and added an arc that allows shared mutable state throug...Eric Holk-3/+1
2012-06-19Adding a lock/condition variable to libcore.Eric Holk-0/+72
2012-06-16Revert "Adding a lock/condition variable to libcore."Tim Chevalier-72/+0
2012-06-16Revert "Moved arc to libstd and added an arc that allows shared mutable state...Tim Chevalier-1/+3
2012-06-15Moved arc to libstd and added an arc that allows shared mutable state through...Eric Holk-3/+1
2012-06-15Adding a lock/condition variable to libcore.Eric Holk-0/+72
2012-06-06add misc. pure modifiers in coreNiko Matsakis-12/+12
2012-06-03prohibit type parameters in native fns and other minor fixesNiko Matsakis-4/+9
2012-04-27rustc: Remove old align_of intrinsicBrian Anderson-6/+4
2012-04-27core: Split sys::align_of into min_align_of, pref_align_ofBrian Anderson-10/+24
2012-04-19core: Move set_exit_status from sys to osBrian Anderson-14/+0
2012-04-19core: Move last_os_error from sys to osBrian Anderson-15/+0
2012-03-23Remove last vestiges of old-style intrinsicsMarijn Haverbeke-1/+1
2012-03-23Replace most uses of intrinsics in core with builtinsMarijn Haverbeke-9/+7
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-8/+8
2012-03-10core: Clean up comments and exportsBrian Anderson-1/+10
2012-03-09core: Convert to rustdocBrian Anderson-37/+18
2012-03-02retool inline encoding to handle methods, fix testsNiko Matsakis-5/+4
2012-02-29add the ability to snag the frame so we can verify that we are inliningNiko Matsakis-0/+5
2012-02-05core: Resolve some FIXMEsBrian Anderson-6/+0
2012-02-03Remove experimental GC codeMarijn Haverbeke-10/+0
2012-01-29core: Remove sys::set_min_stackBrian Anderson-17/+0
2012-01-19libcore: "tag" -> "enum"Patrick Walton-1/+1
2012-01-19Use ctypes in native function declarationsHaitao Li-4/+4
2012-01-17libcore: Move core tests into libcoreBrian Anderson-0/+54
2012-01-14libcore: Add sys::set_min_stackBrian Anderson-0/+17
2012-01-12libcore: Add sys::set_exit_statusBrian Anderson-0/+13
2012-01-11add a log_str() function and allow '%?' in fmt strings to use itNiko Matsakis-0/+5
2011-12-16core: marked fns as pure where possibleStefan Plantikow-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+96