summary refs log tree commit diff
path: root/src/librustc/middle/trans
AgeCommit message (Expand)AuthorLines
2013-03-31Fix warningsBrian Anderson-2/+1
2013-03-30Correct type signature for start lang item.Luqman Aden-1/+1
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-82/+108
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-63/+63
2013-03-29auto merge of #5570 : alexcrichton/rust/fix-unused-imports, r=sanxiynbors-38/+38
2013-03-28auto merge of #5614 : graydon/rust/static-linkage-bug, r=catamorphismbors-1/+4
2013-03-28Removing unused importsAlex Crichton-38/+38
2013-03-28auto merge of #5593 : luqmana/rust/inline-asm, r=catamorphismbors-105/+160
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-13/+0
2013-03-28auto merge of #5592 : pcwalton/rust/xc-extern-statics, r=pcwaltonbors-7/+39
2013-03-27auto merge of #5578 : erickt/rust/incoming, r=jbclements,ericktbors-8/+2
2013-03-27derive Eq and Clone impls where applicableAndrew Paseltiner-46/+4
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-16/+13
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-27auto merge of #5558 : nikomatsakis/rust/issue-4920-autoref-index-operator, r=...bors-26/+7
2013-03-27Fix pretty-printer test failure by carrying the bound lifetime names throughNiko Matsakis-3/+8
2013-03-27Autoref the argument to the index operator (#4920)Niko Matsakis-10/+6
2013-03-27syntax: Remove deprecated expr_vstore_fixedErick Tryzelaar-6/+0
2013-03-27syntax: fix pretty printing __log stmtsErick Tryzelaar-2/+2
2013-03-27remove sty_by_ref, though traces still remain due to dtorsNiko Matsakis-16/+1
2013-03-26librustc: Remove obsolete syntaxPatrick Walton-3/+3
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-11/+11
2013-03-26librustc: Fix bug with newtype structs containing dtorsPatrick Walton-2/+0
2013-03-26option: rm functions that duplicate methodsDaniel Micay-8/+4
2013-03-26Move ast_map::map to LinearMapAlex Crichton-36/+32
2013-03-26rustc: Purge of HashMap, fixing segfaulting casesAlex Crichton-25/+46
2013-03-26rustc: Remove uses of oldmap::HashMapAlex Crichton-223/+234
2013-03-26Remove unused imports throughoutAlex Crichton-1/+0
2013-03-26Stop writing directly to the final type/method/vtable sidetables from astconvNiko Matsakis-0/+20
2013-03-26Add various debug statements to trans that I used to help track down theNiko Matsakis-5/+25
2013-03-25Expand on cleanups in trans for expr_repeat and add to tests.Luqman Aden-0/+5
2013-03-24librustc: clean-up expr_repeat loop generation: use native integersHuon Wilson-7/+5
2013-03-24librustc: emit loop for expr_repeat instead of 2n instructions in [x, ..n]Luqman Aden-16/+41
2013-03-22librustc: Add explicit lifetime binders and new lifetime notation in core/std...Patrick Walton-44/+61
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-34/+34
2013-03-22librustc: Remove `pure` from libsyntax and librustc.Patrick Walton-16/+16
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-1/+1
2013-03-22rustc: replace uses of old deriving attribute with new oneAndrew Paseltiner-7/+7
2013-03-22auto merge of #5484 : pcwalton/rust/snapshots, r=pcwaltonbors-27/+0
2013-03-21auto merge of #5480 : pcwalton/rust/at-const, r=pcwaltonbors-3/+6
2013-03-21librustc: Register new snapshotsPatrick Walton-27/+0
2013-03-21librustc: Forbid destructors from being attached to any structs that might co...Patrick Walton-3/+6
2013-03-21Un-renamed trim and substr functions.Marvin Löbel-1/+1
2013-03-21Switched over substr and trim functions in str to be non-allocating, temporar...Marvin Löbel-1/+2