| Age | Commit message (Expand) | Author | Lines |
| 2013-09-24 | Don't use libc::exit. #9473 | Brian Anderson | -3/+4 |
| 2013-09-23 | librusti: Eliminate `@fn`. | Patrick Walton | -7/+16 |
| 2013-09-23 | librustpkg: Fix diagnostic invocation syntax in librustdoc, librusti, and lib... | Patrick Walton | -15/+33 |
| 2013-09-21 | Update version numbers to 0.8 | Brian Anderson | -1/+1 |
| 2013-09-11 | extra: use a mutex to wrap linenoise calls and make them threadsafe. | Huon Wilson | -10/+8 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -4/+4 |
| 2013-08-23 | removed os::set_args, closing #8325 | Do Nhat Minh | -1/+5 |
| 2013-08-19 | Fix broken rusti | Kevin Ballard | -1/+1 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+2 |
| 2013-08-13 | Remove unused automatic cfg bindings Fixes #7169 | Nick Desaulniers | -7/+6 |
| 2013-08-10 | std: Transform.find_ -> .find | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -1/+1 |
| 2013-08-07 | rusti: Disable tests | Brian Anderson | -0/+15 |
| 2013-08-07 | auto merge of #8294 : erickt/rust/map-move, r=bblum | bors | -1/+1 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -1/+1 |
| 2013-08-07 | Revert "Re-enable rusti tests" | Alex Crichton | -8/+9 |
| 2013-08-06 | auto merge of #8321 : alexcrichton/rust/enable-rusti, r=cmr | bors | -9/+8 |
| 2013-08-05 | Re-enable rusti tests | Alex Crichton | -9/+8 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -5/+5 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -6/+6 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -6/+6 |
| 2013-08-01 | make `in` and `foreach` get treated as keywords | Daniel Micay | -5/+5 |
| 2013-07-27 | rustc: reorganize driver, replace compile_upto with multiple more-obvious fun... | Graydon Hoare | -14/+20 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -3/+2 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -5/+5 |
| 2013-07-18 | Fix warnings in libstd and librusti tests | blake2-ppc | -1/+0 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -12/+12 |
| 2013-07-17 | Made ast::blk not use spanned<T> anymore. | Michael Woerister | -3/+3 |
| 2013-07-13 | When running rusti, consume the JIT contexts and collect them in the parent task | Alex Crichton | -35/+68 |
| 2013-07-08 | Bump version numbers to 0.8-pre | Brian Anderson | -1/+1 |
| 2013-07-08 | auto merge of #7568 : alexcrichton/rust/check-lite, r=huonw | bors | -2/+2 |
| 2013-07-07 | Add rusti/rustpkg to check-lite | Alex Crichton | -2/+2 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -1/+1 |
| 2013-07-07 | Fix rustdoc and rusti | James Miller | -1/+1 |
| 2013-07-04 | Bring compiletest/rustpkg/driver up to date on std vs core | Alex Crichton | -1/+3 |
| 2013-07-02 | Completely disable rusti on 32-bit hosts | Alex Crichton | -4/+3 |
| 2013-07-01 | Ignore all rusti tests harder. #7541 | Brian Anderson | -1/+2 |
| 2013-07-01 | Turn on using LLVM threadsafely | Alex Crichton | -34/+49 |
| 2013-06-30 | Bump version from 0.7-pre to 0.7 | Brian Anderson | -1/+1 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -1/+2 |
| 2013-06-27 | Convert vec::[mut_]slice to methods, remove vec::const_slice. | Huon Wilson | -2/+2 |
| 2013-06-26 | Fix a formatting bug in rusti | Alex Crichton | -0/+5 |
| 2013-06-25 | Rename all files with the 'rc' extension | Alex Crichton | -0/+665 |
| 2012-11-26 | Remove the crate language | Brian Anderson | -381/+0 |
| 2012-11-19 | Long lines | Brian Anderson | -4/+5 |
| 2012-11-19 | Added support for multiline commands in the REPL with :{ .. :} | Brian Leibig | -43/+96 |
| 2012-11-05 | Make std::rl unsafe. #3921 | Brian Anderson | -7/+9 |
| 2012-11-04 | rusti: main must be public | Brian Anderson | -1/+1 |
| 2012-11-04 | Librarify rusti, etc. | Brian Anderson | -0/+325 |