summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-05-18test for #2378Niko Matsakis-0/+36
2012-05-18try to improve handling of methodsNiko Matsakis-13/+29
2012-05-18add swappable/dvec modulesNiko Matsakis-1/+452
2012-05-18print ids of patterns when doing --pretty identifiedNiko Matsakis-1/+4
2012-05-18fix borrowing pats---the id field of cmt was assoc with wrong patNiko Matsakis-13/+32
2012-05-18allow region ptrs to be cast to uintsNiko Matsakis-5/+14
2012-05-18add a new debugging aid--tracingNiko Matsakis-6/+69
2012-05-18Added vec::view, for creating subslices.Eric Holk-0/+22
2012-05-18Using const vector slices for more vec functions.Eric Holk-24/+39
2012-05-18std: Don't copy hash key until we mustBrian Anderson-2/+2
2012-05-18rustc: Don't copy vecs in seq_preconds. Huge perf win on some testsBrian Anderson-5/+8008
2012-05-18remove line so that pretty printer doesn't mess it upNiko Matsakis-2/+1
2012-05-18xfail-test failing testNiko Matsakis-1/+2
2012-05-18workaround a horribly obscure resolve bugNiko Matsakis-76/+79
2012-05-18test that we preserve boxes in patterns---still one bugNiko Matsakis-61/+255
2012-05-18rustc: Don't recurse in seq_preconds. Consumes too much stackBrian Anderson-15/+2020
2012-05-18test file I had lying around and had forgotten to commitNiko Matsakis-0/+9
2012-05-18use -Z to distinguish internal debugging optionsNiko Matsakis-72/+96
2012-05-18add #include_bin[]Paul Stansifer-0/+31
2012-05-18Fold #include_str into the other source_utils.rs syntax extensions.Paul Stansifer-60/+55
2012-05-18add #mod[], which expands to the current module pathPaul Stansifer-5/+44
2012-05-18New syntax extensions: #line[], #col[], #file[], #stringify[], #include[]Paul Stansifer-0/+77
2012-05-18Make extracting syntax extension arguments easier.Paul Stansifer-80/+62
2012-05-17Refactoring, annotating FIXMEs in remainder of metadata codeTim Chevalier-47/+41
2012-05-17Refactor encoder::encode_module_item_pathsTim Chevalier-62/+64
2012-05-17Annotate or fix FIXMEs in LLVM bindings and metadata codeTim Chevalier-74/+84
2012-05-17rustc: Make type_is_pod class-awarePatrick Walton-0/+7
2012-05-17Move inference-related fields/methods from fn_ctxt to infer_ctxt.Lindsey Kuper-60/+68
2012-05-17Exporting alli.Eric Holk-0/+1
2012-05-17Added a method to convert sets to vectors.Eric Holk-0/+13
2012-05-17Added a few more extension methods on vectors, and fixed a pretty printer bug.Eric Holk-2/+22
2012-05-17Comments only: annotate FIXMEs in front-endTim Chevalier-2/+3
2012-05-17Comments only: annotate FIXMEs in back-end and driverTim Chevalier-3/+7
2012-05-17Minor edits to READMETim Chevalier-3/+4
2012-05-17Update and copyedit README for rustcTim Chevalier-20/+35
2012-05-17Test that a class type name gets printed correctly in a...Tim Chevalier-0/+14
2012-05-16rustc: Sever the link between metadata and resolveBrian Anderson-5/+8
2012-05-16rustc: Break another dependency between metadata and resolveBrian Anderson-35/+43
2012-05-16rustc: Break a dependency between metadata and resolveBrian Anderson-18/+28
2012-05-16Include intrinsic module in all crates, emit visit glue, fn intrinsic::visit_...Graydon Hoare-343/+151
2012-05-16Register new snapshots.Graydon Hoare-0/+8
2012-05-16core: Ignore more testsBrian Anderson-0/+2
2012-05-16core: Ignore more tests on more platformsBrian Anderson-4/+4
2012-05-16core: Ignore int-template::test_parse_buf on windowsBrian Anderson-0/+2
2012-05-16core: Ignore int-template::test_from_str on windowsBrian Anderson-0/+2
2012-05-16pull out id visitor into ast_util from astencodeNiko Matsakis-0/+1091
2012-05-16add xfail-fast directives for borrowck testsNiko Matsakis-0/+18
2012-05-16Another typo fix.Lindsey Kuper-1/+1
2012-05-16Typo fixes.Lindsey Kuper-9/+9
2012-05-16add a large comment on how infer worksNiko Matsakis-16/+179