| Age | Commit message (Expand) | Author | Lines |
| 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 | -44/+44 |
| 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 | -0/+6 |
| 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 | -0/+6 |
| 2013-09-23 | librustc: Fix merge fallout. | Patrick Walton | -131/+199 |
| 2013-09-23 | librustc: Remove `@fn` managed closures from the language. | Patrick Walton | -41/+9 |
| 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 | auto merge of #9301 : luqmana/rust/ncm, r=brson | bors | -14/+37 |
| 2013-09-23 | Find the cratemap at runtime on windows. | Luqman Aden | -1/+28 |
| 2013-09-20 | auto merge of #9332 : eugals/rust/master, r=alexcrichton | bors | -31/+50 |
| 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 | Replace unreachable() calls with unreachable!(). | Chris Morgan | -1/+1 |
| 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 | -9/+4 |
| 2013-09-18 | Register new snapshots | Alex Crichton | -2/+2 |
| 2013-09-18 | auto merge of #9272 : luqmana/rust/esln, r=catamorphism | bors | -1/+1 |
| 2013-09-18 | remove useless `rust_main` wrapper | Daniel Micay | -27/+1 |
| 2013-09-17 | librustc: Respect #[link_name] on extern statics. Fixes #9270 | Luqman Aden | -1/+1 |
| 2013-09-17 | Prevent a rare linkage issue with an xcrate static | Alex Crichton | -5/+30 |
| 2013-09-17 | auto merge of #9244 : thestinger/rust/drop, r=catamorphism | bors | -4/+4 |
| 2013-09-16 | auto merge of #9130 : alexcrichton/rust/inline-globals, r=thestinger | bors | -58/+140 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -4/+4 |
| 2013-09-16 | set attributes on `invoke` instructions too | Daniel Micay | -29/+18 |
| 2013-09-16 | document why attributes are set on CallInst | Daniel Micay | -1/+8 |
| 2013-09-16 | add sret + noalias to the out pointer parameter | Daniel Micay | -3/+28 |
| 2013-09-16 | fix handling of function attributes | Daniel Micay | -80/+119 |
| 2013-09-16 | Resume inlining globals across crates | Alex Crichton | -58/+140 |
| 2013-09-16 | auto merge of #9206 : alexcrichton/rust/issue-9188, r=catamorphism | bors | -1/+2 |
| 2013-09-16 | auto merge of #9196 : alexcrichton/rust/attempting-9055, r=cmr | bors | -13/+25 |
| 2013-09-15 | When declaring extern fns from external crates, use the correct abi | Alex Crichton | -13/+25 |
| 2013-09-15 | teach Call/CallWithConv to set attributes | Daniel Micay | -43/+47 |
| 2013-09-15 | remove unused `FastCall` wrapper | Daniel Micay | -15/+0 |
| 2013-09-15 | debuginfo: Some namespace-related cleanup. | Michael Woerister | -68/+66 |
| 2013-09-15 | debuginfo: Fix style nits for pull request. | Michael Woerister | -11/+10 |
| 2013-09-15 | debuginfo: Added description of algorithm for handling recursive types. | Michael Woerister | -83/+66 |
| 2013-09-15 | debuginfo: Support for recursive types. | Michael Woerister | -174/+382 |
| 2013-09-15 | debuginfo: Implement DI for ty_opaque_box. | Michael Woerister | -5/+21 |
| 2013-09-15 | debuginfo: Basic support for trait objects. | Michael Woerister | -15/+51 |
| 2013-09-14 | Guarantee that statics have unique names | Alex Crichton | -1/+2 |