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
/
priv.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-24
/
+24
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-8
/
+8
2012-07-03
core: Convert iter::repeat to the for protocol
Brian Anderson
-2
/
+2
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-20
/
+20
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-17
/
+17
2012-06-25
Merge
Tim Chevalier
-32
/
+50
2012-06-25
core: Convert declarations to not use the trailing 'unsafe' notation
Brian Anderson
-33
/
+53
2012-06-22
core: Name is_failure to is_err, is_success to is_ok
Brian Anderson
-1
/
+1
2012-06-21
[NEEDS SNAPSHOT] Port remainder of resources to classes in libcore
Tim Chevalier
-2
/
+6
2012-06-07
Use #[cfg(unix)] and #[cfg(windows)] everywhere
Brian Anderson
-1
/
+1
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-3
/
+3
2012-05-25
Get rid of many implicit copies as a preliminary to Issue #2448.
Michael Sullivan
-2
/
+2
2012-04-30
Stop inferring bot/static when types/regions are unconstrained.
Niko Matsakis
-2
/
+2
2012-04-20
exporting priv::weaken_task and adding some debug logging
Jeff Olson
-1
/
+8
2012-04-07
core: Add priv::weaken_task
Brian Anderson
-0
/
+84
2012-04-06
core: Add priv::chan_from_global_ptr
Brian Anderson
-0
/
+145