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-infer-borrow-scope-within-loop.rs
Age
Commit message (
Expand
)
Author
Lines
2016-11-01
Improve "Doesn't live long enough" error
Mikhail Modin
-32
/
+0
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-2
/
+2
2015-01-05
fix cfail tests
Jorge Aparicio
-1
/
+4
2014-10-02
tests: remove uses of Gc.
Eduard Burtescu
-3
/
+1
2014-07-26
Remove managed_box gate from tests
Brian Anderson
-1
/
+0
2014-07-19
librustc: Implement lifetime elision.
Patrick Walton
-1
/
+1
2014-07-17
librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,
Patrick Walton
-1
/
+1
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-1
/
+3
2014-04-23
Update tests and move other tests around
Flavio Percoco
-0
/
+30
2014-04-23
rustc: Remove root_map usage from lifetime
Flavio Percoco
-30
/
+0
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2013-12-15
librustc: Remove identifiers named `box`, since it's about to become a keyword.
Patrick Walton
-2
/
+2
2013-11-26
test: Remove most uses of `&fn()` from the tests.
Patrick Walton
-1
/
+1
2013-10-23
register snapshots
Daniel Micay
-0
/
+2
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-1
/
+1
2013-05-18
minor automated whitespace fixes
Daniel Micay
-2
/
+2
2013-05-05
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-2
/
+2
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-2
/
+2
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-2
/
+2
2013-03-26
librustc: Modify all code to use new lifetime binder syntax
Patrick Walton
-1
/
+1
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-1
/
+1
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-1
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-2
/
+2
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-09-06
Refactor trans to replace lvalue and friends with Datum.
Niko Matsakis
-1
/
+1
2012-08-21
more sound treatment of fn& regions; change all & to be distinct
Niko Matsakis
-1
/
+1
2012-08-07
improve borrowck error messages to explain regions better
Niko Matsakis
-1
/
+1
2012-07-30
Fix #2979: inference for lifetimes of & expressions
Niko Matsakis
-6
/
+13
2012-07-14
infer the scope of borrows
Niko Matsakis
-0
/
+11