about summary refs log tree commit diff
path: root/src/test/pretty
AgeCommit message (Expand)AuthorLines
2015-01-04Add syntax for negative implementations of traitsFlavio Percoco-0/+21
2015-01-02rollup merge of #20425: sanxiyn/opt-local-tyAlex Crichton-0/+19
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2015-01-02Add a pretty-print testSeo Sanghyeon-0/+19
2015-01-02More falloutNick Cameron-7/+7
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-2/+2
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-25/+39
2014-12-22rollup merge of #19891: nikomatsakis/unique-fn-types-3Alex Crichton-16/+17
2014-12-22Fix fallout from changes. In cases where stage0 compiler is needed, weNiko Matsakis-16/+17
2014-12-22pprust: Fix asm optionsklutzy-0/+21
2014-12-21rollup merge of #20057: nick29581/array-syntaxAlex Crichton-19/+18
2014-12-20patch up pretty-printing testNiko Matsakis-3/+4
2014-12-20Add parser support for generalized where clausesJared Roesch-0/+15
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-19/+18
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-8/+8
2014-12-14Parse `unsafe impl` but don't do anything particularly interesting with the r...Niko Matsakis-0/+4
2014-12-14Parse `unsafe trait` but do not do anything with it beyond parsing and integr...Niko Matsakis-0/+21
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-2/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
2014-12-08test: adjust pretty/issue-4264 for formatting changes.Eduard Burtescu-15/+10
2014-11-30syntax: Make `asm!` clobbers a proper vector.Kang Seonghoon-0/+14
2014-11-23Fixes to the roll-upJakub Bukaj-1/+1
2014-11-22Add testAdolfo OchagavĂ­a-0/+20
2014-11-20Fallout from libgreen and libnative removalAaron Turon-1/+0
2014-11-17Fix fallout from coercion removalNick Cameron-3/+4
2014-11-04libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` inPatrick Walton-5/+5
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-27Preserve struct field pattern shorthand in the prettyprinter.Kevin Mehall-0/+15
2014-10-09test: Convert statics to constantsAlex Crichton-2/+2
2014-10-03Test fixes from the rollupAlex Crichton-14/+14
2014-10-02Test fixes from the rollupAlex Crichton-1/+1
2014-10-02tests: remove uses of Gc.Eduard Burtescu-9/+8
2014-09-27Convert cfg syntax to new systemSteven Fackler-1/+1
2014-09-19Add enum variants to the type namespaceNick Cameron-2/+2
2014-09-09Decouple string and argument piecesPiotr Czarnecki-14/+8
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-9/+9
2014-08-27auto merge of #16689 : wickerwaka/rust/crate-as, r=pcwaltonbors-3/+3
2014-08-26Rebasing changesNick Cameron-3/+3
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