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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
compile-fail
/
regions-ret-borrowed-1.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-2
/
+2
2015-01-05
fix cfail tests
Jorge Aparicio
-1
/
+1
2014-11-07
Update parser with `for` syntax
Niko Matsakis
-1
/
+1
2014-08-29
Introduce new inference scheme: variables are now instantiated with at most o...
Niko Matsakis
-2
/
+0
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-2
/
+3
2014-08-26
DST coercions and DST structs
Nick Cameron
-1
/
+1
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-1
/
+1
2014-02-11
test -- update tests with new error messages
Niko Matsakis
-1
/
+1
2013-11-26
test: Remove most uses of `&fn()` from the tests.
Patrick Walton
-1
/
+1
2013-11-08
Update various tests and libraries that were incorrectly
Niko Matsakis
-1
/
+1
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-1
/
+1
2013-09-30
cfail: Remove usage of fmt!
Alex Crichton
-1
/
+1
2013-07-17
Clean-up tests after debug!/std-macros change.
Huon Wilson
-1
/
+1
2013-07-01
Defer reasoning about region relationships until after regionck.
Niko Matsakis
-0
/
+2
2013-05-06
refinement to technique used to not run regionck
Niko Matsakis
-2
/
+0
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-0
/
+1
2013-03-26
librustc: Modify all code to use new lifetime binder syntax
Patrick Walton
-2
/
+2
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-2
/
+2
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-1
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-1
/
+1
2012-07-25
avoid capture of bound regions when infering types for closure
Niko Matsakis
-0
/
+17