summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-11-18Documented fmt! expression syntax.Jesse Jones-1/+40
2012-11-17Added support for options that take no arguments and may be repeated.Jesse Jones-0/+75
2012-11-17Merge remote-tracking branch 'brson/codemap'Brian Anderson-518/+710
2012-11-16Remove unused MultiByteChar.sum field from codemapBrian Anderson-10/+0
2012-11-16Add some docs to codemapBrian Anderson-13/+48
2012-11-16Forbid duplicate supertraitsTim Chevalier-1/+1
2012-11-16Remove incorrect comment from codemapBrian Anderson-2/+0
2012-11-16syntax: rename quote! to quote_tokens!, add quote_{expr,type,item,pat,stmt}!Graydon Hoare-28/+141
2012-11-16Remove unused types from codemapBrian Anderson-17/+2
2012-11-16Stop tracking CodeMap offsets in the parse session. Big simplificationBrian Anderson-96/+48
2012-11-16Stop storing char positions in CodeMapBrian Anderson-56/+39
2012-11-16Change spans to use byte offsets instead of char offsetsBrian Anderson-89/+161
2012-11-16librustc: Fastisel dislikes memmove, switch to memcpy. Perf win, r=catamorphism.Graydon Hoare-27/+27
2012-11-16re-xfail two testsBrian Anderson-0/+2
2012-11-15Update and un-xfail testsTim Chevalier-33/+37
2012-11-15Update test and un-xfail itTim Chevalier-3/+3
2012-11-15Update error message and un-xfail testTim Chevalier-4/+3
2012-11-15Un-xfail working testsTim Chevalier-2/+0
2012-11-15Update error message and un-xfail testTim Chevalier-4/+2
2012-11-15Add comments explaining why these tests are xfailedTim Chevalier-19/+12
2012-11-15Un-xfail working testTim Chevalier-7/+0
2012-11-15Check for duplicate supertraits and forbid themTim Chevalier-3/+36
2012-11-15Make staticness mismatch a fatal errorTim Chevalier-9/+37
2012-11-15Add xfailed test for #3979Tim Chevalier-0/+12
2012-11-15Remove CodeMap.lookup_byte_posBrian Anderson-5/+0
2012-11-15librustc: Fix cross-crate reexports. rs=blocking-servoPatrick Walton-27/+56
2012-11-15Update error message and un-xfail testTim Chevalier-3/+1
2012-11-15Add comments explaining why these tests failTim Chevalier-4/+2
2012-11-15Un-xfail working testsTim Chevalier-7/+0
2012-11-15Remove test that tested behavior of unchecked blocksTim Chevalier-34/+0
2012-11-15Update error messages and un-xfailTim Chevalier-25/+8
2012-11-15Add another test for #3177Tim Chevalier-0/+11
2012-11-15Remove typestate testTim Chevalier-16/+0
2012-11-15Un-ignore test_from_str and test_parse_bufTim Chevalier-6/+0
2012-11-15rt: Don't print backtraces unless the ::rt::backtrace log level is greater th...Brian Anderson-1/+1
2012-11-15Convert CodeMap and FileMap to use &self instead of @selfBrian Anderson-17/+17
2012-11-15rustc: make llloadenv bb optional, kill 1.5% of emitted llvm insns.Graydon Hoare-8/+26
2012-11-15Add some comments to codemap and lexerBrian Anderson-0/+9
2012-11-15Refactor the lexer to use FilePos typesBrian Anderson-54/+85
2012-11-15Rename thread_pool to task_poolTim Chevalier-10/+10
2012-11-15Add tests for #2190 (xfailed)Tim Chevalier-0/+43
2012-11-15rt: bump log levels up by one, fix tautological-compare error (and permit tur...Graydon Hoare-14/+14
2012-11-15librustc: Implement (and require) explicit self for derivable traits. r=nmats...Patrick Walton-46/+89
2012-11-15librustc: Pass through extra parameters in automatically-derived methods. r=b...Patrick Walton-13/+77
2012-11-14Create CodeMap.add_filemapBrian Anderson-2/+6
2012-11-14Factor out some position management code in the lexerBrian Anderson-8/+8
2012-11-14Inherit mutability through fixed-length vectors.Niko Matsakis-1/+18
2012-11-14Convert the test suite to use the Drop traitBen Striegel-161/+462
2012-11-14llvm: fork to disable LiveIRVariabes in GCStrategy.Graydon Hoare-0/+0
2012-11-14librustc: discard side tables after translation, before llvm passes.Graydon Hoare-40/+52