summary refs log tree commit diff
path: root/src/libcore/priv.rs
AgeCommit message (Expand)AuthorLines
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-24/+24
2012-07-04Remove empty argument lists from do expressionsBen Striegel-8/+8
2012-07-03core: Convert iter::repeat to the for protocolBrian Anderson-2/+2
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-20/+20
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-17/+17
2012-06-25MergeTim Chevalier-32/+50
2012-06-25core: Convert declarations to not use the trailing 'unsafe' notationBrian Anderson-33/+53
2012-06-22core: Name is_failure to is_err, is_success to is_okBrian Anderson-1/+1
2012-06-21[NEEDS SNAPSHOT] Port remainder of resources to classes in libcoreTim Chevalier-2/+6
2012-06-07Use #[cfg(unix)] and #[cfg(windows)] everywhereBrian Anderson-1/+1
2012-05-26core: Make range follow the for loop protocolBrian Anderson-3/+3
2012-05-25Get rid of many implicit copies as a preliminary to Issue #2448.Michael Sullivan-2/+2
2012-04-30Stop inferring bot/static when types/regions are unconstrained.Niko Matsakis-2/+2
2012-04-20exporting priv::weaken_task and adding some debug loggingJeff Olson-1/+8
2012-04-07core: Add priv::weaken_taskBrian Anderson-0/+84
2012-04-06core: Add priv::chan_from_global_ptrBrian Anderson-0/+145