summary refs log tree commit diff
path: root/src/test/compile-fail/regions-glb-free-free.rs
AgeCommit message (Expand)AuthorLines
2017-11-12update failing E0621 testsCengiz Can-1/+1
2016-03-30Fix fallout in testsJeffrey Seyfried-1/+1
2016-03-18change coercion to use target region if not LUBNiko Matsakis-2/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-01-08Update compile fail tests to use usize.Huon Wilson-2/+2
2014-08-26DST coercions and DST structsNick Cameron-2/+2
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-3/+3
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-2/+0
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11test -- update tests with new error messagesNiko Matsakis-1/+1
2013-12-11Make 'self lifetime illegal.Erik Price-5/+5
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-2/+2
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-2/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-6/+6
2013-03-04Remove unused imports throughout src/Alex Crichton-2/+0
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-1/+1
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-1/+1
2013-01-30test: De-export aux, bench, compile-fail, and run-fail. rs=deexportingPatrick Walton-4/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-07rustc: Support irrefutable patterns in function arguments. r=nmatsakisPatrick Walton-1/+1
2012-10-12remove ctor from ast (take 2) (no review: just dead code removal)Niko Matsakis-1/+1
2012-10-08Revert "remove ctor from ast"Tim Chevalier-1/+1
2012-10-08remove ctor from astNiko Matsakis-1/+1
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-1/+1
2012-09-07Migrate std::map to use core::hash::Hash trait. Disable many hokey hashes.Graydon Hoare-1/+0
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-4/+4
2012-08-21more sound treatment of fn& regions; change all & to be distinctNiko Matsakis-1/+1
2012-08-20new region inference, seperate infer into modules, improve error msgsNiko Matsakis-1/+1
2012-08-15Convert more core types to camel caseBrian Anderson-1/+1
2012-08-11correct glb computation, improve region error msgsNiko Matsakis-0/+34