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
/
libstd
/
unstable
/
finally.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-14
Fix all code examples
Alex Crichton
-4
/
+10
2014-02-11
std -- replaces uses where const borrows would be required
Niko Matsakis
-35
/
+79
2013-12-12
Inline Finallyalizer::drop, allowing LLVM to optimize `finally`.
Eduard Burtescu
-0
/
+1
2013-12-11
Make 'self lifetime illegal.
Erik Price
-4
/
+4
2013-11-26
test: Remove non-procedure uses of `do` from compiletest, libstd tests,
Patrick Walton
-10
/
+10
2013-11-26
librustc: Remove remaining uses of `&fn()` in favor of `||`.
Patrick Walton
-2
/
+2
2013-11-24
Remove linked failure from the runtime
Alex Crichton
-1
/
+1
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-4
/
+4
2013-11-18
libstd: Change all `~fn()`s to `proc`s in the standard library.
Patrick Walton
-10
/
+0
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-1
/
+1
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-1
/
+1
2013-09-25
rustdoc: Change all code-blocks with a script
Alex Crichton
-2
/
+2
2013-09-23
test: Fix rustdoc and tests.
Patrick Walton
-11
/
+0
2013-09-23
librustc: Remove `@fn` managed closures from the language.
Patrick Walton
-1
/
+0
2013-09-16
switch Drop to `&mut self`
Daniel Micay
-1
/
+1
2013-08-22
Enabled unit tests in std and extra.
Vadim Chugunov
-1
/
+0
2013-08-16
doc: correct spelling in documentation.
Huon Wilson
-1
/
+1
2013-06-25
Change finalize -> drop.
Luqman Aden
-1
/
+1
2013-06-11
Add a finally impl for `extern "Rust" fn()`
Alex Crichton
-22
/
+16
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+139