about summary refs log tree commit diff
path: root/src/test/auxiliary/issue4516_ty_param_lib.rs
AgeCommit message (Collapse)AuthorLines
2013-09-23test: Fix rustdoc and tests.Patrick Walton-14/+0
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-2/+2
2013-05-07test: Replace Durable with 'staticBrian Anderson-1/+1
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-1/+2
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. ↵Patrick Walton-1/+1
rs=implflipping
2013-01-17When decoding types, indicate to the def-id conversion function what kind ofNiko Matsakis-0/+13
def-id we have, so that the inliner can distinguish between external and internal def-ids. Also add some comments explaining the distinction! Fixes #4516. r=graydon