about summary refs log tree commit diff
path: root/src/test/run-pass/method-attributes.rs
AgeCommit message (Collapse)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-38/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
Now that support has been removed, all lingering use cases are renamed.
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
Now that features must be declared expanded source often does not compile. This adds 'pretty-expanded' to a bunch of test cases that still work.
2015-02-16Add custom_attribute gate to tests which need themManish Goregaokar-0/+1
2014-05-24Get "make check" to work with unused-attributeSteven Fackler-0/+1
There's a fair number of attributes that have to be whitelisted since they're either looked for by rustdoc, in trans, or as needed. These can be cleaned up in the future.
2014-04-04Test fixes from rollupAlex Crichton-2/+2
2013-03-13librustc: Remove implicit self from the language, except for old-style drop ↵Patrick Walton-4/+4
blocks.
2013-02-13libsyntax: Pretty print using the new impl syntax. r=brsonPatrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-1/+1
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-1/+1
2012-01-30rustc: Allow attributes on methods. Closes #1709Brian Anderson-0/+24