about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-04-04auto merge of #5722 : metajack/rust/cell-with-ref-mut, r=catamorphismbors-0/+26
2013-04-04Add cell#with_mut_ref for handling mutable references to the content.Jack Moffitt-0/+26
2013-04-04rt: improve mips backendJyun-Yan You-0/+1
2013-04-03auto merge of #5698 : Thiez/rust/de-mutfielding, r=pcwaltonbors-24/+22
2013-04-03auto merge of #5696 : thestinger/rust/hashmap, r=sanxiynbors-862/+858
2013-04-03Unstable didn't need transmute_mut after all.Matthijs Hofstra-4/+4
2013-04-03Removing mut fields from vec.rs, at_vec.rs, str.rs, unstable.rs, and cell.rs.Matthijs Hofstra-24/+22
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-77/+77
2013-04-03hashmap: rm linear namespaceDaniel Micay-856/+852
2013-04-03Implement Clone for tuplesJames Miller-0/+17
2013-04-02auto merge of #5674 : steveklabnik/rust/improve_reader_util_docs, r=catamorphismbors-40/+335
2013-04-02auto merge of #5673 : steveklabnik/rust/improve_io_docs, r=catamorphismbors-8/+68
2013-04-02Remove excess trailing whitespace.Steve Klabnik-61/+61
2013-04-02remove trailing whitespaceSteve Klabnik-17/+17
2013-04-02Removed libcore/mutable.rs, Mut<T> is now dead.Matthijs Hofstra-96/+0
2013-04-02Removed mut-fields from Mut, removed borrow_const from MutMatthijs Hofstra-70/+7
2013-04-01Typo fix. u8 -> i8Steve Klabnik-1/+1
2013-04-01Improve docs for Core::ReaderUtil.Steve Klabnik-40/+335
2013-04-01auto merge of #5667 : graydon/rust/remove-a-mode, r=catamorphismbors-1/+1
2013-04-01Improve documentation for core::io.Steve Klabnik-8/+68
2013-04-01doc: Update tutorial description of coreBrian Anderson-1/+1
2013-04-01core: Update libc docs to clarify usageBrian Anderson-1/+13
2013-04-01remove stray mode on callback, seems to not change anythingGraydon Hoare-1/+1
2013-03-31Fix underflow in char_range_at_reverseMarvin Löbel-2/+15
2013-03-30auto merge of #5638 : luqmana/rust/5405, r=brsonbors-2/+48
2013-03-30Rename confusing var, use_new_rt -> use_old_rt.Luqman Aden-4/+4
2013-03-30Correct type signature for start lang item.Luqman Aden-0/+46
2013-03-30move dlist from core -> stdDaniel Micay-993/+0
2013-03-30auto merge of #5630 : erickt/rust/serial, r=ericktbors-3/+45
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-11/+11
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-2243/+2243
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2243/+2243
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-49/+60
2013-03-29core: add consume_reverseErick Tryzelaar-0/+28
2013-03-29core: add LinearMap::with_capacityErick Tryzelaar-3/+17
2013-03-29auto merge of #5570 : alexcrichton/rust/fix-unused-imports, r=sanxiynbors-47/+54
2013-03-29auto merge of #5622 : yichoi/rust/pull-0329, r=catamorphismbors-2/+2
2013-03-29auto merge of #5618 : pcwalton/rust/print-in-prelude, r=brsonbors-0/+4
2013-03-29libcore: language change minor fix for ARM & MIPSYoung-il Choi-2/+2
2013-03-28Removing unused importsAlex Crichton-47/+54
2013-03-28core: Inline mallocing wrapper functionsErick Tryzelaar-0/+5
2013-03-28libcore: Add `print` and `println` to the preludePatrick Walton-0/+4
2013-03-28auto merge of #5608 : erickt/rust/incoming, r=catamorphismbors-0/+5
2013-03-28auto merge of #5609 : Kimundi/rust/incoming, r=catamorphismbors-1/+2
2013-03-28Unbreak 'rustc --help'Marvin Löbel-1/+2
2013-03-28core: Inline mallocing wrapper functionsErick Tryzelaar-0/+5
2013-03-28Register snapshotsBrian Anderson-189/+0
2013-03-28auto merge of #5595 : catamorphism/rust/demoding, r=catamorphismbors-2/+2
2013-03-28auto merge of #5587 : thestinger/rust/total, r=pcwaltonbors-74/+134
2013-03-28auto merge of #5586 : pcwalton/rust/expr-repeat-vstore, r=graydonbors-1/+1