about summary refs log tree commit diff
path: root/src/test/run-pass/supported-cast.rs
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-206/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-16/+12
2015-05-19Fix test fallout, and add some rather comprehensive tests.Ariel Ben-Yehuda-3/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-30/+30
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-14/+14
2015-01-30Remove all `i` suffixesTobias Bucher-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-204/+204
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-16/+3
2014-06-28Rename all raw pointers as necessaryAlex Crichton-13/+13
2014-04-04Fix fallout from std::libc separationCorey Richardson-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-217/+217
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-217/+217
2013-10-01remove the `float` typeDaniel Micay-15/+0
2013-09-30rpass: Remove usage of fmt!Alex Crichton-232/+232
2013-09-04forbid cast as boolDaniel Micay-15/+0
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-232/+232
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-03-11Remove uses of logBrian Anderson-232/+232
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-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-16/+13
2012-02-01Remove native types from stdlibMarijn Haverbeke-13/+13
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-247/+247
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-247/+247
2011-10-27Add tests for the 'as' (cast) operatorMatt Brubeck-0/+253