| Age | Commit message (Expand) | Author | Lines |
| 2013-09-25 | rustdoc: Linkify all reexports. | Alex Crichton | -0/+28 |
| 2013-09-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -1/+1 |
| 2013-09-25 | auto merge of #9491 : thestinger/rust/noreturn, r=huonw | bors | -0/+6 |
| 2013-09-25 | auto merge of #9492 : pnkfelix/rust/fsk-syntax-visit-refactor-remainder, r=huonw | bors | -243/+232 |
| 2013-09-25 | Fold env into CheckItemRecursionVisitor. | Felix S. Klock II | -15/+17 |
| 2013-09-25 | Fold ErrorCheckVisitor into Liveness. Removed some @allocation. | Felix S. Klock II | -35/+31 |
| 2013-09-25 | Fold KindAnalysisVisitor into the Context. Removed unused current_item state. | Felix S. Klock II | -45/+38 |
| 2013-09-25 | Move unchanging portions of Context over to the Visitor. | Felix S. Klock II | -67/+70 |
| 2013-09-25 | Move unchanging portions of context over to the Visitor. | Felix S. Klock II | -37/+32 |
| 2013-09-25 | Fold context into CalleeTranslationVisitor. | Felix S. Klock II | -11/+12 |
| 2013-09-25 | Fold context into TransItemVisitor. | Felix S. Klock II | -12/+14 |
| 2013-09-25 | Fold type_use.rs Context into its Visitor. | Felix S. Klock II | -21/+18 |
| 2013-09-25 | add `noreturn` attribute to functions returning ! | Daniel Micay | -0/+6 |
| 2013-09-25 | auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwalton | bors | -57/+169 |
| 2013-09-24 | auto merge of #9470 : luqmana/rust/bba, r=brson | bors | -3/+1 |
| 2013-09-24 | Remove the annihilate function from the crate map. Fixes #8431 | Luqman Aden | -3/+1 |
| 2013-09-24 | mark functions internal if not building a library | Daniel Micay | -18/+19 |
| 2013-09-24 | Correctly encode item visibility in metadata | Alex Crichton | -57/+169 |
| 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 | auto merge of #9453 : pnkfelix/rust/fsk-further-syntax-visit-refactors, r=ale... | bors | -144/+123 |
| 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 | -131/+199 |
| 2013-09-23 | librustc: Remove `@fn` managed closures from the language. | Patrick Walton | -57/+35 |
| 2013-09-23 | librustc: Change the ID visitor to use traits instead of garbage-collected fu... | Patrick Walton | -22/+47 |
| 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 | -40/+39 |
| 2013-09-23 | librustc: Change fold to use traits instead of `@fn`. | Patrick Walton | -29/+48 |
| 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 | -16/+38 |
| 2013-09-23 | Find the cratemap at runtime on windows. | Luqman Aden | -1/+28 |
| 2013-09-20 | auto merge of #9350 : pnkfelix/rust/fsk-issue-4691-catch-bad-fsu-during-compu... | bors | -0/+15 |
| 2013-09-20 | auto merge of #9332 : eugals/rust/master, r=alexcrichton | bors | -31/+50 |
| 2013-09-20 | auto merge of #9321 : chris-morgan/rust/lowercase-nan-methods, r=brson | bors | -2/+2 |
| 2013-09-20 | auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con... | bors | -3/+2 |
| 2013-09-20 | Resolves third bullet of #4691, and adds tests for it. Fix #4691. | Felix S. Klock II | -0/+15 |
| 2013-09-19 | auto merge of #9295 : alexcrichton/rust/fix-lang-items, r=thestinger | bors | -43/+42 |
| 2013-09-19 | will not copy trait_callee on stack if it's source expr is a plain borrowed ref | U-NOV2010\eugals | -6/+14 |
| 2013-09-19 | minor Type::opaque_trait code cleanup | U-NOV2010\eugals | -17/+6 |
| 2013-09-19 | optimized trans_to_datum::auto_borrow_obj code generation in case some trivia... | U-NOV2010\eugals | -9/+31 |
| 2013-09-19 | Rename the NaN and is_NaN methods to lowercase. | Chris Morgan | -2/+2 |
| 2013-09-19 | Replace unreachable() calls with unreachable!(). | Chris Morgan | -3/+2 |
| 2013-09-18 | auto merge of #9284 : thestinger/rust/main, r=luqmana | bors | -27/+1 |
| 2013-09-18 | libstd/librustc: Make the crate_map a weak symbol that libstd links against. | Luqman Aden | -6/+7 |
| 2013-09-18 | librustc/libstd: No longer pass crate_map to start. | Luqman Aden | -11/+5 |
| 2013-09-18 | Register new snapshots | Alex Crichton | -2/+2 |
| 2013-09-18 | Renumber the lang items correctly | Alex Crichton | -43/+42 |
| 2013-09-18 | auto merge of #9275 : blake2-ppc/rust/float-from-str, r=thestinger | bors | -3/+2 |
| 2013-09-18 | auto merge of #9272 : luqmana/rust/esln, r=catamorphism | bors | -1/+1 |