| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -4/+2 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -3/+3 |
| 2013-05-12 | librustc: Make `self` and `static` into keywords | Patrick Walton | -4/+4 |
| 2013-05-11 | auto merge of #6389 : sonwow/rust/issue-3356, r=bstrie | bors | -3/+3 |
| 2013-05-11 | auto merge of #6383 : huonw/rust/rustc-expand-then-strip, r=thestinger | bors | -4/+4 |
| 2013-05-10 | renamed str::from_slice to str::to_owned | Youngsoo Son | -3/+3 |
| 2013-05-10 | auto merge of #6356 : dotdash/rust/strinterner, r=pcwalton | bors | -2/+2 |
| 2013-05-09 | auto merge of #6325 : sammykim/rust/lint-name, r=graydon | bors | -0/+1 |
| 2013-05-09 | Use a specialized string interner to reduce the need for owned strings | Björn Steinbrink | -2/+2 |
| 2013-05-09 | Perform expansion before stripping/building a test harness. | Huon Wilson | -4/+4 |
| 2013-05-09 | Add space | Sangeun Kim | -1/+1 |
| 2013-05-08 | auto merge of #6327 : z0w0/rust/rm-notest, r=brson | bors | -3/+2 |
| 2013-05-08 | auto merge of #6119 : brson/rust/main, r=brson | bors | -0/+3 |
| 2013-05-08 | Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)] | Zack Corr | -3/+2 |
| 2013-05-08 | Show lint names | Sangeun Kim | -0/+1 |
| 2013-05-06 | refinement to technique used to not run regionck | Niko Matsakis | -0/+3 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -93/+93 |
| 2013-05-04 | make asm_comments something that you opt in to | Niko Matsakis | -8/+3 |
| 2013-05-03 | auto merge of #6198 : luqmana/rust/linker-arg, r=graydon | bors | -2/+6 |
| 2013-05-03 | rustpkg: Handle sysroot more correctly | Tim Chevalier | -2/+2 |
| 2013-05-03 | librustc: Add argument to allow choosing "linker" | Luqman Aden | -2/+6 |
| 2013-05-02 | make link_args use spaces as separators | Daniel Micay | -2/+2 |
| 2013-05-01 | auto merge of #6174 : sanxiyn/rust/static-string, r=brson | bors | -14/+14 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -15/+0 |
| 2013-05-02 | Take string slices | Seo Sanghyeon | -14/+14 |
| 2013-04-30 | auto merge of #6105 : Aatch/rust/linker-improv, r=pcwalton | bors | -54/+73 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -12/+17 |
| 2013-04-30 | Change flags to -Z print-link-args and --link-args | James Miller | -16/+5 |
| 2013-04-29 | rustc: Only accept main functions at the crate level. #4433 | Brian Anderson | -1/+2 |
| 2013-04-29 | rustc: Move code for discovering the crate entry point into its own pass | Brian Anderson | -0/+2 |
| 2013-04-29 | Adds '--print-link-args' that outputs linker arguments that would be used | James Miller | -1/+17 |
| 2013-04-29 | Add `--linker` option to pass flags to the linker | James Miller | -53/+67 |
| 2013-04-28 | refactoring mod.rs | John Clements | -1/+1 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -6/+0 |
| 2013-04-24 | Fixed typo... And a billion other things. | Marvin Löbel | -3/+4 |
| 2013-04-24 | Removed ascii functions from other modules | Marvin Löbel | -1/+4 |
| 2013-04-22 | auto merge of #5996 : sanxiyn/rust/target-feature, r=graydon | bors | -0/+11 |
| 2013-04-22 | Choose target features | Seo Sanghyeon | -0/+11 |
| 2013-04-20 | rustc: remove unused 'mut' variables | Alex Crichton | -1/+1 |
| 2013-04-19 | rustc: de-mode + fallout from libsyntax changes | Alex Crichton | -30/+30 |
| 2013-04-19 | librustc: Implement fast-ffi and use it in various places | Patrick Walton | -3/+6 |
| 2013-04-18 | rustc: Anti-copy police | Tim Chevalier | -4/+4 |
| 2013-04-18 | rustc: One less copy | Tim Chevalier | -6/+6 |
| 2013-04-16 | libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ... | Huon Wilson | -13/+13 |
| 2013-04-10 | Add #[start] attribute to define a new entry point function | James Miller | -2/+14 |
| 2013-04-05 | Fix various warnings, NOTEs, etc | Niko Matsakis | -1/+1 |
| 2013-04-04 | rt: improve mips backend | Jyun-Yan You | -1/+1 |
| 2013-04-03 | auto merge of #5559 : jbclements/rust/change-to-tt-based-parsing, r=jbclements | bors | -1/+1 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -22/+21 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -9/+9 |