about summary refs log tree commit diff
path: root/src/libcore/sys.rs
AgeCommit message (Expand)AuthorLines
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-352/+0
2013-05-20auto merge of #6626 : brson/rust/io-upstream, r=graydonbors-3/+4
2013-05-20core::rt: Implement Local for TaskBrian Anderson-2/+3
2013-05-20core:rt:: Rename LocalServices to TaskBrian Anderson-3/+3
2013-05-20Replace all uses of rust-intrinsic ABI with calls to unstable::intrinsicsBrian Anderson-14/+5
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-20/+20
2013-05-14core::rt: Add a simple channel type for passing buffered messages between Sch...Brian Anderson-6/+23
2013-05-14core::rt: Use unsafe pointers instead of transmuted regionsBrian Anderson-1/+1
2013-05-04Register snapshotsBrian Anderson-22/+0
2013-05-02Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-4/+24
2013-05-02core: Wire up the unwinder to newsched againBrian Anderson-17/+18
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-8/+0
2013-04-30Merge remote-tracking branch 'brson/io'Brian Anderson-5/+24
2013-04-29test: Fix tests.Patrick Walton-1/+1
2013-04-29test: Remove #[legacy_modes] from the test suite.Patrick Walton-1/+1
2013-04-29librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsicPatrick Walton-2/+2
2013-04-25Made fail! and assert! accept both &'static str and ~str, as well as a fmt! l...Marvin Löbel-1/+46
2013-04-23Merge remote-tracking branch 'brson/io'Brian Anderson-5/+24
2013-04-23core::rt: Tasks to not require an unwinderBrian Anderson-1/+5
2013-04-22core::rt: Add unwinding to newsched tasksBrian Anderson-5/+20
2013-04-20libcore: wrappers for size/align_of to act on values without needing explicit...Huon Wilson-1/+57
2013-04-16libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ...Huon Wilson-9/+9
2013-04-14core: remove unnecessary unsafe blocks/functionsAlex Crichton-8/+4
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-20/+20
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+1
2013-03-26librustc: Remove all uses of the old `[T * N]` fixed-length vector syntaxPatrick Walton-1/+1
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-13/+13
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-1/+1
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-2/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-20/+27
2013-03-07libsyntax: Stop parsing structural record typesPatrick Walton-2/+2
2013-03-07libcore: Remove `extern mod { ... }` from libcore. rs=deexterningPatrick Walton-9/+17
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-1/+1
2013-03-04Remove unused imports throughout src/Alex Crichton-2/+0
2013-03-03rustc: MIPS32 supportJyun-Yan You-0/+2
2013-02-15libcore: Get rid of `move`.Luqman Aden-2/+2
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-4/+0
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-13/+15
2013-01-13Make vectors (& old ports) of zero-size types allocate one byte each.Jed Davis-1/+20
2013-01-10librustc: Make all external functions unsafe. r=tjcPatrick Walton-1/+1
2013-01-10core: Change XXXs into proper FIXMEs with issue numbersTim Chevalier-1/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-1/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2012-12-27librustc: Fix the test runner, the condition system, and core test. rs=bustagePatrick Walton-0/+1
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-0/+8
2012-12-10Adjust the die macro to only accept ~str and to work in statement positionBrian Anderson-1/+28
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-10-12Make moves explicit in core testsTim Chevalier-2/+2