about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2013-10-02std: Replace num::IntConvertible with {To,From}PrimitiveErick Tryzelaar-2/+2
2013-10-02auto merge of #9679 : pnkfelix/rust/de-pub-resolve-code, r=huonwbors-143/+142
2013-10-02De-pub resolve.rsFelix S. Klock II-143/+142
2013-10-02auto merge of #9665 : alexcrichton/rust/snapshot, r=brsonbors-20/+20
2013-10-02auto merge of #9638 : pnkfelix/rust/fsk-issue7526-attempt-to-catch-nonuc-stat...bors-0/+39
2013-10-01auto merge of #9656 : thestinger/rust/immediate, r=alexcrichtonbors-75/+118
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-20/+20
2013-10-01auto merge of #9560 : pcwalton/rust/xc-tuple-structs, r=pcwaltonbors-3/+17
2013-10-01librustc: Inline cross-crate tuple struct constructorsPatrick Walton-3/+17
2013-10-01remove the `float` typeDaniel Micay-37/+20
2013-10-01incoporate suggestion from huonw to move code into lint.rsFelix S. Klock II-19/+21
2013-10-01auto merge of #9599 : alexcrichton/rust/less-fmt, r=huonwbors-1739/+1743
2013-10-01make small (<= size_of::<int>()) tuples immediateDaniel Micay-75/+118
2013-09-30auto merge of #9617 : crabtw/rust/softfp, r=alexcrichtonbors-2/+7
2013-09-30rustc: Remove usage of fmt!Alex Crichton-1739/+1743
2013-10-01fix dropping non-primitive immediatesDaniel Micay-13/+3
2013-10-01add -Z soft-float optionJyun-Yan You-2/+7
2013-10-01Revise error message to use phrase "all caps" instead of "uppercase".Felix S. Klock II-2/+2
2013-10-01Add new lint: non_uppercase_pattern_statics, for #7526.Felix S. Klock II-0/+37
2013-09-30rm only use of type_is_immediate outside of transDaniel Micay-36/+43
2013-09-30auto merge of #9630 : blake2-ppc/rust/de-at-smaller, r=huonwbors-178/+191
2013-09-30trans::build: Change @mut Block to &Block or &mut Blockblake2-ppc-116/+129
2013-09-30trans: Change @ast::Pat and @mut CrateContext in a few placesblake2-ppc-6/+6
2013-09-30trans: Change @ast::Expr -> &ast::Expr where possibleblake2-ppc-56/+56
2013-09-30auto merge of #9614 : blake2-ppc/rust/lang-item-iter, r=alexcrichtonbors-51/+52
2013-09-30rustc: Convert lang_item to use an iteratorblake2-ppc-5/+6
2013-09-30rustc: Convert lang_items hashmap to use &'static str keysblake2-ppc-46/+46
2013-09-29Remove all usage of @ast::CrateAlex Crichton-175/+130
2013-09-29Require &Crate instead of @CrateAlex Crichton-4/+4
2013-09-28auto merge of #9583 : blake2-ppc/rust/connect-vec, r=huonwbors-2/+2
2013-09-28std::vec: Remove functions concat, connectblake2-ppc-2/+2
2013-09-27auto merge of #9556 : alexcrichton/rust/less-at-mut, r=luqmanabors-353/+308
2013-09-27auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichtonbors-3/+3
2013-09-27auto merge of #9550 : alexcrichton/rust/remove-printf, r=thestingerbors-48/+48
2013-09-27auto merge of #9548 : thestinger/rust/internal, r=alexcrichtonbors-17/+8
2013-09-27auto merge of #9538 : thestinger/rust/type_use, r=pcwaltonbors-546/+21
2013-09-27auto merge of #9527 : bmaxa/rust/master, r=alexcrichtonbors-2/+2
2013-09-26std and rustc: Convert users of c_str to use .with_c_strErick Tryzelaar-6/+6
2013-09-26Remove `@mut Resolver`Alex Crichton-353/+308
2013-09-26auto merge of #9504 : brson/rust/continue, r=alexcrichtonbors-16/+16
2013-09-26Update version numbers to 0.9-preBrian Anderson-3/+3
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-48/+48
2013-09-26mark globals as internal when not building a libraryDaniel Micay-17/+8
2013-09-26Add 'continue' as a synonym for 'loop'Brian Anderson-16/+16
2013-09-26remove type_useDaniel Micay-546/+21
2013-09-26Ensure that skipped items aren't encodedAlex Crichton-0/+11
2013-09-26Fix ICE caused by my previous patch, that is, if super trait had moreBranimir-2/+2
2013-09-26auto merge of #9464 : bmaxa/rust/master, r=cmrbors-6/+5
2013-09-26 fix for issue #9394Branimir-6/+5
2013-09-25rustdoc: Linkify all reexports.Alex Crichton-0/+28