summary refs log tree commit diff
path: root/src/test/run-pass/const-bound.rs
AgeCommit message (Expand)AuthorLines
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-1/+1
2013-06-28librustc: Rename Const to FreezePatrick Walton-1/+1
2013-04-19librustc: WIP patch for using the return value.Patrick Walton-2/+2
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-26testsuite: Eliminate uses of structural records from most run-pass testsTim Chevalier-1/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
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