about summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
2014-05-07std: Add I/O timeouts to networking objectsAlex Crichton-0/+15
2014-05-07auto merge of #13751 : alexcrichton/rust/io-close-read, r=brsonbors-0/+4
2014-05-07std: Add close_{read,write}() methods to I/OAlex Crichton-0/+4
2014-05-07core: Move Option::expect to libstd from libcoreAlex Crichton-1/+1
2014-05-07core: Add unwrap()/unwrap_err() methods to ResultAlex Crichton-1/+1
2014-05-07core: Add a limited implementation of failureAlex Crichton-32/+12
2014-05-07core: Inherit possible string functionalityAlex Crichton-1/+0
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-109/+139
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-23/+23
2014-05-03Add lint check for negating uint literals and variables.Falco Hirschenberger-0/+1
2014-04-27Fix repeated module documentationAlexandre Gagnon-14/+23
2014-04-24std: Add timeouts to unix connect/acceptAlex Crichton-1/+3
2014-04-24Update libuvAlex Crichton-1/+1
2014-04-23auto merge of #13688 : alexcrichton/rust/accept-timeout, r=brsonbors-0/+1
2014-04-23std: Add support for an accept() timeoutAlex Crichton-0/+1
2014-04-23auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakisbors-1/+1
2014-04-23std: Change Finally to take `&mut self`Alex Crichton-1/+1
2014-04-22Fixed Win64 buildVadim Chugunov-4/+97
2014-04-21Fix misspellings in comments.Joseph Crail-1/+1
2014-04-19auto merge of #13615 : alexcrichton/rust/improve-demangling, r=brsonbors-3/+13
2014-04-19std: Add an experimental connect_timeout functionAlex Crichton-1/+2
2014-04-18auto merge of #13606 : alexcrichton/rust/better-thread-errors, r=brsonbors-4/+17
2014-04-18std: Fix demangling with middle special charsAlex Crichton-3/+13
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-4/+5
2014-04-18std: Fail more gracefully on thread spawn errorsAlex Crichton-4/+17
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-3/+4
2014-04-15std: Remove pub use globsBrian Anderson-2/+4
2014-04-15std: Impl Deref/DerefMut for a borrowed taskAlex Crichton-16/+15
2014-04-12auto merge of #13448 : alexcrichton/rust/rework-chan-return-values, r=brsonbors-1/+1
2014-04-11auto merge of #13236 : liigo/rust/rename-benchharness, r=huonwbors-10/+10
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-10/+10
2014-04-10std: Be sure to call pthread_attr_destroyAlex Crichton-0/+2
2014-04-10std: Make std::comm return types consistentAlex Crichton-1/+1
2014-04-10std,native,green,rustuv: make readdir return `Vec`.Huon Wilson-1/+2
2014-04-10std,serialize: remove some internal uses of ~[].Huon Wilson-3/+4
2014-04-08Improve searching for XXX in tidy script (#3303)Boris Egorov-1/+1
2014-04-08Register new snapshotsAlex Crichton-13/+13
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-1/+1
2014-04-03auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brsonbors-1/+1
2014-04-03Test fixes from the rollupAlex Crichton-5/+5
2014-04-03fix Option<~ZeroSizeType>Daniel Micay-2/+11
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-1/+1
2014-04-01rand: bubble up IO messages futher.Huon Wilson-1/+1
2014-03-31Switch some tuple structs to pub fieldsAlex Crichton-1/+1
2014-03-31std: Switch field privacy as necessaryAlex Crichton-41/+39
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-10/+10
2014-03-27Fix fallout of removing default boundsAlex Crichton-99/+107
2014-03-26auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brsonbors-107/+0
2014-03-24comm: Implement synchronous channelsAlex Crichton-2/+3
2014-03-24auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brsonbors-2/+2