about summary refs log tree commit diff
path: root/src/test/run-pass/borrowck-preserve-expl-deref.rs
AgeCommit message (Expand)AuthorLines
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-3/+4
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-5/+5
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-5/+5
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-2/+4
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-3/+3
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-08remove alias analysis and replace with borrowckNiko Matsakis-2/+0
2012-06-07Revert "remove alias analysis and replace with borrowck"Brian Anderson-0/+2
2012-06-07remove alias analysis and replace with borrowckNiko Matsakis-2/+0
2012-05-18test that we preserve boxes in patterns---still one bugNiko Matsakis-0/+23