summary refs log tree commit diff
path: root/src/librusti/program.rs
AgeCommit message (Expand)AuthorLines
2013-09-18Register new snapshotsAlex Crichton-1/+1
2013-09-03Modernized a few more types in syntax::astMarvin Löbel-5/+5
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-3/+3
2013-08-03remove obsolete `foreach` keywordDaniel Micay-12/+12
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-2/+2
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-10/+10
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-4/+4
2013-07-18hashmap: Remove .consume() has rename .consume_iter() to .consume()blake2-ppc-3/+7
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-5/+7
2013-07-17Made ast::blk not use spanned<T> anymore.Michael Woerister-2/+2
2013-07-14Make TLS keys actually take up spaceAlex Crichton-6/+4
2013-07-14Purge the last remnants of the old TLS apiAlex Crichton-16/+8
2013-07-11Fix testsAlex Crichton-4/+4
2013-07-11Remove all external requirements of `@` from TLSAlex Crichton-1/+1
2013-07-09Rename local_data methods/types for less keystrokesAlex Crichton-3/+3
2013-07-03Use #[allow(warnings)] in rusti instead of explicitly listing warningsAlex Crichton-15/+1
2013-06-26Fix a formatting bug in rustiAlex Crichton-1/+1
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-4/+4
2013-06-23vec: remove BaseIter implementationDaniel Micay-3/+3
2013-06-12Rewrite rustiAlex Crichton-0/+434