summary refs log tree commit diff
path: root/src/compiletest/header.rs
AgeCommit message (Expand)AuthorLines
2012-09-27core: More option demodingBrian Anderson-2/+2
2012-09-26core: Replace map/map_default with map_ref/map_default_refBrian Anderson-1/+1
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-3/+3
2012-09-25Demode core::resultBrian Anderson-1/+1
2012-09-23core: Demode optionBrian Anderson-4/+4
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-5/+2
2012-08-26Camel case the option typeBrian Anderson-19/+19
2012-08-26Fix build breakageBrian Anderson-0/+1
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-7/+7
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-2/+2
2012-08-08Convert impls to new syntaxBrian Anderson-1/+0
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-4/+4
2012-08-05Switch alts to use arrowsBrian Anderson-9/+9
2012-08-01Convert ret to returnBrian Anderson-8/+8
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-2/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-30/+30
2012-07-01Convert to new closure syntaxBrian Anderson-5/+5
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-3/+3
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-6/+6
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-6/+6
2012-06-21Remove some singleton vector appends.Eric Holk-3/+3
2012-05-03Fix compiletest::header::iter_header to work with new-style for loopsTim Chevalier-12/+10
2012-04-13add option exec-env to set env variables during test executionNiko Matsakis-2/+22
2012-04-06Re-rename option functionsTim Chevalier-1/+1
2012-04-02Rename some core::option functionsTim Chevalier-1/+1
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-5/+5
2012-03-15Associate FIXMEs with issue numbers (comments only)Tim Chevalier-0/+1
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-4/+2
2012-02-28add ability to run multi-crate tests, run tests with --inlineNiko Matsakis-2/+14
2012-02-23Finish cleanup of core::strMarijn Haverbeke-1/+1
2012-02-23(core::str) remove len_bytes aliasKevin Cantu-4/+2
2012-02-23(core::str) replace uses of unsafe::slice_bytes; replace find[_from]_bytes wi...Kevin Cantu-2/+2
2012-02-13(core::str) add find_bytes and export it...Kevin Cantu-9/+12
2012-02-12(core::str) rename byte_len -> len_bytes and rename char_len -> lenKevin Cantu-2/+2
2012-02-01Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes andKevin Cantu-1/+1
2012-02-01Propagating unsafe::slice 3Kevin Cantu-2/+2
2012-01-31Change option::t to optionTim Chevalier-6/+6
2012-01-23s/block()/fn()/gNiko Matsakis-1/+1
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-2/+2
2012-01-11Major clean-up of std::ioMarijn Haverbeke-0/+1
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
2011-10-02Move compiletest to src/ and cleanup build rulesBrian Anderson-0/+117