summary refs log tree commit diff
path: root/src/test/auxiliary/lang-item-public.rs
AgeCommit message (Expand)AuthorLines
2015-04-02Fallout in testsNiko Matsakis-6/+2
2015-03-30Fallout in tests: largely changes to error messages.Niko Matsakis-8/+9
2015-03-30Fallout where types must be specified.Niko Matsakis-0/+18
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-2/+0
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-2/+8
2015-02-07Feature-gate #![no_std]Keegan McAllister-0/+1
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+5
2014-10-29Update infrastructure for fail -> panicSteve Klabnik-2/+2
2014-10-19Ensure that the return type of a function is SizedAriel Ben-Yehuda-0/+3
2014-09-25Rename `fail_` lang item to `fail`, closes #16114Florian Hahn-1/+1
2014-07-31Test fixes from the rollupAlex Crichton-1/+1
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-0/+1
2014-05-27rustc: Use rust strings for failure argumentsAlex Crichton-1/+1
2014-05-19rustc: Add official support for weak failureAlex Crichton-2/+5
2014-04-07Fix some windows rpass testsAlex Crichton-1/+1
2014-02-22Force all lang items to be reachableAlex Crichton-0/+17