index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
compile-fail
/
regions-nested-fns.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-14
Moved compile-fail tests to ui tests.
David Wood
-30
/
+0
2017-01-31
Removes FIXMEs related to #22405
Wesley Wiser
-2
/
+0
2016-03-18
change coercion to use target region if not LUB
Niko Matsakis
-3
/
+3
2015-03-03
Switched to Box::new in many places.
Felix S. Klock II
-5
/
+5
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-3
/
+3
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-0
/
+2
2015-01-05
fix cfail tests
Jorge Aparicio
-2
/
+2
2014-12-22
Fix fallout from changes. In cases where stage0 compiler is needed, we
Niko Matsakis
-2
/
+2
2014-11-07
Update parser with `for` syntax
Niko Matsakis
-2
/
+2
2014-08-26
DST coercions and DST structs
Nick Cameron
-2
/
+1
2014-02-11
test -- update tests with new error messages
Niko Matsakis
-2
/
+2
2013-11-26
test: Remove most uses of `&fn()` from the tests.
Patrick Walton
-2
/
+2
2013-07-01
Defer reasoning about region relationships until after regionck.
Niko Matsakis
-0
/
+1
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-1
/
+1
2013-03-26
librustc: Modify all code to use new lifetime binder syntax
Patrick Walton
-3
/
+3
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-3
/
+3
2013-03-02
test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun
Patrick Walton
-2
/
+2
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-08-20
new region inference, seperate infer into modules, improve error msgs
Niko Matsakis
-4
/
+4
2012-08-01
Convert ret to return
Brian Anderson
-3
/
+3
2012-07-31
change how we print and explain region types
Niko Matsakis
-3
/
+3
2012-07-30
Fix #2979: inference for lifetimes of & expressions
Niko Matsakis
-1
/
+0
2012-07-13
change region syntax to &r/T in place of &r.T
Niko Matsakis
-3
/
+3
2012-06-30
change the test suite `//! kind` syntax to `//~ kind` in order to avoid a
Gareth Daniel Smith
-4
/
+4
2012-04-17
repair LUB/GLB of free/scope regions, and enable test
Niko Matsakis
-6
/
+4
2012-04-05
new tests for things we'll have to fix eventually
Niko Matsakis
-0
/
+23