about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2014-02-21auto merge of #12419 : huonw/rust/compiler-unsafe, r=alexcrichtonbors-18/+29
2014-02-21auto merge of #12415 : HeroesGrave/rust/move-enum-set, r=alexcrichtonbors-1/+1
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-22/+60
2014-02-20auto merge of #12164 : alexcrichton/rust/rlibs-and-dylibs, r=cmrbors-94/+167
2014-02-20Re-work loading crates with nicer errorsAlex Crichton-94/+167
2014-02-20auto merge of #12401 : alexcrichton/rust/if-ok-2-try, r=brsonbors-31/+31
2014-02-20Mass rename if_ok! to try!Alex Crichton-31/+31
2014-02-20auto merge of #12405 : kud1ing/rust/backticks, r=huonwbors-1/+1
2014-02-20auto merge of #12403 : eddyb/rust/generic-dtors-with-bounds, r=nikomatsakisbors-153/+110
2014-02-20auto merge of #12399 : michaelwoerister/rust/simd-fix, r=alexcrichtonbors-1/+7
2014-02-20auto merge of #12398 : alexcrichton/rust/rlibs-and-dylibs-2, r=cmrbors-84/+138
2014-02-20rustc: avoid compiler generated `unsafe` blocks leaking.Huon Wilson-18/+29
2014-02-20move extra::test to libtestLiigo Zhuang-24/+24
2014-02-20move enum_set to libcollections. #8784HeroesGrave-1/+1
2014-02-19auto merge of #12244 : pcwalton/rust/deuniquevectorpatterns, r=pcwaltonbors-12/+23
2014-02-19auto merge of #12394 : huonw/rust/transmute--, r=pnkfelixbors-12/+4
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-12/+23
2014-02-19auto merge of #12387 : cmr/rust/ast-json, r=alexcrichtonbors-7/+30
2014-02-20Resolve the vtables for method calls to generic Drop impls with trait bounds.Eduard Burtescu-16/+31
2014-02-19adjust to currently used stylekud1ing-1/+1
2014-02-19Replaced method_map_entry with method_origin and cleaned up vtable checking a...Eduard Burtescu-133/+79
2014-02-19Don't recurse twice into ExprParen in vtable checking.Eduard Burtescu-4/+0
2014-02-19rustc: support dumping the AST as JSONCorey Richardson-7/+30
2014-02-19auto merge of #12379 : alexcrichton/rust/fix-ar-thing, r=brsonbors-0/+1
2014-02-19Tweak how preference factors into linkageAlex Crichton-84/+138
2014-02-19debuginfo: Add support for simd typesMichael Woerister-1/+7
2014-02-20rustc: remove some unnecessary `transmute`s.Huon Wilson-12/+4
2014-02-19Change the format_args! macro expansion for temporariesEdward Wang-7/+7
2014-02-18auto merge of #12245 : nick29581/rust/priv2, r=alexcrichtonbors-108/+268
2014-02-19Make priavcy checking aware that a `use` directive can point to two defintion...Nick Cameron-108/+268
2014-02-18Fix staticlib outputs linking to blank archivesAlex Crichton-0/+1
2014-02-18auto merge of #12351 : kud1ing/rust/backticks, r=alexcrichtonbors-2/+2
2014-02-17auto merge of #12232 : kballard/rust/taskbuilder-is-a-builder, r=alexcrichtonbors-2/+1
2014-02-17auto merge of #12146 : gentlefolk/rust/issue-2404, r=alexcrichtonbors-12/+29
2014-02-17Updated metadata::creader::resolve_crate_deps to use the correct span. Clarif...gentlefolk-12/+29
2014-02-17backticks for syntax elementskud1ing-2/+2
2014-02-17auto merge of #12337 : nick29581/rust/generic_extern, r=alexcrichtonbors-94/+110
2014-02-17Forbid use of generics with foreign functions. Closes #10353.Nick Cameron-94/+110
2014-02-17Rename Bitwise::population_count to Bitwise::count_ones and add Bitwise::coun...Brendan Zabarauskas-1/+1
2014-02-16Update clients of the TaskBuilder APIKevin Ballard-2/+1
2014-02-17Remove CloneableTuple and ImmutableTuple traitsBrendan Zabarauskas-2/+2
2014-02-15auto merge of #12272 : alexcrichton/rust/snapshot, r=kballardbors-13/+13
2014-02-15Declare by-value on-stack parameters to be noaliasBjörn Steinbrink-1/+9
2014-02-15std: clean up ptr a bitCorey Richardson-3/+2
2014-02-14extern mod => extern crateAlex Crichton-13/+13
2014-02-14auto merge of #12276 : alexcrichton/rust/issue-8449, r=kballardbors-7/+7
2014-02-14Enable 64-bit checked multiplication on 32-bitAlex Crichton-7/+7
2014-02-14auto merge of #12267 : alexcrichton/rust/rollup, r=alexcrichtonbors-84/+64
2014-02-14auto merge of #12205 : alexcrichton/rust/nodefaultlibs, r=brsonbors-0/+11
2014-02-14Invoke gcc with -nodefaultlibsAlex Crichton-0/+11