summary refs log tree commit diff
path: root/src/test/run-pass/qquote.rs
AgeCommit message (Expand)AuthorLines
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-3/+3
2012-03-26rustc: Begin eliminating ext's dependency on the sessionBrian Anderson-8/+6
2012-03-13implement deserialization, rename mk_mem_buffer() to mem_buffer()Niko Matsakis-1/+1
2012-03-13Fix Issue #1926 by sorting the gather list.Kevin Atkinson-0/+6
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-2/+2
2012-02-21rustc: Generate crates with #astBrian Anderson-0/+3
2012-02-14Bug fix to accept $ in 0th pos, (ie #ast{$(x) + ...}).Kevin Atkinson-0/+7
2012-02-14Correctly handle the character position at the EOF.Kevin Atkinson-0/+5
2012-02-05Remove support for $(...) form of quasi-quotes, use #ast{...} instead.Kevin Atkinson-1/+1
2012-02-03Fix various drift issues in the qq branch.Graydon Hoare-1/+4
2012-02-03Additional testcase.Kevin Atkinson-4/+7
2012-02-03Type anti-quotes now work, add test case.Kevin Atkinson-0/+3
2012-02-03Fix q-q so that non-expression q-q actually work when there is embed anti-q.Kevin Atkinson-2/+2
2012-02-03Allow anti-quotes to also be ast::ty rather than just ast::expr.Kevin Atkinson-6/+3
2012-02-03Add testcase.Kevin Atkinson-0/+87