about summary refs log tree commit diff
path: root/src/librusti
AgeCommit message (Expand)AuthorLines
2013-10-16remove the rusti commandDaniel Micay-1254/+0
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-3/+3
2013-10-15path2: Replace the path module outrightKevin Ballard-10/+23
2013-10-09option: rewrite the API to use compositionDaniel Micay-1/+1
2013-10-07Fix existing privacy/visibility violationsAlex Crichton-1/+1
2013-10-05Implement feature-gating for the compilerAlex Crichton-0/+2
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-1/+1
2013-09-30rusti: Remove usage of fmt!Alex Crichton-37/+37
2013-09-29Remove all usage of @ast::CrateAlex Crichton-7/+7
2013-09-27auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichtonbors-1/+1
2013-09-26Update version numbers to 0.9-preBrian Anderson-1/+1
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-1/+1
2013-09-24Don't use libc::exit. #9473Brian Anderson-3/+4
2013-09-23librusti: Eliminate `@fn`.Patrick Walton-11/+20
2013-09-23librustpkg: Fix diagnostic invocation syntax in librustdoc, librusti, and lib...Patrick Walton-15/+33
2013-09-21Update version numbers to 0.8Brian Anderson-1/+1
2013-09-18Register new snapshotsAlex Crichton-1/+1
2013-09-11extra: use a mutex to wrap linenoise calls and make them threadsafe.Huon Wilson-10/+8
2013-09-03Modernized a few more types in syntax::astMarvin Löbel-11/+11
2013-08-23removed os::set_args, closing #8325Do Nhat Minh-1/+5
2013-08-22auto merge of #8627 : kballard/rust/fix-rusti, r=catamorphismbors-1/+1
2013-08-19Fix broken rustiKevin Ballard-1/+1
2013-08-19auto merge of #8623 : pnkfelix/rust/fsk-visitor-vpar-defaults-step4, r=nmatsakisbors-11/+18
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+2
2013-08-15Ported rusti::utils from oldvisit to <V:Visitor> trait API.Felix S. Klock II-11/+18
2013-08-13Remove unused automatic cfg bindings Fixes #7169Nick Desaulniers-7/+6
2013-08-10std: Transform.find_ -> .findErick Tryzelaar-1/+1
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-1/+1
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-3/+3
2013-08-07rusti: Disable testsBrian Anderson-0/+15
2013-08-07auto merge of #8294 : erickt/rust/map-move, r=bblumbors-1/+1
2013-08-07core: option.map_consume -> option.map_moveErick Tryzelaar-1/+1
2013-08-07Revert "Re-enable rusti tests"Alex Crichton-8/+9
2013-08-06auto merge of #8321 : alexcrichton/rust/enable-rusti, r=cmrbors-9/+8
2013-08-05Re-enable rusti testsAlex Crichton-9/+8
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-5/+5
2013-08-03remove obsolete `foreach` keywordDaniel Micay-18/+18
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-2/+2
2013-08-02librustc: Introduce a new visitor type based on traits and port syntax to it.Patrick Walton-4/+4
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-16/+16
2013-08-01make `in` and `foreach` get treated as keywordsDaniel Micay-5/+5
2013-07-29New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec...Michael Woerister-1/+1
2013-07-27rustc: reorganize driver, replace compile_upto with multiple more-obvious fun...Graydon Hoare-14/+20
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/lib*Birunthan Mohanathas-3/+2
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-11/+11
2013-07-18auto merge of #7857 : blake2-ppc/rust/fix-test-warnings, r=alexcrichtonbors-1/+0
2013-07-18hashmap: Remove .consume() has rename .consume_iter() to .consume()blake2-ppc-3/+7
2013-07-18Fix warnings in libstd and librusti testsblake2-ppc-1/+0
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-17/+19
2013-07-17Made ast::blk not use spanned<T> anymore.Michael Woerister-5/+5