| Age | Commit message (Expand) | Author | Lines |
| 2012-01-13 | deprecate fn exprs and the fn() type, preferring fn@ and native fn | Niko Matsakis | -21/+17 |
| 2012-01-12 | Make driver::session::session no longer an object | Marijn Haverbeke | -3/+4 |
| 2012-01-09 | Change all uses of 'when' in alt-patterns to 'if' | Austin Seipp | -1/+1 |
| 2012-01-05 | rustc: Allow the test runner to run unexported tests | Brian Anderson | -1/+4 |
| 2012-01-05 | rustc: Configure out #[test] functions when not testing | Brian Anderson | -20/+52 |
| 2012-01-05 | require a non-semi expr acting as a stmt to have unit return type | Niko Matsakis | -1/+1 |
| 2012-01-05 | Switch to new param kind bound syntax | Marijn Haverbeke | -2/+2 |
| 2011-12-29 | split proto from fn_decl, as not all fn_decls know the proto. | Niko Matsakis | -6/+4 |
| 2011-12-22 | Merge all 3 log syntaxes, tidy up residual misuses. | Graydon Hoare | -4/+4 |
| 2011-12-22 | Merge branch 'master' of github.com:graydon/rust | Graydon Hoare | -25/+13 |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / #de... | Graydon Hoare | -9/+9 |
| 2011-12-22 | Unify some data structures in syntax::ast that were doing the same thing | Marijn Haverbeke | -25/+13 |
| 2011-12-19 | resolve capture clauses | Niko Matsakis | -6/+3 |
| 2011-12-16 | reorder args to the various vec, option fns so blk comes last | Niko Matsakis | -16/+16 |
| 2011-12-14 | change syntax from lambda[send] to sendfn | Niko Matsakis | -1/+0 |
| 2011-12-14 | push changes through to get things compiling, if not running. | Niko Matsakis | -1/+10 |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -3/+4 |
| 2011-12-06 | Fix next-node-id "hackasaurus" in comp/front/test.rs. | Graydon Hoare | -37/+25 |
| 2011-11-30 | Box ast::path values | Marijn Haverbeke | -14/+14 |
| 2011-11-23 | Allow import directives in any block | Marijn Haverbeke | -1/+3 |
| 2011-11-21 | rustc: Remove abi from ast::native_mod | Haitao Li | -3/+23 |
| 2011-11-18 | Update stdlib, compiler, and tests to new kind system | Marijn Haverbeke | -2/+4 |
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -3/+0 |
| 2011-11-16 | Use attributes for native module ABI and link name | Haitao Li | -2/+1 |
| 2011-11-16 | rustc: Use link_name attribute for native function | Haitao Li | -0/+10 |
| 2011-11-10 | Cleanup unused imports | Haitao Li | -3/+2 |
| 2011-11-01 | Add should_fail annotation for unit tests | Matt Brubeck | -3/+19 |
| 2011-10-29 | Add the ability to ignore tests by compiler config | Brian Anderson | -21/+34 |
| 2011-10-25 | Update our code to new type parameter kind syntax | Marijn Haverbeke | -2/+2 |
| 2011-10-21 | Change the way block calls are parsed, mark them as block-calls. | Marijn Haverbeke | -3/+3 |
| 2011-10-20 | Remove unused empty_fn_ty from rustc::front::test | Brian Anderson | -9/+0 |
| 2011-10-20 | Merge ast::proto_shared and ast::proto_closure | Brian Anderson | -2/+2 |
| 2011-10-20 | Rename ast::proto_fn to ast::proto_shared | Brian Anderson | -2/+2 |
| 2011-10-20 | Make fn denote a bare function. Convert fn to fn@ as needed | Brian Anderson | -2/+2 |
| 2011-10-20 | Convert the test runners to typesafe spawn | Brian Anderson | -2/+58 |
| 2011-10-12 | make a good error msg if you try to use an unsafe fn for a test | Niko Matsakis | -7/+20 |
| 2011-10-12 | improve the span used in test generation | Niko Matsakis | -6/+8 |
| 2011-10-12 | make treatment of unchecked/unsafe blocks more uniform | Niko Matsakis | -2/+2 |
| 2011-10-12 | Extend the unchecked block stuff to allow unsafe blocks as well. | Niko Matsakis | -2/+3 |
| 2011-10-10 | Adjust function signatures to allow for vecs being immediate | Marijn Haverbeke | -1/+1 |
| 2011-10-10 | Make vectors and strings immediates again | Marijn Haverbeke | -1/+1 |
| 2011-10-07 | Give up on providing a by-value version of map, convert fold over to | Marijn Haverbeke | -6/+6 |
| 2011-10-07 | Parse and typecheck by-value and by-ref arg specs | Marijn Haverbeke | -26/+25 |
| 2011-09-19 | Break fold's circular reference during unwinding | Brian Anderson | -4/+0 |
| 2011-09-16 | Remove autoderef for calls | Marijn Haverbeke | -2/+2 |
| 2011-09-14 | Rename ast::controlflow to ast::ret_style | Marijn Haverbeke | -3/+3 |
| 2011-09-12 | Factor imports mindlessly. | Graydon Hoare | -15/+6 |
| 2011-09-12 | Reformat for new mode syntax, step 1 | Marijn Haverbeke | -52/+51 |
| 2011-09-12 | Make the names of the arg mode tag reflect their (revised) meaning | Marijn Haverbeke | -1/+2 |
| 2011-09-02 | Rename ty_istr to ty_str. Issue #855 | Brian Anderson | -1/+1 |