about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-09-24auto merge of #9470 : luqmana/rust/bba, r=brsonbors-20/+15
2013-09-24auto merge of #9335 : alexcrichton/rust/issue-7945, r=thestingerbors-21/+89
2013-09-24Disallow char literals which should be escapedAlex Crichton-21/+89
2013-09-24auto merge of #9474 : thestinger/rust/internal, r=alexcrichtonbors-18/+19
2013-09-24Remove the annihilate function from the crate map. Fixes #8431Luqman Aden-20/+15
2013-09-24Don't use libc::exit. #9473Brian Anderson-45/+45
2013-09-24added test case for tokenization of macro_rulesJohn Clements-0/+45
2013-09-24mark functions internal if not building a libraryDaniel Micay-18/+19
2013-09-24auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphismbors-35/+36
2013-09-24renumbered due to bug shufflingJohn Clements-5/+5
2013-09-24Stop accepting 'impl ...;', require {} insteadAlex Crichton-35/+36
2013-09-24cleanupJohn Clements-10/+7
2013-09-24comment changes onlyJohn Clements-3/+5
2013-09-24auto merge of #9471 : brson/rust/rustexit, r=thestingerbors-4/+6
2013-09-24rust: Don't call libc::exitBrian Anderson-4/+6
2013-09-24Correctly encode item visibility in metadataAlex Crichton-161/+494
2013-09-24auto merge of #9463 : pnkfelix/rust/fsk-syntax-visit-refactor-rest-of-typeck,...bors-111/+101
2013-09-24Part of #7081: Fold remainder of typeck's visit env into their visitor structs.Felix S. Klock II-111/+101
2013-09-24Do not imply that str is sometimes null-terminated.Simon Sapin-2/+2
2013-09-24auto merge of #9457 : klutzy/rust/doc-fix, r=alexcrichtonbors-2/+2
2013-09-24auto merge of #9453 : pnkfelix/rust/fsk-further-syntax-visit-refactors, r=ale...bors-144/+123
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