summary refs log tree commit diff
path: root/src/librustc/middle
AgeCommit message (Expand)AuthorLines
2013-03-31Fix warningsBrian Anderson-19/+15
2013-03-30Correct type signature for start lang item.Luqman Aden-1/+1
2013-03-30auto merge of #5630 : erickt/rust/serial, r=ericktbors-16/+5
2013-03-30rustc: fix astencode testErick Tryzelaar-12/+1
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-123/+177
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-112/+112
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-39/+0
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-112/+112
2013-03-29Register snapshotsBrian Anderson-39/+0
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-149/+141
2013-03-29std: remove Encoder::read_rec and Decoder::emit_recErick Tryzelaar-4/+4
2013-03-29auto merge of #5570 : alexcrichton/rust/fix-unused-imports, r=sanxiynbors-148/+137
2013-03-28auto merge of #5614 : graydon/rust/static-linkage-bug, r=catamorphismbors-1/+4
2013-03-28Removing unused importsAlex Crichton-138/+131
2013-03-28Fix warning about unused imports in import listsAlex Crichton-10/+6
2013-03-28auto merge of #5593 : luqmana/rust/inline-asm, r=catamorphismbors-115/+175
2013-03-28rustc: fix linkage of internal static nodes.Graydon Hoare-1/+4
2013-03-28Tidy.Luqman Aden-1/+1
2013-03-28librustc: Remove common fields and nested enums from the languagePatrick Walton-46/+1
2013-03-28auto merge of #5592 : pcwalton/rust/xc-extern-statics, r=pcwaltonbors-7/+39
2013-03-28auto merge of #5586 : pcwalton/rust/expr-repeat-vstore, r=graydonbors-5/+9
2013-03-27auto merge of #5579 : dbaupp/rust/rustc-typo-limit, r=catamorphismbors-4/+5
2013-03-27auto merge of #5578 : erickt/rust/incoming, r=jbclements,ericktbors-22/+44
2013-03-27derive Eq and Clone impls where applicableAndrew Paseltiner-252/+14
2013-03-27librustc: remove already addressed XXXLuqman Aden-1/+0
2013-03-27librustc: add default per arch clobbers for asm.Luqman Aden-3/+25
2013-03-27libsyntax: Allow selecting intel style asm.Luqman Aden-1/+6
2013-03-27libsyntax: use a struct for inline asm in ast.Luqman Aden-26/+28
2013-03-27librustc: Move inline asm stuff to different mod.Luqman Aden-100/+132
2013-03-27librustc: Fix ICE with cross-crate extern statics. rs=bugfixPatrick Walton-7/+39
2013-03-27librustc: Allow expr_repeat to be used with any vstorePatrick Walton-5/+9
2013-03-27librustc: Allow expr_repeat to be used with any vstorePatrick Walton-5/+9
2013-03-27auto merge of #5558 : nikomatsakis/rust/issue-4920-autoref-index-operator, r=...bors-131/+29
2013-03-27Fix pretty-printer test failure by carrying the bound lifetime names throughNiko Matsakis-93/+113
2013-03-27Autoref the argument to the index operator (#4920)Niko Matsakis-37/+21
2013-03-28librustc: Limit the typo suggestions to reasonable suggests.Huon Wilson-4/+5
2013-03-27syntax: Remove deprecated expr_vstore_fixedErick Tryzelaar-17/+0
2013-03-27syntax: fix pretty printing __log stmtsErick Tryzelaar-5/+5
2013-03-27std: Decode::read_enum_variant should pass in the variant namesErick Tryzelaar-0/+39
2013-03-27Simplify and remove unnecessary use of ast_mapNiko Matsakis-38/+1
2013-03-27remove sty_by_ref, though traces still remain due to dtorsNiko Matsakis-56/+7
2013-03-26librustc: Remove obsolete syntaxPatrick Walton-3/+3
2013-03-26librustc: Enforce that `extern mod` directives come first, then `use` directi...Patrick Walton-203/+141
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-27/+29
2013-03-26librustc: Require explicit lifetime bindersPatrick Walton-63/+322
2013-03-26librustc: Fix bug with newtype structs containing dtorsPatrick Walton-2/+0
2013-03-26librustc: Stop parsing `[T * N]`.Patrick Walton-1/+1
2013-03-26librustc: Remove all uses of the old `[T * N]` fixed-length vector syntaxPatrick Walton-2/+2
2013-03-26option: rm functions that duplicate methodsDaniel Micay-19/+11
2013-03-26Move ast_map::map to LinearMapAlex Crichton-72/+70