about summary refs log tree commit diff
path: root/src/test/run-pass/running-with-no-runtime.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-20Replace usages of ptr::offset with ptr::{add,sub}.Corey Farwell-1/+1
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-0/+1
2017-10-17test: Update Emscripten failures/passingAlex Crichton-1/+1
2016-08-10[emscripten] Ignore testsJan-Erik Rediger-0/+2
2016-05-30std: Clean out old unstable + deprecated APIsAlex Crichton-3/+3
2015-12-09std: Rename thread::catch_panic to panic::recoverAlex Crichton-4/+4
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-4/+4
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-5/+1
2015-04-14test: Fix fallout in run-pass testsAlex Crichton-21/+16
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-3/+3
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-5/+5
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-3/+3
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2015-01-16syntax: Feature gate #[start] and #[main]Alex Crichton-0/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2015-01-05More test fixes!Alex Crichton-1/+3
2015-01-03Remove deprecated functionalityAlex Crichton-2/+2
2015-01-02std: Stabilize the prelude moduleAlex Crichton-7/+4
2014-12-18Revise std::thread API to join by defaultAaron Turon-5/+7
2014-12-18libs: merge librustrt into libstdAaron Turon-3/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-2/+3
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-8/+0
2014-11-20Fallout from libgreen and libnative removalAaron Turon-3/+5
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-1/+1
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-8/+16
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-1/+3
2014-06-04std: Improve non-task-based usageAlex Crichton-0/+59