summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-05-22libstd: Fix merge fallout.Patrick Walton-2207/+0
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-52811/+0
2013-05-22fix arm stack alignmentJyun-Yan You-1/+3
2013-05-21auto merge of #6650 : crabtw/rust/mips-rt, r=sanxiynbors-1/+3
2013-05-21auto merge of #6648 : alexcrichton/rust/issue-6633, r=graydonbors-1/+1
2013-05-20auto merge of #6647 : alexcrichton/rust/unnecessary-alloc, r=graydonbors-4/+4
2013-05-20auto merge of #6646 : dotdash/rust/method_lookup, r=brsonbors-3/+3
2013-05-20auto merge of #6626 : brson/rust/io-upstream, r=graydonbors-318/+463
2013-05-21fix mips stack alignmentJyun-Yan You-1/+3
2013-05-20auto merge of #6604 : bjz/rust/ptr-to-option, r=brsonbors-0/+51
2013-05-20auto merge of #6528 : brson/rust/docs, r=brsonbors-4/+6
2013-05-20core::rt: Convert unsafe_borrow_io to a Local implBrian Anderson-18/+29
2013-05-20core::rt: Implement Local for TaskBrian Anderson-49/+60
2013-05-20core::rt: Remove local_sched moduleBrian Anderson-53/+20
2013-05-20core::rt: Convert users of local_sched to Local traitBrian Anderson-145/+143
2013-05-20core::rt: Make local_sched a wrapper around LocalBrian Anderson-8/+20
2013-05-20core::rt: Move more TLS functionality into local_ptrBrian Anderson-58/+94
2013-05-20core::rt: Move some TLS functions from local_sched to local_ptrBrian Anderson-59/+82
2013-05-20rt: Rename rust_initialize_global_state to rust_initialize_rt_tls_keyBrian Anderson-5/+12
2013-05-20core::rt: Store Task as a ~ pointerBrian Anderson-11/+11
2013-05-20core::rt: Add Local traitBrian Anderson-0/+21
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