summary refs log tree commit diff
path: root/src/libcore/dlist.rs
AgeCommit message (Expand)AuthorLines
2012-07-05make disallow_kill an int for nested unkillables (closes #2782)Ben Blum-1/+1
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-48/+64
2012-07-02dlist should_fail tests ignore(cfg(windows))Ben Blum-7/+7
2012-07-02add dlist.rs should_fail testsBen Blum-0/+50
2012-07-02Add doubly-linked list to libcore (to be used in task.rs).Ben Blum-0/+593