summary refs log tree commit diff
path: root/src/test/run-pass/const-bound.rs
AgeCommit message (Expand)AuthorLines
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-1/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2012-05-24Const kind checking. The rules are almost certainly incomplete and unsound...Eric Holk-0/+2
2012-05-24Teach parser and related things to understand const kind bounds.Eric Holk-0/+13