about summary refs log tree commit diff
path: root/src/test/compile-fail/regions-infer-borrow-scope-within-loop.rs
AgeCommit message (Expand)AuthorLines
2016-11-01Improve "Doesn't live long enough" errorMikhail Modin-32/+0
2015-01-08Update compile fail tests to use isize.Huon Wilson-2/+2
2015-01-05fix cfail testsJorge Aparicio-1/+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/+30
2014-04-23rustc: Remove root_map usage from lifetimeFlavio Percoco-30/+0
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2013-12-15librustc: Remove identifiers named `box`, since it's about to become a keyword.Patrick Walton-2/+2
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-10-23register snapshotsDaniel Micay-0/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-05-18minor automated whitespace fixesDaniel Micay-2/+2
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-2/+2
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-2/+2
2013-04-30new borrow checker (mass squash)Niko Matsakis-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
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-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-2/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-06Refactor trans to replace lvalue and friends with Datum.Niko Matsakis-1/+1
2012-08-21more sound treatment of fn& regions; change all & to be distinctNiko Matsakis-1/+1
2012-08-07improve borrowck error messages to explain regions betterNiko Matsakis-1/+1
2012-07-30Fix #2979: inference for lifetimes of & expressionsNiko Matsakis-6/+13
2012-07-14infer the scope of borrowsNiko Matsakis-0/+11