about summary refs log tree commit diff
path: root/src/test/pretty
AgeCommit message (Expand)AuthorLines
2015-01-21tests: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-2/+2
2015-01-18Make output type in ast::FnDecl optionalSeo Sanghyeon-0/+17
2015-01-16fix pretty test falloutFlavio Percoco-6/+2
2015-01-07More test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-07Preliminary feature stagingBrian Anderson-1/+0
2015-01-06test fallout from isize/usizeCorey Richardson-24/+25
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-2/+1
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-2/+1
2015-01-05fix pretty testsJorge Aparicio-5/+5
2015-01-04Put negative trait implemtations behind a feature gateFlavio Percoco-0/+2
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