summary refs log tree commit diff
path: root/src/test/run-pass/issue-2718.rs
AgeCommit message (Expand)AuthorLines
2015-06-27test: fix some indentsTshepang Lekhonkhobe-2/+2
2015-05-05test: update run-pass tests to not use mutable transmutingSean McArthur-2/+2
2015-04-28Register new snapshotsTamir Duberstein-5/+3
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-1/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-7/+7
2015-03-24Reject specialized Drop impls.Felix S. Klock II-2/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-03-03Switched to Box::new in many places.Felix S. Klock II-4/+2
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+2
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-2/+2
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-1/+1
2014-12-26Require types to opt-in SyncFlavio Percoco-0/+8
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+1
2014-10-29Rename fail! to panic!Steve Klabnik-10/+10
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2
2014-06-28Rename all raw pointers as necessaryAlex Crichton-15/+15
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-0/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-9/+9
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+2
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-4/+4
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-6/+6
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-2/+0
2013-10-29Assorted cleanups suggested by reviewers.Jed Davis-1/+2
2013-10-29Add repr attributes in various places that need them.Jed Davis-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-14/+14
2013-09-30rpass: Remove usage of fmt!Alex Crichton-14/+14
2013-09-16switch Drop to `&mut self`Daniel Micay-2/+2
2013-08-18auto merge of #8560 : kballard/rust/reserve-yield, r=pcwaltonbors-1/+1
2013-08-17Fix warnings it testsErick Tryzelaar-12/+7
2013-08-16Reserve 'yield' keywordKevin Ballard-1/+1
2013-07-30std: Remove get_task function. UnusedBrian Anderson-3/+6
2013-06-28librustc: Change "Owned" to "Send" everywherePatrick Walton-12/+12
2013-06-25Change finalize -> drop.Luqman Aden-2/+2
2013-06-16Add copies to type params with Copy boundNiko Matsakis-6/+2
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-2/+2
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-4/+4
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+3
2013-05-22test: Update tests to use the new syntax.Patrick Walton-8/+8
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-5/+5