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
/
unboxed-closure-sugar-equiv.rs
Age
Commit message (
Expand
)
Author
Lines
2016-04-05
suggest adding a where-clause when that can help
Ariel Ben-Yehuda
-1
/
+1
2015-04-02
Fallout in tests
Niko Matsakis
-3
/
+1
2015-02-18
Fallout: tests. As tests frequently elide things, lots of changes
Niko Matsakis
-1
/
+3
2015-01-28
Update test files; mostly the problem is that they were using the
Niko Matsakis
-14
/
+16
2015-01-08
Update compile fail tests to use usize.
Huon Wilson
-11
/
+11
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-14
/
+14
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-3
/
+3
2015-01-06
Fallout
Nick Cameron
-3
/
+3
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-1
/
+1
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-8
/
+8
2014-12-05
Implement lifetime elision for Foo(...) -> ... type sugar.
Huon Wilson
-3
/
+3
2014-11-18
Update test for equivalency to include region binders in object types, add ne...
Niko Matsakis
-5
/
+21
2014-11-18
Place parenthetical notation under the `unboxed_closure` feature-gate.
Niko Matsakis
-0
/
+1
2014-11-06
Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...
Niko Matsakis
-0
/
+39