about summary refs log tree commit diff
path: root/src/compiletest/errors.rs
AgeCommit message (Expand)AuthorLines
2014-01-17Tweak the interface of std::ioAlex Crichton-2/+1
2013-12-11std::io: Add Buffer.lines(), change .bytes() apiklutzy-4/+1
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-08std::ascii: Provide a copyless [Ascii] -> str method.Huon Wilson-3/+1
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-2/+2
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-4/+4
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-10-10Remove some users of io::file_readerAlex Crichton-5/+9
2013-10-10Migrate users of io::fd_t to io::native::file::fd_tAlex Crichton-0/+1
2013-09-30compiletest: Remove usage of fmt!Alex Crichton-1/+1
2013-07-17test: Fix tests.Patrick Walton-1/+1
2013-07-04Bring compiletest/rustpkg/driver up to date on std vs coreAlex Crichton-3/+1
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-1/+1
2013-06-11fix tests, remove some warningsHuon Wilson-1/+0
2013-06-10std: replace str::find_str* with a methodHuon Wilson-1/+1
2013-06-10std: remove str::{len, slice, is_empty} in favour of methods.Huon Wilson-4/+4
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-04-27only use #[no_core] in libcoreDaniel Micay-6/+0
2013-04-24Fixed typo... And a billion other things.Marvin Löbel-3/+4
2013-04-24Removed ascii functions from other modulesMarvin Löbel-1/+4
2013-04-14test: remove unnecessary unsafe blocks/functionsAlex Crichton-27/+25
2013-03-21back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli...Marvin Löbel-2/+2
2013-03-21renamed str::view -> slice_DBG_BRWDMarvin Löbel-2/+2
2013-03-04Remove unused imports throughout src/Alex Crichton-2/+0
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-3/+4
2013-01-30librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li...Patrick Walton-5/+2
2013-01-28compiletest: Allow legacy recordsTim Chevalier-5/+6
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-25/+27
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-2/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2012-12-28Fix compiling compiletest. rs=fireErick Tryzelaar-0/+2
2012-12-28test: option variants get imported by defaultErick Tryzelaar-2/+2
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-09-25Demode core::resultBrian Anderson-1/+1
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-2/+2
2012-08-26Camel case the option typeBrian Anderson-2/+2
2012-08-26Fix build breakageBrian Anderson-0/+1
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-08-08Convert impls to new syntaxBrian Anderson-2/+0
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-2/+2
2012-08-01Convert ret to returnBrian Anderson-3/+3
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-4/+4
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-2/+2
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-2/+2
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-5/+5