about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-12-04rewrite of shootout-reverse-complement.rsGuillaume Pinot-142/+70
2013-12-03auto merge of #10768 : Blei/rust/logging-enabled-macros, r=alexcrichtonbors-5/+71
2013-12-03auto merge of #10757 : TeXitoi/rust/mut-split-iter, r=alexcrichtonbors-15/+121
2013-12-03add MutableVector::mut_split(self, pred) -> DoubleEndedIterator<&mut [T]>Guillaume Pinot-4/+110
2013-12-03auto merge of #10777 : alexcrichton/rust/issue-10743, r=luqmanabors-75/+119
2013-12-03Resume propagation of linking to native dylibsAlex Crichton-61/+74
2013-12-03Continue tightening holes in reachabilityAlex Crichton-14/+45
2013-12-03auto merge of #10782 : alexcrichton/rust/rustdoc-lib, r=thestingerbors-0/+1
2013-12-03Add test to check for debug logging disabled at compile timePhilipp Brüschweiler-0/+21
2013-12-02auto merge of #10772 : alexcrichton/rust/issue-3053, r=alexcrichtonbors-0/+26
2013-12-02rustdoc: Tell rustc we're building a libraryAlex Crichton-0/+1
2013-12-02auto merge of #10770 : alexcrichton/rust/static-librustrt, r=alexcrichtonbors-1/+1
2013-12-02auto merge of #10759 : SiegeLord/rust/placeholder, r=cmrbors-1/+3
2013-12-02auto merge of #10736 : Blei/rust/fix_c_vec, r=alexcrichtonbors-104/+122
2013-12-02auto merge of #10742 : alexcrichton/rust/frameworks, r=cmrbors-18/+130
2013-12-02c_vec: ModernizePhilipp Brüschweiler-104/+122
2013-12-02Add a macro to check if logging at a given label is enabledPhilipp Brüschweiler-5/+50
2013-12-02auto merge of #10728 : sanxiyn/rust/proc, r=cmrbors-2/+31
2013-12-02Add test for #3053. Fixes #3053.Niko Matsakis-0/+26
2013-12-02Declare librustrt a static dependency of libextraAlex Crichton-1/+1
2013-12-02Fix type inference for proc expressionsSeo Sanghyeon-2/+31
2013-12-02rename MutableVector::mut_split(at) to MutableVector::mut_split_at(at)Guillaume Pinot-11/+11
2013-12-01Add a type="search" to the search bar in the documentation.SiegeLord-1/+2
2013-12-01Add placeholder text to the search bar in the documentation.SiegeLord-1/+2
2013-12-01auto merge of #10756 : thestinger/rust/transmute, r=alexcrichtonbors-8/+2
2013-12-01rustc: filter out empty linker argsPhilipp Brüschweiler-5/+18
2013-12-01remove useless `transmute_immut` functionDaniel Micay-8/+2
2013-12-01auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichtonbors-31/+31
2013-12-01auto merge of #10748 : kballard/rust/issue-10734-rpass, r=alexcrichtonbors-3/+27
2013-12-01auto merge of #10676 : eddyb/rust/ast-box-in-enums, r=cmrbors-640/+623
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