about summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
2015-02-17Fallout from stabilizationAaron Turon-2/+2
2015-02-17Rollup merge of #22364 - Manishearth:rfc-572-forbid-attr, r=nikomatsakisManish Goregaokar-20/+0
2015-02-17Rollup merge of #22418 - japaric:diagnostics, r=nikomatsakisManish Goregaokar-0/+11
2015-02-17Rollup merge of #22241 - kmcallister:macro-plugin-cleanup, r=sfacklerManish Goregaokar-0/+22
2015-02-16Make orphan check diagnostics clearerJorge Aparicio-0/+11
2015-02-16Remove obsolete stability attrs from testManish Goregaokar-20/+0
2015-02-13Auto merge of #22093 - petrochenkov:builtin, r=pnkfelixbors-0/+13
2015-02-12Warn when linking a plugin into a non-plugin crateKeegan McAllister-0/+22
2015-02-11rollup merge of #22178: pnkfelix/featuregate-unsafe-no-drop-flagAlex Crichton-0/+2
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