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
/
libcore
/
condition.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-11
clean up the last bit of warnings
Corey Richardson
-1
/
+0
2013-05-10
Move core::task::local_data to core::local_data
Youngsoo Son
-3
/
+3
2013-04-24
core: Warning police
Brian Anderson
-0
/
+2
2013-04-22
Make conditions public. #6009
Brian Anderson
-0
/
+21
2013-04-10
core: changes in response to #5656
Niko Matsakis
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-5
/
+5
2013-03-26
librustc: Modify all code to use new lifetime binder syntax
Patrick Walton
-6
/
+6
2013-03-26
core: Make sure every module at least has a one-line description
Brian Anderson
-0
/
+2
2013-03-22
librustc: Add explicit lifetime binders and new lifetime notation in core/std...
Patrick Walton
-7
/
+7
2013-03-21
librustc: Forbid destructors from being attached to any structs that might co...
Patrick Walton
-0
/
+1
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-5
/
+5
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-5
/
+5
2013-03-06
Add manual &self/ and &static/ and /&self declarations that
Niko Matsakis
-6
/
+6
2013-03-04
De-implicit-self libcore
Ben Striegel
-2
/
+2
2013-02-28
librustc: Mark all type implementations public. rs=impl-publicity
Patrick Walton
-2
/
+2
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-1
/
+1
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-1
/
+1
2013-01-10
mode: reset mode on entry to fn body.
Niko Matsakis
-1
/
+1
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+1
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-1
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+1
2013-01-03
clean up condition module:
Andrew Paseltiner
-50
/
+35
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-0
/
+2
2012-12-18
core: add macro_rules! for "condition! { c: in -> out; }".
Graydon Hoare
-19
/
+22
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-06
rustc: reuse const vals, translate fn paths as consts. Close #2530.
Graydon Hoare
-15
/
+3
2012-10-22
core: add condition.raise_default.
Graydon Hoare
-5
/
+27
2012-10-22
core: settle on the trap/in condition convention for now. Implement proper re...
Graydon Hoare
-238
/
+119
2012-10-19
core: add 3rd proposed interface (trap/in) to conditions.
Graydon Hoare
-0
/
+69
2012-10-18
core: add potential "simpler interface" to core::condition, also reduce TLS h...
Graydon Hoare
-18
/
+69
2012-10-18
core: Add type params to condition handling so interface is safe.
Graydon Hoare
-24
/
+25
2012-10-18
core: add previous-handler save and restore for proper nesting.
Graydon Hoare
-16
/
+78
2012-10-17
core: first working sketch of a condition system.
Graydon Hoare
-0
/
+117