summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-06-15Handle index expressions' callee IDs correctlyTim Chevalier-5/+5
2012-06-15Add an intermediate level of type/region variable resolution forcingLindsey Kuper-24/+49
2012-06-15Lexers now emit spans, not chposes.Paul Stansifer-48/+62
2012-06-15Beginning of support for interpolation into token trees.Paul Stansifer-1/+17
2012-06-15Make token tree lexers and their stacks unique.Paul Stansifer-37/+50
2012-06-15Make tt lexers duplicatible.Paul Stansifer-1/+17
2012-06-15Bugfix: obey the tt_lexer's own invariants.Paul Stansifer-20/+13
2012-06-15Add the interner to parse_sess.Paul Stansifer-104/+47
2012-06-15Make it possible to make tt_reader-based parsers.Paul Stansifer-20/+42
2012-06-15Make token trees re-lexable.Paul Stansifer-2/+66
2012-06-15Formatting fixup in parser.rsPaul Stansifer-45/+46
2012-06-15Pull out an interface for the lexer.Paul Stansifer-247/+285
2012-06-15Make token trees parseable.Paul Stansifer-5/+82
2012-06-15Issue #2591: Change "upvar" to "variable declared in an outer block" in testsPatrick Walton-9/+9
2012-06-15Make type_is_pod handle more types.Michael Sullivan-2/+11
2012-06-15remove irrelevant fixme (#2607)Niko Matsakis-1/+1
2012-06-14Issue #2591: Fix "upvar" jargon in borrowck error messagesPatrick Walton-3/+5
2012-06-14Merge branch 'incoming' of github.com:mozilla/rust into newsnapEric Holk-0/+153
2012-06-14Tests for #1425 (xfail'd for now)Lindsey Kuper-0/+153
2012-06-14Merge branch 'incoming' of github.com:mozilla/rust into newsnapEric Holk-143/+201
2012-06-14Merge branch 'incoming' into newsnapEric Holk-172/+606
2012-06-14Further work on integer literal suffix inference (#1425)Lindsey Kuper-143/+201
2012-06-14Complete a data visitor type that does proper pointer-walking.Graydon Hoare-172/+606
2012-06-14Correctly registering snapshotEric Holk-1/+1
2012-06-14Merge branch 'incoming' into newsnapEric Holk-229/+306
2012-06-14Registering snapshotEric Holk-0/+8
2012-06-14Comments only: annotate FIXME in core::strTim Chevalier-1/+1
2012-06-14Comments only: annotate FIXMEs in core::runTim Chevalier-2/+2
2012-06-14Annotate one FIXME and remove anotherTim Chevalier-4/+3
2012-06-14Comments only: annotate FIXMEs in core::osTim Chevalier-14/+14
2012-06-14Remove code from parser that was awaiting snapshotTim Chevalier-69/+9
2012-06-14Remove unneeded spawn in std::timer, and annotate a FIXMETim Chevalier-4/+1
2012-06-14Issue #2572: (trans) Fix self-referential classes.Patrick Walton-19/+58
2012-06-14Comments only: annotate FIXMEsTim Chevalier-3/+6
2012-06-14whitespaceTim Chevalier-1/+1
2012-06-14Remove workaroundTim Chevalier-3/+2
2012-06-14Comments only: annotate FIXMEsTim Chevalier-2/+2
2012-06-14Get an initial implementation of boxed vectors working.Michael Sullivan-40/+71
2012-06-14annotate FIXME in iter-traitTim Chevalier-1/+1
2012-06-14Add xfailed test case for issue 2611Tim Chevalier-0/+11
2012-06-14Comments only: Annotate FIXMEs in libcoreTim Chevalier-4/+4
2012-06-14In dvec, annotate a FIXME and uncomment append_iterTim Chevalier-20/+23
2012-06-14Avoid some duplicated typechecking workTim Chevalier-5/+18
2012-06-14Add zero check/fail paths on div/mod paths. Close #944.Graydon Hoare-11/+64
2012-06-14Remove an xfail-fast, as this seems to work on Windows nowTim Chevalier-2/+0
2012-06-14Remove an outdated FIXME, change to use the new //! ERROR syntaxTim Chevalier-7/+1
2012-06-14run-pass/autobind seems to work, so un-xfail itTim Chevalier-5/+1
2012-06-14while => forTim Chevalier-4/+3
2012-06-14Comments only: annotate FIXMEs in testsTim Chevalier-7/+8
2012-06-14Comments only: annotate FIXMEs in rustdocTim Chevalier-2/+2