| Age | Commit message (Expand) | Author | Lines |
| 2013-09-24 | auto merge of #9470 : luqmana/rust/bba, r=brson | bors | -20/+15 |
| 2013-09-24 | auto merge of #9335 : alexcrichton/rust/issue-7945, r=thestinger | bors | -21/+89 |
| 2013-09-24 | Disallow char literals which should be escaped | Alex Crichton | -21/+89 |
| 2013-09-24 | auto merge of #9474 : thestinger/rust/internal, r=alexcrichton | bors | -18/+19 |
| 2013-09-24 | Remove the annihilate function from the crate map. Fixes #8431 | Luqman Aden | -20/+15 |
| 2013-09-24 | Don't use libc::exit. #9473 | Brian Anderson | -45/+45 |
| 2013-09-24 | added test case for tokenization of macro_rules | John Clements | -0/+45 |
| 2013-09-24 | mark functions internal if not building a library | Daniel Micay | -18/+19 |
| 2013-09-24 | auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphism | bors | -35/+36 |
| 2013-09-24 | renumbered due to bug shuffling | John Clements | -5/+5 |
| 2013-09-24 | Stop accepting 'impl ...;', require {} instead | Alex Crichton | -35/+36 |
| 2013-09-24 | cleanup | John Clements | -10/+7 |
| 2013-09-24 | comment changes only | John Clements | -3/+5 |
| 2013-09-24 | auto merge of #9471 : brson/rust/rustexit, r=thestinger | bors | -4/+6 |
| 2013-09-24 | rust: Don't call libc::exit | Brian Anderson | -4/+6 |
| 2013-09-24 | Correctly encode item visibility in metadata | Alex Crichton | -161/+494 |
| 2013-09-24 | auto merge of #9463 : pnkfelix/rust/fsk-syntax-visit-refactor-rest-of-typeck,... | bors | -111/+101 |
| 2013-09-24 | Part of #7081: Fold remainder of typeck's visit env into their visitor structs. | Felix S. Klock II | -111/+101 |
| 2013-09-24 | Do not imply that str is sometimes null-terminated. | Simon Sapin | -2/+2 |
| 2013-09-24 | auto merge of #9457 : klutzy/rust/doc-fix, r=alexcrichton | bors | -2/+2 |
| 2013-09-24 | auto merge of #9453 : pnkfelix/rust/fsk-further-syntax-visit-refactors, r=ale... | bors | -144/+123 |
| 2013-09-23 | auto merge of #9449 : dckc/rust/patch-1, r=alexcrichton | bors | -1/+1 |
| 2013-09-24 | std::local_data: Fix document code | klutzy | -2/+2 |
| 2013-09-23 | auto merge of #9454 : alexcrichton/rust/snapshot, r=thestinger | bors | -91/+13 |
| 2013-09-23 | Register new snapshots | Alex Crichton | -91/+13 |
| 2013-09-23 | remove apostrophe where it's is not used as a contraction | Dan Connolly | -1/+1 |
| 2013-09-23 | auto merge of #9310 : pcwalton/rust/at-fn, r=pcwalton | bors | -2901/+2854 |
| 2013-09-24 | visit::Visitor refactor: fold moves.rs VisitContext into ComputeModesVisitor. | Felix S. Klock II | -108/+90 |
| 2013-09-23 | librustc: Fix merge fallout. | Patrick Walton | -168/+244 |
| 2013-09-23 | test: Fix rustdoc and tests. | Patrick Walton | -915/+196 |
| 2013-09-23 | librusti: Eliminate `@fn`. | Patrick Walton | -11/+20 |
| 2013-09-23 | librustc: Remove `@fn` managed closures from the language. | Patrick Walton | -112/+90 |
| 2013-09-23 | libsyntax: Introduce routines and remove all `@fn`s from libsyntax save the o... | Patrick Walton | -55/+85 |
| 2013-09-23 | libsyntax: Remove some more `@fn`s from the macro expander | Patrick Walton | -109/+300 |
| 2013-09-23 | libsyntax: Remove some more `@fn` uses | Patrick Walton | -37/+61 |
| 2013-09-23 | librustpkg: Fix diagnostic invocation syntax in librustdoc, librusti, and lib... | Patrick Walton | -23/+51 |
| 2013-09-23 | librustc: Change the ID visitor to use traits instead of garbage-collected fu... | Patrick Walton | -54/+94 |
| 2013-09-23 | librustc: Remove the remaining direct uses of `@fn` from librustc. | Patrick Walton | -58/+84 |
| 2013-09-23 | librustc: Remove garbage-collected functions from util/common. | Patrick Walton | -12/+16 |
| 2013-09-23 | librustc: Don't use garbage-collected closures to store cleanups. | Patrick Walton | -24/+121 |
| 2013-09-23 | librustc: Make the fall-through case in match not use garbage collected funct... | Patrick Walton | -26/+76 |
| 2013-09-23 | librustc: Port the pretty printer annotation infrastructure to use traits ins... | Patrick Walton | -98/+143 |
| 2013-09-23 | librustc: Remove garbage collected functions from front/{config,test} and met... | Patrick Walton | -62/+59 |
| 2013-09-23 | librustc: Change fold to use traits instead of `@fn`. | Patrick Walton | -1214/+1291 |
| 2013-09-23 | auto merge of #9444 : alexcrichton/rust/ignore-some-tests, r=thestinger | bors | -0/+2 |
| 2013-09-23 | Ignore some rustpkg tests for now | Alex Crichton | -0/+2 |
| 2013-09-24 | visit::Visitor refactor: replace (&mut BorrowckVisitor, @BorrowckCtxt) with &... | Felix S. Klock II | -36/+33 |
| 2013-09-23 | auto merge of #9301 : luqmana/rust/ncm, r=brson | bors | -21/+167 |
| 2013-09-23 | Find the cratemap at runtime on windows. | Luqman Aden | -5/+51 |
| 2013-09-23 | Added is_control function, method, and tests. | Jesse Ray | -0/+24 |