about summary refs log tree commit diff
path: root/src/test/run-pass/parameterized-trait-with-bounds.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-30/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-4/+4
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-1/+1
2014-08-07Rename `Share` to `Sync`Alex Crichton-1/+1
2014-06-15Register new snapshotsAlex Crichton-5/+5
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-4/+5
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-03-26syntax: Tweak parsing bounds on generics pathsAlex Crichton-0/+27