summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2013-03-31Fix warningsBrian Anderson-20/+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-180/+253
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-173/+173
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-39/+0
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-173/+173
2013-03-29Register snapshotsBrian Anderson-39/+0
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-172/+160
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-171/+156
2013-03-28auto merge of #5614 : graydon/rust/static-linkage-bug, r=catamorphismbors-1/+4
2013-03-28Removing unused importsAlex Crichton-161/+150
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/+176
2013-03-28rustc: fix linkage of internal static nodes.Graydon Hoare-1/+4
2013-03-28Tidy.Luqman Aden-1/+1
2013-03-28auto merge of #5609 : Kimundi/rust/incoming, r=catamorphismbors-2/+1
2013-03-28Unbreak 'rustc --help'Marvin Löbel-2/+1
2013-03-28librustc: Remove common fields and nested enums from the languagePatrick Walton-48/+2
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/+133
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-135/+29
2013-03-27Fix pretty-printer test failure by carrying the bound lifetime names throughNiko Matsakis-94/+117
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-60/+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-223/+159
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-31/+34
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