about summary refs log tree commit diff
path: root/src/libstd/dlist.rs
AgeCommit message (Expand)AuthorLines
2013-04-28make way for a new iter moduleDaniel Micay-2/+2
2013-04-27only use #[no_core] in libcoreDaniel Micay-2/+0
2013-04-20std: remove unused 'mut' variablesAlex Crichton-4/+4
2013-04-16libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ...Huon Wilson-38/+38
2013-04-08Removing no longer needed unsafe blocksAlex Crichton-6/+3
2013-03-30move dlist from core -> stdDaniel Micay-0/+986