summary refs log tree commit diff
path: root/src/test/compile-fail/regions-infer-borrow-scope-too-big.rs
AgeCommit message (Expand)AuthorLines
2015-01-08Update compile fail tests to use isize.Huon Wilson-4/+4
2014-10-02tests: remove uses of Gc.Eduard Burtescu-3/+1
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-07-19librustc: Implement lifetime elision.Patrick Walton-1/+1
2014-07-17librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,Patrick Walton-1/+1
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+3
2014-04-23Update tests and move other tests aroundFlavio Percoco-0/+28
2014-04-23rustc: Remove root_map usage from lifetimeFlavio Percoco-28/+0
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2013-10-23register snapshotsDaniel Micay-0/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-1/+0
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-04-30new borrow checker (mass squash)Niko Matsakis-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-1/+1
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-1/+1
2013-03-07test: Fix tests.Patrick Walton-1/+4
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-21more sound treatment of fn& regions; change all & to be distinctNiko Matsakis-1/+1
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-07-30Fix #2979: inference for lifetimes of & expressionsNiko Matsakis-2/+2
2012-07-14infer the scope of borrowsNiko Matsakis-0/+14