summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-07-03rustc: Make a note of the fact that each_path doesn't handle path nesting pro...Patrick Walton-0/+3
2012-07-03syntax: Add native module names correctly when building up the paths in the A...Patrick Walton-1/+1
2012-07-03oops, fix option.expect() and use it in libstd/map.rsBen Blum-3/+3
2012-07-03core: Convert iter::repeat to the for protocolBrian Anderson-34/+34
2012-07-03Revert "Remove rule requiring non-nil block-style statements to be semi-termi...Brian Anderson-32/+35
2012-07-03add option::expect and mark option methods as pureBen Blum-8/+27
2012-07-03rustc: Speed up def ID parsing in the metadataPatrick Walton-10/+16
2012-07-03Remove rule requiring non-nil block-style statements to be semi-terminatedBrian Anderson-35/+32
2012-07-03More work on #2082, remove parser/lexer support for 'crust' and 'native'.Graydon Hoare-11/+4
2012-07-03Change crust -> extern.Graydon Hoare-56/+56
2012-07-03Mop up a few extra native -> foreign changes.Graydon Hoare-12/+12
2012-07-03rustc: Avoid a lot of copying in metadata when reading implsPatrick Walton-6/+20
2012-07-03Fix more future::future breakage.Graydon Hoare-0/+2
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-249/+249
2012-07-03rustc: Add X-ray functionality to resolve3 so the test runner worksPatrick Walton-34/+58
2012-07-03core: Import future::extensionsPatrick Walton-1/+1
2012-07-03task.rs: minor doc/comment changesBen Blum-5/+5
2012-07-03vim: add 'new' keywordBen Blum-1/+1
2012-07-03rustc: Record the main function in the session in resolve3Patrick Walton-0/+25
2012-07-03core: Eliminate some overloading of the name "future" in future.rsPatrick Walton-5/+6
2012-07-03Fix some indentation in check::vtable.Michael Sullivan-52/+52
2012-07-03Remove some bogus exports.Michael Sullivan-3/+1
2012-07-03Export dvec::from_elt.Erick Tryzelaar-0/+1
2012-07-02Merge remote-tracking branch 'brson/uv'Brian Anderson-585/+1305
2012-07-02Register snapshotsBrian Anderson-0/+8
2012-07-02rustc: Remove some comments from resolve3 that are being misparsed as attributesBrian Anderson-4/+4
2012-07-02rustc: Implement a new resolve pass behind a compile flagPatrick Walton-163/+4336
2012-07-02Update compile-fail/missing-do for new error-comment syntaxBrian Anderson-3/+3
2012-07-02Added testcase for the missing do compile noteArmin Ronacher-0/+9
2012-07-02Implemented better error message for missing do statements.Armin Ronacher-0/+14
2012-07-02Mark -g as experimental (#2767)Brian Anderson-1/+1
2012-07-02Start sketching some traitorous code (xfail'd)Lindsey Kuper-0/+46
2012-07-02std: Ignore a test that doesn't terminate on windowsBrian Anderson-0/+1
2012-07-02tutorial: More updates for closuresBrian Anderson-5/+1
2012-07-02Merge branch 'doc-comments'Brian Anderson-656/+1051
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-656/+1051
2012-07-02Update nbody benchmark to more idiomatic Rust; nix obsolete commentsLindsey Kuper-31/+27
2012-07-02dlist should_fail tests ignore(cfg(windows))Ben Blum-7/+7
2012-07-02vim syntax: add drop & rustString contains rustTodoBen Blum-2/+2
2012-07-02std: Add missing cfg attr for freebsdBrian Anderson-0/+1
2012-07-02Merge remote-tracking branch 'brson/uv'Brian Anderson-585/+1303
2012-07-02add dlist.rs should_fail testsBen Blum-0/+50
2012-07-02vim syntax: don't hilight foo::<T>() like a moduleBen Blum-1/+1
2012-07-02Add doubly-linked list to libcore (to be used in task.rs).Ben Blum-0/+635
2012-07-02Make list::from_vec take a slice, not a ~.Ben Blum-1/+1
2012-07-02minor updates to vim config filesBen Blum-4/+5
2012-07-02Treat "do" as a keyword in vimErick Tryzelaar-1/+1
2012-07-01Add 'do' to rust-modeBrian Anderson-1/+1
2012-07-01syntax: Support dropping argument list from for/doBrian Anderson-9/+45
2012-07-01Add two tests, one xfailed, for inferring lambda kinds in return positionBrian Anderson-0/+19