about summary refs log tree commit diff
path: root/src/test/run-pass/default-method-supertrait-vtable.rs
AgeCommit message (Collapse)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-37/+0
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-6/+6
Now that support has been removed, all lingering use cases are renamed.
2015-01-02Fix fallout in tests.Niko Matsakis-1/+1
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2
2013-09-25auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwaltonbors-1/+1
This fixes private statics and functions from being usable cross-crates, along with some bad privacy error messages. This is a reopening of #8365 with all the privacy checks in privacy.rs instead of resolve.rs (where they should be anyway). These maps of exported items will hopefully get used for generating documentation by rustdoc Closes #8592
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
This is required by the check-fast target because each test is slurped up into a submodule.
2013-09-24Stop accepting 'impl ...;', require {} insteadAlex Crichton-1/+1
Progress on #7981
2013-07-24Fix vtable resolution for self to search supertraits. Closes #7661.Michael Sullivan-0/+36