about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-04-23auto merge of #6022 : catamorphism/rust/warning-police, r=catamorphismbors-4/+4
2013-04-23core, rustc: Warning policeTim Chevalier-4/+4
2013-04-23Attempt to fix x86 only strconv test failureMarvin Löbel-3/+2
2013-04-22core: ignore test from_str_ignore_underscores. Broken on i686. #6018Brian Anderson-0/+1
2013-04-22core::rt: Fix a use after free in uv 'write'Brian Anderson-12/+21
2013-04-22core::rt: Add unwinding to newsched tasksBrian Anderson-17/+153
2013-04-22auto merge of #5980 : Kimundi/rust/ascii-encoding, r=thestingerbors-31/+320
2013-04-22auto merge of #5966 : alexcrichton/rust/issue-3083, r=graydonbors-18/+18
2013-04-22core::rt: Add implementations of Reader, Writer, and Listener for OptionBrian Anderson-3/+174
2013-04-22Make conditions public. #6009Brian Anderson-0/+21
2013-04-22auto merge of #5971 : pcwalton/rust/is-absolute, r=pcwaltonbors-3/+13
2013-04-22core::rt: Move the definition of Listener to rt::ioBrian Anderson-34/+21
2013-04-22core::rt: Make I/O constructors return Option instead of ResultBrian Anderson-7/+7
2013-04-22Added missing assert, did some formatingMarvin Löbel-12/+1
2013-04-22core::rt Wire up task-local storage to the new schedulerBrian Anderson-26/+144
2013-04-22Moved ascii out of strMarvin Löbel-38/+35
2013-04-22libcore: Add `is_absolute()` to paths. Closes #5851.Patrick Walton-3/+13
2013-04-22cell: public field is unsafeDaniel Micay-1/+1
2013-04-22libcore: Rand impls for tuples and ~/@ boxesHuon Wilson-0/+46
2013-04-21core::rt: Add the local heap to newsched tasksBrian Anderson-4/+123
2013-04-21auto merge of #5887 : jdm/rust/stackbounds, r=brsonbors-0/+1
2013-04-21core::rt: Add LocalServices for thread-local language servicesBrian Anderson-2/+70
2013-04-21rt: Make the C stack segment accessible to runtime users.Josh Matthews-0/+1
2013-04-21auto merge of #5990 : bjz/rust/rem-quot, r=catamorphismbors-107/+218
2013-04-22Rename Div operator trait to Quot and Modulo operator trait to RemBrendan Zabarauskas-107/+218
2013-04-21libcore: make rand::random return a generic value implementing `Rand`.Huon Wilson-4/+14
2013-04-20core: remove unused 'mut' variablesAlex Crichton-18/+18
2013-04-20core::rt:: Implement Reader/Writer for MemReader/MemWriterBrian Anderson-7/+70
2013-04-20core: Speed up a test caseBrian Anderson-1/+1
2013-04-20core: Ignore two long-running testsBrian Anderson-0/+2
2013-04-20core::rt: Listener constructors are called and return aBrian Anderson-3/+30
2013-04-20core::rt: Improve docs for run_in_newsched_task testing functionBrian Anderson-1/+2
2013-04-20core::rt: Add `next_test_ip4` for generating test addressesBrian Anderson-7/+14
2013-04-20auto merge of #5979 : Thiez/rust/no_reinterpret_cast, r=catamorphismbors-74/+74
2013-04-20Corrected historyMarvin Löbel-1/+1
2013-04-20Added case functions to AsciiMarvin Löbel-0/+52
2013-04-20Added Ascii typeMarvin Löbel-3/+243
2013-04-20Made unsafely safe functions unsafe again, for safetyMarvin Löbel-4/+4
2013-04-20Cleaned up case related functions a bitMarvin Löbel-24/+35
2013-04-20Replaced many instances of reinterpret_cast with transmuteMatthijs Hofstra-74/+74
2013-04-20auto merge of #5975 : huonw/rust/rustc-intrinsics-fixed-stack, r=pcwaltonbors-154/+178
2013-04-21librustc: use LLVM intrinsics for several floating point operations.Huon Wilson-153/+166
2013-04-21librustc: implement and use `fixed_stack_segment` attribute for intrinsics.Huon Wilson-1/+12
2013-04-20auto merge of #5973 : huonw/rust/core-iterator-scan-consumers, r=thestingerbors-2/+43
2013-04-20libcore: add a ScanIterator, a generalisation of MapIterator to have internal...Huon Wilson-2/+43
2013-04-20core::rt: Fix a broken uvio testBrian Anderson-3/+20
2013-04-20auto merge of #5970 : huonw/rust/core-sys-size_of-val, r=pcwaltonbors-1/+57
2013-04-20core::rt: Don't directly create scheduler types in I/O testsBrian Anderson-53/+50
2013-04-20core::rt: Remove redundant copy of run_in_newsched_taskBrian Anderson-21/+0
2013-04-20core::rt: Unignore some networking testsBrian Anderson-2/+0