about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-04-04Remove a android hackILyoan-19/+8
2013-04-03auto merge of #5704 : brson/rust/compiletest, r=luqmanabors-1/+1
2013-04-03auto merge of #5701 : metajack/rust/net-url-clone, r=thestingerbors-3/+3
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-1305/+1301
2013-04-03Fix compiletest on windowsBrian Anderson-1/+1
2013-04-03auto merge of #5559 : jbclements/rust/change-to-tt-based-parsing, r=jbclementsbors-34/+123
2013-04-03Add Clone derivation for std::net::url types.Jack Moffitt-3/+3
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-519/+519
2013-04-03hashmap: rm linear namespaceDaniel Micay-927/+923
2013-04-03Make bench/noise.rs more idiomatic and 20x fasterBen Striegel-29/+32
2013-04-03Implement Clone for tuplesJames Miller-0/+17
2013-04-02auto merge of #5202 : dbaupp/rust/std-fileinput, r=graydonbors-0/+612
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-03libstd: make fileinput tests pass.Huon Wilson-3/+5
2013-04-03libstd: implement io::Reader for fileinput.Huon Wilson-126/+271
2013-04-03libstd: implement fileinput.Huon Wilson-0/+465
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 all uses of Mut from workcache, replaced with @mutMatthijs Hofstra-72/+60
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 #5669 : graydon/rust/tweaks, r=thestingerbors-1/+1
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-01tidy version numbers and copyright datesGraydon Hoare-1/+1
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-31auto merge of #5655 : thestinger/rust/arm, r=brsonbors-4/+4
2013-04-01rt/arch/arm: fix syntax used for noexec stackDaniel Micay-4/+4
2013-03-31auto merge of #5653 : brson/rust/warnings, r=brsonbors-30/+21
2013-03-31Fix warningsBrian Anderson-30/+21
2013-03-31auto merge of #5647 : thestinger/rust/execstack, r=brsonbors-19/+91
2013-03-31mark the assembly object stacks as non-executableDaniel Micay-19/+91
2013-03-31Fix underflow in char_range_at_reverseMarvin Löbel-2/+15
2013-03-30auto merge of #5637 : luqmana/rust/5423, r=brsonbors-5/+2
2013-03-30auto merge of #5638 : luqmana/rust/5405, r=brsonbors-3/+49
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-1/+47
2013-03-30libsyntax: Update abi constants. Fixes #5423.Luqman Aden-5/+2
2013-03-30move dlist from core -> stdDaniel Micay-12/+6
2013-03-30auto merge of #5636 : thestinger/rust/vim, r=luqmanabors-12/+14
2013-03-30auto merge of #5630 : erickt/rust/serial, r=ericktbors-759/+837
2013-03-30vim: use Operator group for 'as'Daniel Micay-1/+3