summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-09-23auto merge of #9449 : dckc/rust/patch-1, r=alexcrichtonbors-1/+1
2013-09-24std::local_data: Fix document codeklutzy-2/+2
2013-09-23auto merge of #9454 : alexcrichton/rust/snapshot, r=thestingerbors-91/+13
2013-09-23Register new snapshotsAlex Crichton-91/+13
2013-09-23remove apostrophe where it's is not used as a contractionDan Connolly-1/+1
2013-09-23auto merge of #9310 : pcwalton/rust/at-fn, r=pcwaltonbors-2901/+2854
2013-09-24visit::Visitor refactor: fold moves.rs VisitContext into ComputeModesVisitor.Felix S. Klock II-108/+90
2013-09-23librustc: Fix merge fallout.Patrick Walton-168/+244
2013-09-23test: Fix rustdoc and tests.Patrick Walton-915/+196
2013-09-23librusti: Eliminate `@fn`.Patrick Walton-11/+20
2013-09-23librustc: Remove `@fn` managed closures from the language.Patrick Walton-112/+90
2013-09-23libsyntax: Introduce routines and remove all `@fn`s from libsyntax save the o...Patrick Walton-55/+85
2013-09-23libsyntax: Remove some more `@fn`s from the macro expanderPatrick Walton-109/+300
2013-09-23libsyntax: Remove some more `@fn` usesPatrick Walton-37/+61
2013-09-23librustpkg: Fix diagnostic invocation syntax in librustdoc, librusti, and lib...Patrick Walton-23/+51
2013-09-23librustc: Change the ID visitor to use traits instead of garbage-collected fu...Patrick Walton-54/+94
2013-09-23librustc: Remove the remaining direct uses of `@fn` from librustc.Patrick Walton-58/+84
2013-09-23librustc: Remove garbage-collected functions from util/common.Patrick Walton-12/+16
2013-09-23librustc: Don't use garbage-collected closures to store cleanups.Patrick Walton-24/+121
2013-09-23librustc: Make the fall-through case in match not use garbage collected funct...Patrick Walton-26/+76
2013-09-23librustc: Port the pretty printer annotation infrastructure to use traits ins...Patrick Walton-98/+143
2013-09-23librustc: Remove garbage collected functions from front/{config,test} and met...Patrick Walton-62/+59
2013-09-23librustc: Change fold to use traits instead of `@fn`.Patrick Walton-1214/+1291
2013-09-23auto merge of #9444 : alexcrichton/rust/ignore-some-tests, r=thestingerbors-0/+2
2013-09-23Ignore some rustpkg tests for nowAlex Crichton-0/+2
2013-09-24visit::Visitor refactor: replace (&mut BorrowckVisitor, @BorrowckCtxt) with &...Felix S. Klock II-36/+33
2013-09-23auto merge of #9301 : luqmana/rust/ncm, r=brsonbors-21/+167
2013-09-23Find the cratemap at runtime on windows.Luqman Aden-5/+51
2013-09-23Added is_control function, method, and tests.Jesse Ray-0/+24
2013-09-23Disable zlib/libffi when configuring LLVMAlex Crichton-1/+1
2013-09-23auto merge of #9422 : alexcrichton/rust/fix-link, r=thestingerbors-16/+11
2013-09-22auto merge of #9413 : bytbox/rust/master, r=alexcrichtonbors-4/+30
2013-09-22Place *all* rustdoc output in doc/{crate}Alex Crichton-16/+11
2013-09-22touch LLVM clean triggerDaniel Micay-1/+1
2013-09-22Add docs for extra::semverScott Lawrence-4/+30
2013-09-22disable starvation test completely for nowDaniel Micay-13/+10
2013-09-22auto merge of #9389 : poiru/rust/issue-9333, r=alexcrichtonbors-5/+15
2013-09-22auto merge of #9408 : thestinger/rust/valgrind, r=alexcrichtonbors-9/+13
2013-09-22disable scheduler starvation test on valgrindDaniel Micay-9/+13
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-6880/+272
2013-09-23Remove the C(++) ISAAC Rng from the old rt.Huon Wilson-390/+2
2013-09-23std: merge rand::{Rng,RngUtil} with default methods.Huon Wilson-387/+309
2013-09-22std: move rand.rs to rand/mod.rs.Huon Wilson-1/+0
2013-09-22std::result: Remove function `map_opt`blake2-ppc-13/+0
2013-09-22Reserve the `alignof`, `offsetof`, and `sizeof` keywordsBirunthan Mohanathas-5/+15
2013-09-22auto merge of #9395 : brson/rust/0.8, r=alexcrichtonbors-14/+14
2013-09-22Remove 'copy' from syntax files, as it's no longer a keywordScott Lawrence-4/+1
2013-09-21auto merge of #9353 : brson/rust/sched, r=alexcrichton,cmrbors-10/+27
2013-09-21Update version numbers to 0.8Brian Anderson-14/+14
2013-09-21std: add file::io::test module and ensure correct buildJeff Olson-243/+251