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
/
run-pass
/
regions-self-impls.rs
Age
Commit message (
Expand
)
Author
Lines
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-3
/
+3
2014-10-16
Remove libdebug and update tests.
Luqman Aden
-3
/
+1
2014-05-27
Move std::{reflect,repr,Poly} to a libdebug crate
Alex Crichton
-0
/
+2
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-1
/
+1
2013-12-11
Make 'self lifetime illegal.
Erik Price
-6
/
+6
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-1
/
+1
2013-09-30
rpass: Remove usage of fmt!
Alex Crichton
-1
/
+1
2013-07-17
Clean-up tests after debug!/std-macros change.
Huon Wilson
-1
/
+1
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-1
/
+0
2013-04-10
tests: changes in response to #5656
Niko Matsakis
-1
/
+1
2013-03-13
test: Fix tests. rs=tests
Patrick Walton
-1
/
+1
2013-03-13
librustc: Remove implicit self from the language, except for old-style drop b...
Patrick Walton
-2
/
+2
2013-03-11
Remove uses of log
Brian Anderson
-1
/
+1
2013-02-16
update this test to use the new syntax entirely
Niko Matsakis
-4
/
+4
2013-02-16
Permit lifetimes to appear in type parameter lists and after `&`. Lifetimes in
Niko Matsakis
-1
/
+3
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-26
testsuite: Eliminate uses of structural records from most run-pass tests
Tim Chevalier
-3
/
+3
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-08-01
Convert ret to return
Brian Anderson
-1
/
+1
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-1
/
+5
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
-2
/
+2
2012-04-25
lots of work to make iface/impls parameterized by regions
Niko Matsakis
-5
/
+2
2012-04-04
wip: refactor repr of regions
Niko Matsakis
-0
/
+3
2012-03-23
rustc: Redo region inference to be a bit less broken
Patrick Walton
-0
/
+1
2012-03-15
test: Add a test case for self regions and typeclass implementations
Patrick Walton
-0
/
+11