about summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
2015-02-11Feature-gate the `#[unsafe_no_drop_flag]` attribute.Felix S. Klock II-0/+2
2015-02-11shift bindings to accommodate new lifetime/dtor rules.Felix S. Klock II-1/+2
2015-02-09Use a crate attribute to load pluginsKeegan McAllister-6/+5
2015-02-08Fix issue #20427we-0/+13
2015-02-08Auto merge of #22054 - LeoTestard:include-parse-errors, r=alexcrichtonbors-0/+13
2015-02-07Feature-gate #![no_std]Keegan McAllister-0/+3
2015-02-07Fix handling of parse errors when using `include!()`.Leo Testard-0/+13
2015-02-06librustdoc has been updatedGuillaumeGomez-3/+3
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-3/+3
2015-02-04remove all kind annotations from closuresJorge Aparicio-6/+6
2015-02-04Fix testManish Goregaokar-10/+3
2015-02-03Auto merge of #21675 - huonw:less-false-positives, r=nikomatsakisbors-0/+3
2015-02-03Try to only suggest implementable traits for method calls.Huon Wilson-0/+3
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-31Add tests for MultiItemDecoratorAdolfo Ochagavía-3/+82
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-6/+6
2015-01-30rollup merge of #21718: alexcrichton/stabilize-from-strAlex Crichton-1/+1
2015-01-30rollup merge of #21704: FlaPer87/macro-reexportAlex Crichton-0/+2
2015-01-30std: Stabilize FromStr and parseAlex Crichton-1/+1
2015-01-30fix testsJorge Aparicio-1/+1
2015-01-30Remove all `i` suffixesTobias Bucher-6/+6
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-29Feature gate macro_reexport. Fixes #20906Flavio Percoco-0/+2
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-1/+1
2015-01-28Merge remote-tracking branch 'origin/master' into rollupManish Goregaokar-108/+103
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-19/+10
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+54
2015-01-23grandfathered -> rust1Brian Anderson-17/+17
2015-01-23Fix tidy.Vadim Chugunov-1/+1
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-12/+57
2015-01-23Set unstable feature names appropriatelyBrian Anderson-20/+20
2015-01-22Added test.Vadim Chugunov-0/+26
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+5
2015-01-21Remove 'since' from unstable attributesBrian Anderson-17/+17
2015-01-21Minor fixesBrian Anderson-0/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-111/+55
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-0/+26
2015-01-21Added some tests for arbitrary ordered view itemsMarvin Löbel-0/+26
2015-01-21rollup merge of #21340: pshc/libsyntax-no-more-intsAlex Crichton-2/+2
2015-01-18std: Stabilize TypeId and tweak BoxAnyAlex Crichton-23/+21
2015-01-17libsyntax: rename functions from uint to usizePaul Collier-2/+2
2015-01-17auto merge of #21205 : alexcrichton/rust/issue-21202, r=nikomatsakisbors-0/+16
2015-01-16auto merge of #21008 : huonw/rust/trait-suggestions, r=nikomatsakisbors-0/+43
2015-01-16rustc_resolve: Correctly record privacy of methodsAlex Crichton-0/+16
2015-01-16Prefer implemented traits in suggestions.Huon Wilson-1/+6
2015-01-15Syntax extensions on trait and impl items.Nick Cameron-2/+29
2015-01-14Implement suggestions for traits to import.Huon Wilson-0/+38
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-2/+2
2015-01-08Improvements to feature stagingBrian Anderson-16/+20