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
/
unboxed-closures-prelude.rs
Age
Commit message (
Expand
)
Author
Lines
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-3
/
+3
2015-03-23
rustdoc: Replace no-pretty-expanded with pretty-expanded
Brian Anderson
-0
/
+2
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-1
/
+1
2015-03-15
Strip all leading/trailing newlines
Tamir Duberstein
-1
/
+0
2015-03-03
Switched to Box::new in many places.
Felix S. Klock II
-2
/
+3
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-3
/
+3
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-2
/
+2
2015-01-08
fallout: run-pass tests that use box. (many could be ported to `Box::new` in...
Felix S. Klock II
-0
/
+2
2015-01-05
replace `f.call_mut(a, b, ..)` with `f(a, b, ..)`
Jorge Aparicio
-2
/
+2
2014-12-14
Purge the hack that allows `FnOnce` to be used with a by-value self method. ...
Niko Matsakis
-2
/
+11
2014-11-18
Place parenthetical notation under the `unboxed_closure` feature-gate.
Niko Matsakis
-1
/
+1
2014-11-06
Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...
Niko Matsakis
-1
/
+1
2014-08-19
libstd: Add `Fn`/`FnMut`/`FnOnce` to the prelude.
Patrick Walton
-0
/
+19