about summary refs log tree commit diff
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-77/+121
2013-12-03Resume propagation of linking to native dylibsAlex Crichton-61/+74
2013-12-03Tidy up a few problems with run-make testsAlex Crichton-2/+2
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-02auto merge of #10773 : jvns/rust/patch-1, r=cmrbors-0/+26
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 #10771 : pnkfelix/rust/fix-make-check-for-ccacheless-clang, r=a...bors-7/+8
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-37/+353
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 section on closure types to manualJulia Evans-0/+26
2013-12-02Bring the linkage documentation up-to-dateAlex Crichton-19/+223
2013-12-02Add test for #3053. Fixes #3053.Niko Matsakis-0/+26
2013-12-02Make the ccache-free case look like the ccache case.Felix S. Klock II-7/+8
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 #10753 : alexcrichton/rust/fix-make-install, r=huonwbors-3/+0
2013-12-01auto merge of #10756 : thestinger/rust/transmute, r=alexcrichtonbors-8/+2
2013-12-01auto merge of #10749 : Blei/rust/fix-linker-args, r=alexcrichtonbors-5/+18
2013-12-01rustc: filter out empty linker argsPhilipp Brüschweiler-5/+18
2013-12-01remove useless `transmute_immut` functionDaniel Micay-8/+2
2013-12-01*Actually* fix `make install` with rlibsAlex Crichton-3/+0
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 #10746 : alexcrichton/rust/fix-make-install, r=cmrbors-0/+6
2013-11-30auto merge of #10739 : DaGenix/rust/mut-chunks, r=alexcrichtonbors-0/+102
2013-11-30Fix make install to install rlib filesAlex Crichton-0/+6
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-30auto merge of #10731 : chris-morgan/rust/fix-double-slashing, r=metajackbors-4/+4
2013-11-30Support OSX frameworksAlex Crichton-18/+130