summary refs log tree commit diff
path: root/src/test/run-pass/monomorphized-callees-with-ty-params-3314.rs
AgeCommit message (Expand)AuthorLines
2015-04-21test: Fix fallout in testsAlex Crichton-5/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+2
2015-01-30Remove all `i` suffixesTobias Bucher-4/+4
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-2/+0
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2013-10-24Remove even more of std::ioAlex Crichton-9/+5
2013-10-23register snapshotsDaniel Micay-0/+2
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-03-13librustc: Remove implicit self from the language, except for old-style drop b...Patrick Walton-3/+3
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-1/+1
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-4/+4
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-3/+3
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-10-12Make moves explicit in rpass testsTim Chevalier-1/+1
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-10Capitalize Copy trait in testTim Chevalier-1/+1
2012-09-10Combine the vtable_origins from impl + method.Niko Matsakis-0/+33