summary refs log tree commit diff
path: root/src/test/pretty
AgeCommit message (Expand)AuthorLines
2015-11-26Added stmt_expr_attribute feature gateMarvin Löbel-0/+1
2015-11-26Add syntax support for attributes on expressions and all syntaxMarvin Löbel-0/+281
2015-09-17Changes to testsNick Cameron-4/+3
2015-09-03Add an intital HIR and lowering stepNick Cameron-4/+2
2015-08-11Fix #27567: remove --crate-type=lib from pretty testTim Neumann-0/+22
2015-08-11remove unused file in test/prettyTim Neumann-5/+0
2015-08-08rustc: rename multiple imports in a listSean McArthur-0/+14
2015-07-05Feature-gate #[prelude_import].Eduard Burtescu-1/+1
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-1/+1
2015-06-12ignore-test cleanupSteve Klabnik-22/+0
2015-05-04Correct pretty-printing of `type Foo<T> where T: Bound = ...;`Felix S. Klock II-0/+17
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-4/+2
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-01Fallout in testsNiko Matsakis-1/+1
2015-03-30Fallout in tests: largely changes to error messages.Niko Matsakis-13/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-32/+32
2015-03-24rollup merge of #23546: alexcrichton/hyphensAlex Crichton-2/+2
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-2/+2
2015-03-25Add trivial cast lints.Nick Cameron-1/+1
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-1/+1
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-4/+0
2015-03-06syntax: Remove deprecated unicode escapesAlex Crichton-8/+10
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-5/+5
2015-02-22Fix test falloutsFlavio Percoco-1/+3
2015-02-22Test all the thingsFlavio Percoco-0/+19
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-3/+5
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-3/+5
2015-02-18Fix remaining bench/debuginfo tests (and a few stragglers)Niko Matsakis-9/+9
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-8/+8
2015-02-17Test fixes and rebase conflictsAlex Crichton-0/+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-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-3/+3
2015-01-31Kill more `isize`sTobias Bucher-20/+19
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-37/+37
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-32/+30
2015-01-30Remove all `i` suffixesTobias Bucher-37/+37
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-2/+1
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