about summary refs log tree commit diff
path: root/src/test/run-pass/rebind-fn.rs
AgeCommit message (Expand)AuthorLines
2012-06-20Remove bind. Issue #2189Brian Anderson-8/+0
2012-02-11make bind syntax unnecessary: just use _ for one of the argumentsNiko Matsakis-1/+1
2011-10-20Make fn denote a bare function. Convert fn to fn@ as neededBrian Anderson-1/+1
2011-08-20ReformatBrian Anderson-6/+3
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-1/+0
2011-07-27Allow already bound functions to be bound again.Michael Sullivan-0/+12