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
/
libcore
/
unstable.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-9
/
+9
2013-03-28
Removing unused imports
Alex Crichton
-1
/
+1
2013-03-26
librustc: Modify all code to use new lifetime binder syntax
Patrick Walton
-1
/
+1
2013-03-26
option: rm functions that duplicate methods
Daniel Micay
-3
/
+2
2013-03-25
Merge remote-tracking branch 'brson/rt'
Brian Anderson
-2
/
+0
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
-1
/
+1
2013-03-18
Give core::rt and std::net their own uvll bindings
Brian Anderson
-2
/
+0
2013-03-13
Revamp foreign code not to consider the Rust modes. This requires
Niko Matsakis
-2
/
+2
2013-03-11
core: Add rt mod and add the new scheduler code
Brian Anderson
-12
/
+10
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-3
/
+3
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-9
/
+9
2013-03-07
libcore: Remove `extern mod { ... }` from libcore. rs=deexterning
Patrick Walton
-10
/
+14
2013-03-06
Finish de-implicit-selifizng libcore
Ben Striegel
-3
/
+3
2013-03-04
Adding missing imports for tests, and gate off others
Alex Crichton
-5
/
+0
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-4
/
+0
2013-03-01
core: Move core::rt to core::unstable::lang
Brian Anderson
-0
/
+3
2013-03-01
Rename core::private to core::unstable. #4743
Brian Anderson
-0
/
+366