summary refs log tree commit diff
path: root/src/compiletest/header.rs
AgeCommit message (Collapse)AuthorLines
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-2/+2
Does what it says on the tin. The next commit will remove support for this syntax.
2012-01-11Major clean-up of std::ioMarijn Haverbeke-0/+1
Use ifaces instead of objs, stop wrapping everything in two (or three) layers of no-value-added indirection, and remove some of the more pointless/outdated idioms from the code.
2011-12-22Merge all 3 log syntaxes, tidy up residual misuses.Graydon Hoare-2/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-3/+3
2011-10-29stdlib: Make io failures recoverable by returning a resultBrian Anderson-1/+1
2011-10-21Remove remaining uses of iter and for-eachMarijn Haverbeke-7/+7
Issue #1056
2011-10-02Move compiletest to src/ and cleanup build rulesBrian Anderson-0/+117