summary refs log tree commit diff
path: root/src/libgreen/stack.rs
AgeCommit message (Expand)AuthorLines
2014-02-24std: make .swap_remove return Option<T>.Huon Wilson-1/+1
2014-02-13Fix a bug where cached stacks weren't re-usedAlex Crichton-2/+32
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-2/+2
2014-01-26Bring in the line-length policeAlex Crichton-33/+35
2014-01-24Fix zero-sized memory mappingCorey Richardson-2/+14
2014-01-24Use `mmap` to map in task stacks and guard pageCorey Richardson-26/+95
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-2/+2
2013-12-24green: Rip the bandaid off, introduce libgreenAlex Crichton-0/+75