about summary refs log tree commit diff
path: root/src/libsyntax/test.rs
AgeCommit message (Expand)AuthorLines
2015-12-18Rollup merge of #30420 - petrochenkov:owned2, r=nrcManish Goregaokar-1/+0
2015-12-18Deprecate name `OwnedSlice` and don't use itVadim Petrochenkov-1/+0
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-6/+6
2015-12-14[breaking-change] move ast_util functions to methodsfaineance-1/+1
2015-11-26Some TLC for the MoveMap traitMarvin Löbel-1/+2
2015-11-26Add syntax support for attributes on expressions and all syntaxMarvin Löbel-3/+6
2015-11-17Fix match_ref_pats flagged by ClippySeo Sanghyeon-2/+2
2015-08-28Rollup merge of #28033 - Manishearth:compilerexpn, r=eddybManish Goregaokar-5/+3
2015-08-28Move ExpnInfo to NameManish Goregaokar-3/+3
2015-08-27Enumify CompilerExpansion in ExpnInfoManish Goregaokar-4/+2
2015-08-24Remove #[start] as well as #[main] in --testWilliam Throwe-9/+6
2015-08-24Move main removal to its own pass in --test modeWilliam Throwe-39/+56
2015-08-24Mark main-like functions allow(dead_code) in testsWilliam Throwe-15/+34
2015-08-17feature gate `cfg(target_feature)`.Huon Wilson-1/+3
2015-08-04syntax: Don't assume `std` exists for testsAlex Crichton-14/+9
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+1
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-05-21syntax: parse `const fn` for free functions and inherent methods.Eduard Burtescu-4/+6
2015-05-14syntax: replace sess.span_diagnostic.cm with sess.codemap().Eduard Burtescu-1/+1
2015-04-05Work towards a non-panicing parser (libsyntax)Phil Dawes-1/+1
2015-03-26syntax: Remove support for #[should_fail]Alex Crichton-11/+3
2015-03-16Reviewer changesNick Cameron-3/+4
2015-03-16Fallout in testing.Nick Cameron-5/+12
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-14/+22
2015-03-06Add #[allow_internal_unstable] to track stability for macros better.Huon Wilson-2/+4
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-5/+5
2015-02-18Round 3 test fixes and conflictsAlex Crichton-1/+1
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-6/+6
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-17/+5
2015-02-06Update to last version, remove "[]" as much as possibleGuillaumeGomez-1/+1
2015-02-06Libsyntax has been updatedGuillaumeGomez-4/+2
2015-02-06Replace the get method by the deref one on InternedStringGuillaumeGomez-2/+4
2015-02-04remove all kind annotations from closuresJorge Aparicio-3/+3
2015-02-02Omit integer suffix when unnecessaryAlfie John-2/+2
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+2
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-41/+39
2015-01-22Make test harness use unstable APIs without allow(unstable)Brian Anderson-15/+79
2015-01-22libsyntax: fix for `has_test_signature`blackbeam-0/+2
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-36/+33
2015-01-21rollup merge of #21340: pshc/libsyntax-no-more-intsAlex Crichton-2/+2
2015-01-21syntax: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-36/+33
2015-01-18libsyntax: 0u -> 0us, 0i -> 0isPaul Collier-2/+2
2015-01-18Make output type in ast::FnDecl optionalSeo Sanghyeon-10/+4
2015-01-09syntax: Add #[allow(unstable)] to --test expansionAlex Crichton-1/+7
2015-01-07use slicing sugarJorge Aparicio-13/+13
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-13/+13
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2014-12-31syntax: unbox closures used in let bindingsJorge Aparicio-3/+3