about summary refs log tree commit diff
path: root/src/test/pretty
AgeCommit message (Expand)AuthorLines
2014-08-23extern crate foobar as foo;wickerwaka-3/+3
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-0/+1
2014-08-07Rename `Share` to `Sync`Alex Crichton-3/+3
2014-07-30auto merge of #16037 : erickt/rust/quote_arm, r=acrichtobors-2/+18
2014-07-29Test fixes from the rollupAlex Crichton-1/+1
2014-07-29Fix a bug pretty printing `match { 5i } { _ => { } }`Erick Tryzelaar-2/+18
2014-07-29Add pretty=typed test support to compiletest and add a test for fixed size ar...Luqman Aden-0/+144
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-07-21Fix pretty testCorey Richardson-0/+1
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-35/+35
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-8/+9
2014-06-13Rolling up PRs in the queueAlex Crichton-3/+3
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-2/+2
2014-05-27std: Remove String's to_ownedRicho Healey-6/+6
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-25/+0
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-3/+4
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-6/+14
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-04-04Test fixes from rollupAlex Crichton-2/+2
2014-04-04Fix inner attribute syntax from `#[foo];` to `#![foo]`Timothée Ravier-1/+1
2014-03-22test: Remove Freeze / NoFreeze from testsFlavio Percoco-3/+3
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-73/+44
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-14/+14
2014-02-27Fix a pretty printer crash on `/***`.Chris Morgan-0/+14
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-10/+10
2014-02-07Added tests to make tidyDerek Guenther-2/+44
2014-01-03test: De-`@mut` the test suitePatrick Walton-4/+9
2013-12-14Handle more cases in the heap lintsAlex Crichton-0/+2
2013-11-27Fix handling of upper/lowercase, and whitespaceFlorian Zeitz-9/+7
2013-11-27Update Unicode data to version 6.3Florian Zeitz-44/+44
2013-11-26librustc: Fix merge fallout.Patrick Walton-2/+2
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-1/+1
2013-10-31librustc: Implement `|A| -> B` syntax for closures and make bare `fn`Patrick Walton-4/+21
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-10-22Activate checking code for ASM feature gate. Fix testsLéo Testard-0/+3
2013-10-08pp: add test for raw strs in non-expression positionsBenjamin Herr-0/+16
2013-09-30pretty: Remove usage of fmt!Alex Crichton-3/+3
2013-09-24auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphismbors-5/+5
2013-09-24Stop accepting 'impl ...;', require {} insteadAlex Crichton-5/+5
2013-09-23test: Fix rustdoc and tests.Patrick Walton-14/+1
2013-09-17pp: also print bounds in paths with no generic paramsBenjamin Herr-0/+13
2013-09-11Fix the empty-impl testsJakub-4/+4
2013-09-08Fix pretty-printing of empty impl itemsJakub-0/+10