about summary refs log tree commit diff
path: root/src/librustc/middle/trans
AgeCommit message (Expand)AuthorLines
2014-02-02librustc: Remove `@str` from the languagePatrick Walton-3/+2
2014-02-02librustc: Get rid of calls to `token::ident_to_str` in debug infoPatrick Walton-10/+22
2014-02-02librustc: De-`@str` `ident()` and `str_of()`Patrick Walton-2/+3
2014-02-02librustc: De-`@str` the LLVM symbol listPatrick Walton-6/+6
2014-02-02librustc: De-`@str` symbol hashingPatrick Walton-1/+1
2014-02-02librustc: De-`@str` debuginfoPatrick Walton-24/+30
2014-02-02librustc: Remove a bunch of `@str` from the compiler around metadataPatrick Walton-4/+6
2014-02-02librustc: Fix merge fallout.Patrick Walton-13/+8
2014-02-02libsyntax: Remove all `@str` from the ASTPatrick Walton-9/+9
2014-02-02libsyntax: Make float literals not use `@str`Patrick Walton-3/+5
2014-02-02libsyntax: De-`@str` pathnamesPatrick Walton-3/+3
2014-02-02librustc: Fix merge fallout.Patrick Walton-1/+1
2014-02-02libsyntax: De-`@str` literal strings in the ASTPatrick Walton-90/+118
2014-01-31Fix minor doc typosVirgile Andreani-2/+2
2014-01-31Introduce marker types for indicating variance and for opting outNiko Matsakis-77/+108
2014-01-31auto merge of #11917 : thestinger/rust/intrinsic, r=alexcrichtonbors-136/+137
2014-01-30Make mut_last return Option instead of failing on empty vector (and add a tes...Nathaniel Herman-1/+1
2014-01-30Make size_of, align_of, and element_offset functions return u64 instead of ui...Nathaniel Herman-29/+29
2014-01-30Implement default type parameters in generics.Eduard Burtescu-2/+4
2014-01-30auto merge of #11909 : thestinger/rust/tydesc, r=pcwaltonbors-18/+10
2014-01-30auto merge of #11907 : sanxiyn/rust/simd-shift, r=thestingerbors-3/+5
2014-01-29auto merge of #11853 : alexcrichton/rust/up-llvm, r=brsonbors-3/+3
2014-01-29Upgrade LLVMAlex Crichton-3/+3
2014-01-30Remove Times traitBrendan Zabarauskas-2/+2
2014-01-29remove a layer of indirection from most intrinsicsDaniel Micay-136/+137
2014-01-29use a more efficient vtable representationDaniel Micay-15/+7
2014-01-29auto merge of #11868 : bytbox/rust/remove-do, r=alexcrichtonbors-17/+0
2014-01-29stop making visit glue for closures and traitsDaniel Micay-3/+3
2014-01-30Fix SIMD bit shiftsSeo Sanghyeon-3/+5
2014-01-29Removing support for the do syntax from libsyntax and librustc.Scott Lawrence-17/+0
2014-01-29extra: move arena to libarenaDavid Manescu-2/+2
2014-01-28auto merge of #11864 : comex/rust/11352, r=alexcrichtonbors-1/+15
2014-01-28Add appropriate LLVM module flags for debug info.comex-1/+15
2014-01-27auto merge of #11826 : huonw/rust/7621-deriving-errors, r=alexcrichtonbors-3/+5
2014-01-28syntax: make deriving have slightly less cryptic error messages.Huon Wilson-3/+5
2014-01-27auto merge of #11846 : michaelwoerister/rust/cu_name, r=pcwaltonbors-18/+43
2014-01-27Removed take_glue from tydesc, inlining the equivalent refcount increment cod...Eduard Burtescu-141/+56
2014-01-27debuginfo: Fix name attribute for DWARF compile unitsMichael Woerister-16/+41
2014-01-27Add .rs- instead of .rc-extension to LLVM module nameMichael Woerister-2/+2
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-1030/+681
2014-01-26auto merge of #11787 : alexcrichton/rust/refactor, r=brsonbors-1/+1
2014-01-26Move extra::flate to libflateAlex Crichton-1/+1
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-6/+6
2014-01-24auto merge of #11720 : sfackler/rust/macro-export-source, r=alexcrichtonbors-0/+1
2014-01-23Update flip() to be rev().Sean Chalmers-7/+7
2014-01-23Rename Invert to Flip - Issue 10632Sean Chalmers-7/+7
2014-01-23Redo exported macro serializationSteven Fackler-0/+1
2014-01-21Allow SIMD types in generics. Closes #10604Richard Diamond-7/+11
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-4/+7
2014-01-21[std::vec] Rename .last_opt() to .last(), drop the old .last() behaviorSimon Sapin-27/+28