summary refs log tree commit diff
path: root/src/test/pretty/issue-4264.pp
AgeCommit message (Expand)AuthorLines
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-2/+2
2015-02-18Fix remaining bench/debuginfo tests (and a few stragglers)Niko Matsakis-6/+6
2015-02-18Convert required suffixes into a use of `as`.Niko Matsakis-1/+1
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-2/+2
2015-02-07Feature-gate #![no_std]Keegan McAllister-0/+1
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-34/+34
2015-01-31Kill more `isize`sTobias Bucher-13/+12
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-32/+30
2015-01-21tests: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-2/+2
2015-01-07Preliminary feature stagingBrian Anderson-1/+0
2015-01-06test fallout from isize/usizeCorey Richardson-15/+16
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-2/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-25/+39
2014-12-22Fix fallout from changes. In cases where stage0 compiler is needed, weNiko Matsakis-16/+17
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-18/+17
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-8/+8
2014-12-08test: adjust pretty/issue-4264 for formatting changes.Eduard Burtescu-15/+10
2014-11-20Fallout from libgreen and libnative removalAaron Turon-1/+0
2014-11-17Fix fallout from coercion removalNick Cameron-3/+4
2014-10-09test: Convert statics to constantsAlex Crichton-1/+1
2014-10-03Test fixes from the rollupAlex Crichton-14/+14
2014-09-09Decouple string and argument piecesPiotr Czarnecki-14/+8
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-7/+7
2014-08-27auto merge of #16689 : wickerwaka/rust/crate-as, r=pcwaltonbors-2/+2
2014-08-26Rebasing changesNick Cameron-3/+3
2014-08-23extern crate foobar as foo;wickerwaka-2/+2
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-0/+1
2014-07-29Test fixes from the rollupAlex Crichton-1/+1
2014-07-29Add pretty=typed test support to compiletest and add a test for fixed size ar...Luqman Aden-0/+95