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-in-enums.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-14
Moved compile-fail tests to ui tests.
David Wood
-30
/
+0
2015-01-08
Update compile fail tests to use usize.
Huon Wilson
-4
/
+4
2013-12-11
Make 'self lifetime illegal.
Erik Price
-3
/
+3
2013-11-08
Update various tests and libraries that were incorrectly
Niko Matsakis
-4
/
+10
2013-03-26
test: Fix tests
Patrick Walton
-2
/
+2
2013-03-26
librustc: Modify all code to use new lifetime binder syntax
Patrick Walton
-3
/
+3
2013-03-09
Remove @ast::Region and replace with @ast::Lifetime.
Niko Matsakis
-2
/
+2
2013-03-06
Improve error messages when illegal lifetimes are used
Niko Matsakis
-2
/
+2
2013-02-16
Parse (and discard) lifetime declarations on function types
Niko Matsakis
-3
/
+3
2013-02-16
Permit lifetimes to appear in type parameter lists and after `&`. Lifetimes in
Niko Matsakis
-4
/
+5
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-07-13
change region syntax to &r/T in place of &r.T
Niko Matsakis
-2
/
+2
2012-07-11
infer when types are region parameterized rather than requiring /&
Niko Matsakis
-15
/
+3
2012-06-30
change the test suite `//! kind` syntax to `//~ kind` in order to avoid a
Gareth Daniel Smith
-4
/
+4
2012-04-19
update syntax to include a slash
Niko Matsakis
-3
/
+3
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-0
/
+25