summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-05-20core:rt:: Rename LocalServices to TaskBrian Anderson-78/+67
2013-05-20core::rt: Queues MessageQueue and WorkQueue are cloneableBrian Anderson-1/+19
2013-05-20core::rt: Add MessageQueue typeBrian Anderson-1/+48
2013-05-20core::rt: Put a lock on the work queueBrian Anderson-13/+22
2013-05-20core::rt: Rename WorkQueue methods, remove extra push methodBrian Anderson-12/+8
2013-05-20core: Update clone docsBrian Anderson-4/+6
2013-05-20Replace all uses of rust-intrinsic ABI with calls to unstable::intrinsicsBrian Anderson-42/+19
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-4/+4
2013-05-20Correctly track the source of imports with the same nameAlex Crichton-1/+1
2013-05-20Avoid range checks in HashMap::each()Björn Steinbrink-3/+3
2013-05-20Update to stop unsolicited copying and mark methods as unsafeBrendan Zabarauskas-11/+29
2013-05-20Remove outdated function transmute_for_stage0Björn Steinbrink-19/+15
2013-05-20auto merge of #6635 : brson/rust/snapshot, r=brsonbors-1818/+16
2013-05-20auto merge of #6632 : steveklabnik/rust/remove_more_warnings, r=thestingerbors-2/+2
2013-05-20auto merge of #6629 : steveklabnik/rust/remove_uvio_warnings, r=catamorphismbors-8/+1
2013-05-19Register snapshotsBrian Anderson-1818/+16
2013-05-19auto merge of #6621 : steveklabnik/rust/expand_reader_docs, r=thestingerbors-3/+13
2013-05-19auto merge of #6627 : steveklabnik/rust/remove_warnings, r=thestinger,catamor...bors-5/+0
2013-05-19Add a few 'function's.Steve Klabnik-2/+2
2013-05-19Fix many warnings.Steve Klabnik-2/+2
2013-05-19auto merge of #6624 : steveklabnik/rust/io_prelude, r=catamorphismbors-1/+31
2013-05-19Remove more warnings.Steve Klabnik-8/+1
2013-05-19Removing some warnings from logging.rsSteve Klabnik-5/+0
2013-05-19Fix wording per feedbackSteve Klabnik-2/+2
2013-05-19Add a better introduction for the io module.Steve Klabnik-1/+31
2013-05-19auto merge of #6619 : steveklabnik/rust/stdout_docs, r=thestingerbors-0/+44
2013-05-19Fix trailing whitespaceSteve Klabnik-2/+2
2013-05-19Elaborate a bit in the Reader docs regarding stream position.Steve Klabnik-3/+13
2013-05-19Added note about prelude inclusion.Steve Klabnik-2/+4
2013-05-19Add docs for stdin in core::io.Steve Klabnik-0/+10
2013-05-19Add additional documentation in core::io.Steve Klabnik-0/+42
2013-05-19auto merge of #6106 : thestinger/rust/iter, r=bstriebors-30/+9
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-809/+809
2013-05-19auto merge of #6595 : bjz/rust/core-tuple, r=thestingerbors-278/+293
2013-05-19Correct tuple Ord impl, add Total{Eq,Ord} impls and add some tests.Huon Wilson-19/+87
2013-05-18auto merge of #6606 : thestinger/rust/vers, r=brsonbors-1/+1
2013-05-19reduce the usage of explicit version markersDaniel Micay-1/+1
2013-05-19Add Ptr::to_option methodBrendan Zabarauskas-0/+33
2013-05-18auto merge of #6589 : thestinger/rust/iterator, r=thestingerbors-76/+27
2013-05-18fix stage0 compileDaniel Micay-0/+2
2013-05-18auto merge of #6577 : brson/rust/io-upstream, r=pcwaltonbors-1377/+4057
2013-05-19Use `///` style doc-comments and add missing headingsBrendan Zabarauskas-72/+83
2013-05-19Code modernisation and cleanupBrendan Zabarauskas-64/+100
2013-05-19Create Char traitBrendan Zabarauskas-56/+102
2013-05-19Move tuple tests into submoduleBrendan Zabarauskas-48/+54
2013-05-19Fix Ord implementation to use lexical orderingBrendan Zabarauskas-14/+14
2013-05-19Replace Tuple{2..12} trait with CloneableTuple{2..12} and ImmutableTuple{2..12}Brendan Zabarauskas-118/+147
2013-05-19Use match instead of intermediate variableBrendan Zabarauskas-7/+9
2013-05-19Adapt the getter macro to implement Clone, Eq and Ord for n-ary tuplesBrendan Zabarauskas-145/+55
2013-05-18Return a reference to the tuple elements instead of copyingBrendan Zabarauskas-94/+92