summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-05-15auto merge of #6500 : kud1ing/rust/cleanup, r=bstriebors-53/+0
2013-05-15rustpkg: Reorganize test filesTim Chevalier-0/+0
2013-05-16syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)].Huon Wilson-1798/+752
2013-05-15auto merge of #6499 : dotdash/rust/static_keywords, r=thestingerbors-127/+131
2013-05-15core::rt: Unignore a fixed TCP testBrian Anderson-1/+1
2013-05-15auto merge of #6418 : catamorphism/rust/rustpkg, r=catamorphismbors-431/+296
2013-05-15add a Clone impl for borrowed pointersDaniel Micay-0/+14
2013-05-15auto merge of #6498 : thestinger/rust/deep_clone, r=thestingerbors-15/+139
2013-05-15Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-1156/+3003
2013-05-15core::rt: Fix TCP test on macBrian Anderson-3/+8
2013-05-15core::rt: Copy many of the old io extensions to the new ioBrian Anderson-6/+334
2013-05-15core::rt: More work on Reader extensions and error handlingBrian Anderson-65/+127
2013-05-15core::rt: Make push_bytes raise read_error on EOFBrian Anderson-19/+45
2013-05-15core::rt: WarningsBrian Anderson-18/+12
2013-05-15core::rt: Rename Task to CoroutineBrian Anderson-58/+58
2013-05-15core::rt: Rename Sched.task_queue to work_queueBrian Anderson-5/+5
2013-05-15rt: Rename sched_key to rt_keyBrian Anderson-10/+10
2013-05-15core::rt: Fix scheduling logic for enqueued tasksBrian Anderson-126/+188
2013-05-15core::rt: Add uv timer bindingsBrian Anderson-13/+207
2013-05-15core::rt: `read` raises `read_error`Brian Anderson-241/+29
2013-05-15core::rt: Begin implementing Reader extension methodsBrian Anderson-5/+325
2013-05-15core: Turn task::unkillable, etc. into no-ops in newsched. #6377Brian Anderson-18/+33
2013-05-15core::rt: Don't abort when reporting an unknown uv errorBrian Anderson-2/+3
2013-05-15core::rt: Error handling for TcpStream.readBrian Anderson-11/+93
2013-05-15core::rt: Initialize loggingBrian Anderson-5/+46
2013-05-15core: Replace use of libc::getenv with os::getenvBrian Anderson-4/+2
2013-05-15core: Use a global lock instead of runtime lock for os::getenv, etc. #4726Brian Anderson-13/+34
2013-05-15core::rt: Add a test of standalone use of the runtimeBrian Anderson-24/+37
2013-05-15core:rt: A few micro-optsBrian Anderson-16/+21
2013-05-15auto merge of #6495 : thestinger/rust/vim, r=luqmanabors-7/+3
2013-05-15Add unsetenv wrapperCorey Richardson-1/+36
2013-05-15auto merge of #6493 : brson/rust/tls, r=thestingerbors-4/+2
2013-05-15auto merge of #6490 : brson/rust/rusti, r=brsonbors-1/+1
2013-05-16rename `at_vec::from_owned` and `at_vec::from_slice` to `at_vec::to_managed_c...Youngsoo Son-15/+15
2013-05-15auto merge of #6487 : recrack/rust/vec_len, r=thestingerbors-134/+128
2013-05-15auto merge of #6485 : cmr/rust/local_rename_import_error, r=catamorphismbors-13/+36
2013-05-15Merge type_span and type_def, and ditto with value_span and value_defJunyoung Cho-19/+24
2013-05-15remove deriving_eq, deriving_iter_bytes, deriving_clone (deprecated in 0.6)Lenny222-53/+0
2013-05-15rc: fix testsDaniel Micay-15/+24
2013-05-14auto merge of #6482 : catamorphism/rust/unsafe-fn-autoderef, r=catamorphismbors-4/+6
2013-05-15Allow static strings to be used with keyword checksBjörn Steinbrink-127/+131
2013-05-14auto merge of #6224 : erickt/rust/rustc-cleanup, r=ericktbors-588/+605
2013-05-15add a DeepClone traitDaniel Micay-12/+126
2013-05-14auto merge of #6478 : dotdash/rust/inlining, r=catamorphismbors-0/+5
2013-05-15clone: clarify docstringDaniel Micay-2/+3
2013-05-15vim: `be` is still a reserved keywordDaniel Micay-2/+2
2013-05-15vim: no more drop blocksDaniel Micay-1/+1
2013-05-14vim: swap operator is goneDaniel Micay-4/+0
2013-05-14core: Fix leak in TLS. #6231Brian Anderson-4/+2
2013-05-14rustc: rename ty::method to ty::Method and add ctorErick Tryzelaar-76/+108