summary refs log tree commit diff
path: root/src/libgreen/context.rs
AgeCommit message (Expand)AuthorLines
2014-06-24Added Mipsel architecture supportPawel Olzacki-0/+3
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-2/+2
2014-06-10auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichtonbors-1/+1
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-06-08Mark relevant structs with repr(C)Jakub Wieczorek-0/+1
2014-05-28fix MIPS targetJyun-Yan You-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-2/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-11/+11
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-5/+5
2014-04-19green: Fix missing Send bounds on proceduresAlex Crichton-1/+1
2014-03-31green: Switch field privacy as necessaryAlex Crichton-2/+2
2014-03-14fix MIPS targetJyun-Yan You-0/+2
2014-02-24green,native,rustuv: Replace many pointer `transmute`'s with `as` or referenc...Huon Wilson-5/+2
2014-02-24green: remove ancient register-saving code.Huon Wilson-6/+1
2014-02-23std: Move unstable::stack to rt::stackBrian Anderson-1/+1
2014-02-23std: Move raw to std::rawBrian Anderson-1/+1
2014-02-13Remove two allocations from spawning a green taskAlex Crichton-53/+60
2014-01-26auto merge of #11762 : alexcrichton/rust/guard_pages, r=alexcrichtonbors-3/+3
2014-01-25Uppercase numeric constantsChris Wong-2/+2
2014-01-24Use `mmap` to map in task stacks and guard pageCorey Richardson-3/+3
2013-12-24rustuv: Fix a memory leak (documented inside)Alex Crichton-7/+25
2013-12-24green: Rip the bandaid off, introduce libgreenAlex Crichton-0/+284