summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-12-01ast: Remove one `@` and fix the falloutPhilipp Brüschweiler-31/+31
2013-11-30Rewrite the issue-10734 rpass fileKevin Ballard-3/+27
2013-11-30auto merge of #10739 : DaGenix/rust/mut-chunks, r=alexcrichtonbors-0/+102
2013-11-30auto merge of #10733 : alexcrichton/rust/ignore-on-windows, r=pcwaltonbors-0/+1
2013-11-30auto merge of #10738 : sfackler/rust/buffered-fixes, r=alexcrichtonbors-10/+28
2013-11-30Implement DoubleEndedIterator for MutChunkIter.Palmer Cox-0/+29
2013-11-30Implement mut_chunks() method for MutableVector trait.Palmer Cox-0/+73
2013-11-30Support OSX frameworksAlex Crichton-18/+130
2013-11-30auto merge of #10528 : alexcrichton/rust/static-linking-v2, r=pcwaltonbors-713/+1602
2013-11-30Test fixes and merge conflictsAlex Crichton-95/+41
2013-12-01Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...Eduard Burtescu-640/+623
2013-11-30auto merge of #10737 : huonw/rust/with-cap, r=alexcrichtonbors-1/+7
2013-11-30Fixes for BufferedWriter and LineBufferedWriterSteven Fackler-10/+28
2013-11-30auto merge of #10727 : erickt/rust/json, r=huonwbors-195/+200
2013-12-01std::io::mem: add a with_capacity constructor to MemWriter.Huon Wilson-1/+7
2013-11-30auto merge of #10735 : alexcrichton/rust/issue-10734, r=cmrbors-7/+31
2013-11-30Don't run cleanups twice in "if true" blocksAlex Crichton-7/+31
2013-11-30Wrap the return value of the type_id intrinsic in an opaque boxCorey Richardson-46/+105
2013-11-29Ignore a deque test on windowsAlex Crichton-0/+1
2013-11-29extra: missed a couple `@` in jsonErick Tryzelaar-15/+19
2013-11-29Make -Z gen-crate-map usable for I/OAlex Crichton-10/+61
2013-11-29Add a new run-make test directoryAlex Crichton-0/+396
2013-11-29Statically link librustrt to libstdAlex Crichton-64/+43
2013-11-29Add generation of static libraries to rustcAlex Crichton-566/+1083
2013-11-29auto merge of #10719 : Kimundi/rust/switch_to_multi_item_macros, r=alexcrichtonbors-256/+244
2013-11-29Implement a lock-free work-stealing dequeAlex Crichton-141/+723
2013-11-29Removed module macro workaround for signed and unsigned integersMarvin Löbel-57/+93
2013-11-29Removed useless cmp::{min, max} reexports from the integer modulesMarvin Löbel-20/+14
2013-11-29extra: json::Encoder should take a &mut io::WriterErick Tryzelaar-61/+62
2013-11-29extra: Rename json constructors into *::initErick Tryzelaar-78/+86
2013-11-29Remove some unnecessary impls from jsonErick Tryzelaar-8/+0
2013-11-29Remove @ from json::ErrorErick Tryzelaar-41/+41
2013-11-29auto merge of #10697 : pcwalton/rust/path-new, r=pcwaltonbors-547/+552
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-547/+552
2013-11-29Removed some dead code.Felix S. Klock II-11/+1
2013-11-29Removed a few macro-expanding-to-module workaroundsMarvin Löbel-185/+143
2013-11-29don't create intermediate string while creating json (rustdoc)osa1-3/+2
2013-11-28Fix initial debug statements printing twiceAlex Crichton-5/+43
2013-11-28auto merge of #10709 : alexcrichton/rust/snapshot, r=pcwaltonbors-1325/+1278
2013-11-28Register new snapshotsAlex Crichton-1325/+1278
2013-11-28shootout-spectralnorm resurection with parallelizationGuillaume Pinot-31/+66
2013-11-28auto merge of #10519 : nikomatsakis/rust/issue-8624-borrowck-overly-permissiv...bors-154/+583
2013-11-28Test that reborrowing contents of an `&'a mut &'b mut` pointer can onlyNiko Matsakis-105/+278
2013-11-28Modify iterators to make them safe with the new rules.Niko Matsakis-49/+111
2013-11-27auto merge of #10694 : klutzy/rust/rustdoc-closure, r=alexcrichtonbors-19/+23
2013-11-27auto merge of #10691 : g3xzh/rust/benchm, r=cmrbors-0/+86
2013-11-27auto merge of #10687 : alexcrichton/rust/issue-10686, r=thestingerbors-248/+227
2013-11-27auto merge of #10621 : Florob/rust/unicode63, r=cmrbors-671/+1336
2013-11-27auto merge of #10642 : cmr/rust/strict_doccomment, r=alexcrichtonbors-6/+22
2013-11-27Be more strict about doc commentsCorey Richardson-6/+22