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-paramd-indirect.rs
Age
Commit message (
Expand
)
Author
Lines
2014-10-02
tests: remove uses of Gc.
Eduard Burtescu
-9
/
+7
2014-08-29
Introduce new inference scheme: variables are now instantiated with at most o...
Niko Matsakis
-5
/
+4
2014-08-24
Adjust the error messages to match the pattern "expected foo, found bar"
Jonas Hietala
-1
/
+1
2014-07-26
Remove managed_box gate from tests
Brian Anderson
-1
/
+0
2014-06-16
Change prints: @T -> Gc<T> , ~T -> Box<T>
John Schmidt
-1
/
+1
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-6
/
+8
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-02-11
test -- update tests with new error messages
Niko Matsakis
-1
/
+1
2013-12-11
Make 'self lifetime illegal.
Erik Price
-9
/
+9
2013-10-23
register snapshots
Daniel Micay
-0
/
+2
2013-07-01
Defer reasoning about region relationships until after regionck.
Niko Matsakis
-0
/
+1
2013-04-10
tests: changes in response to #5656
Niko Matsakis
-2
/
+2
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-1
/
+1
2013-03-13
test: Fix tests. rs=tests
Patrick Walton
-3
/
+3
2013-03-13
librustc: Remove implicit self from the language, except for old-style drop b...
Patrick Walton
-3
/
+3
2013-03-07
test: Fix tests.
Patrick Walton
-1
/
+4
2013-03-06
Add manual &self/ and &static/ and /&self declarations that
Niko Matsakis
-7
/
+7
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-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-2
/
+7
2012-07-13
change region syntax to &r/T in place of &r.T
Niko Matsakis
-1
/
+1
2012-07-11
infer when types are region parameterized rather than requiring /&
Niko Matsakis
-0
/
+18