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-bounds.rs
Age
Commit message (
Expand
)
Author
Lines
2014-08-29
Introduce new inference scheme: variables are now instantiated with at most o...
Niko Matsakis
-2
/
+0
2014-08-24
Adjust the error messages to match the pattern "expected foo, found bar"
Jonas Hietala
-2
/
+2
2014-02-11
test -- update tests with new error messages
Niko Matsakis
-2
/
+2
2013-12-11
Make 'self lifetime illegal.
Erik Price
-2
/
+2
2013-08-27
librustc: Ensure that type parameters are in the right positions in paths.
Patrick Walton
-4
/
+0
2013-07-01
Correct merge errors, broken tests
Niko Matsakis
-2
/
+2
2013-07-01
Defer reasoning about region relationships until after regionck.
Niko Matsakis
-2
/
+4
2013-06-22
Fix-up PP Code to reflect new lifetime param syntax
James Miller
-2
/
+2
2013-05-06
refinement to technique used to not run regionck
Niko Matsakis
-4
/
+2
2013-03-26
librustc: Modify all code to use new lifetime binder syntax
Patrick Walton
-5
/
+5
2013-03-18
libsyntax: Stop parsing old lifetimes, except for the ones on data type decla...
Patrick Walton
-2
/
+2
2013-03-13
test: Fix tests. rs=tests
Patrick Walton
-7
/
+0
2013-03-13
librustc: Remove implicit self from the language, except for old-style drop b...
Patrick Walton
-1
/
+1
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-1
/
+1
2013-03-11
test: Remove newtype enums from the test suite. rs=deenum
Patrick Walton
-1
/
+1
2013-03-06
Add manual &self/ and &static/ and /&self declarations that
Niko Matsakis
-5
/
+5
2013-02-16
Permit lifetimes to appear in type parameter lists and after `&`. Lifetimes in
Niko Matsakis
-2
/
+4
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-1
/
+1
2012-09-06
Remove struct ctors
Brian Anderson
-1
/
+1
2012-08-17
Remove the class keyword
Brian Anderson
-1
/
+1
2012-08-15
rustc: Implement automatic reference for method receivers
Patrick Walton
-2
/
+2
2012-08-01
Convert ret to return
Brian Anderson
-4
/
+4
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-3
/
+3
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
-3
/
+3
2012-07-05
Clean up error message punctuation/capitalization
Lindsey Kuper
-2
/
+2
2012-06-30
change the test suite `//! kind` syntax to `//~ kind` in order to avoid a
Gareth Daniel Smith
-5
/
+5
2012-06-06
Fix tests to avoid empty classes
Tim Chevalier
-1
/
+1
2012-06-01
Port more resource tests to classes
Tim Chevalier
-6
/
+1
2012-04-25
lots of work to make iface/impls parameterized by regions
Niko Matsakis
-0
/
+32