about summary refs log tree commit diff
path: root/src/test/run-pass/issue-898.rs
AgeCommit message (Collapse)AuthorLines
2012-06-20Remove bind. Issue #2189Brian Anderson-11/+0
2012-02-11make bind syntax unnecessary: just use _ for one of the argumentsNiko Matsakis-1/+1
2012-01-13deprecate fn exprs and the fn() type, preferring fn@ and native fnNiko Matsakis-1/+1
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-1/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / ↵Graydon Hoare-1/+1
#debug.
2011-10-11Revert "Revert "Add a test case for #898. Closes #898.""Lindsey Kuper-0/+11
This reverts commit e305ab38518352d934c081687a6cdccd5af4dfb6. Oops again. Reverting a mistaken revert.
2011-10-11Revert "Add a test case for #898. Closes #898."Lindsey Kuper-11/+0
This reverts commit f480203fdd4d8b498453c1f7cc0ad4f59d87c596. Oops. This patch requires people to bump their LLVM version.
2011-10-11Add a test case for #898. Closes #898.Brian Anderson-0/+11
Seems to have been fixed.