| Age | Commit message (Expand) | Author | Lines |
| 2013-04-01 | core: Update libc docs to clarify usage | Brian Anderson | -1/+13 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -1/+1 |
| 2013-03-26 | librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax | Patrick Walton | -4/+4 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -196/+196 |
| 2013-03-21 | libcore: Remove a few possibly-cyclic imports in an effort to unbreak the tre... | Patrick Walton | -2/+0 |
| 2013-03-19 | libsyntax: Forbid `use` (and most other things) within `extern { ... }` blocks | Patrick Walton | -5/+4 |
| 2013-03-12 | Work around linkage bug cross-compiling from x86_64-apple-darwin to i686-appl... | Brian Anderson | -36/+18 |
| 2013-03-12 | libcore: Attempt to put out burning tree on Mac by using the old symbol on 32... | Patrick Walton | -5/+20 |
| 2013-03-11 | rt/core: port os::list_dir to rust ref #4812 | Jeff Olson | -1/+32 |
| 2013-03-11 | core: rt/core: impl os::env() in rust ref #4812 | Jeff Olson | -1/+4 |
| 2013-03-07 | librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r... | Patrick Walton | -2/+2 |
| 2013-03-07 | libcore: Remove `extern mod { ... }` from libcore. rs=deexterning | Patrick Walton | -363/+446 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -1/+0 |
| 2013-03-03 | rustc: MIPS32 support | Jyun-Yan You | -0/+1 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -3/+0 |
| 2013-01-29 | librustc: Speed up byte copy operations. r=nmatsakis | Patrick Walton | -0/+13 |
| 2013-01-13 | Support ARM and Android | kyeongwoon | -1/+13 |
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -194/+200 |
| 2013-01-09 | libcore: Fix missing `off_t` import on Mac. rs=bustage | Patrick Walton | -1/+1 |
| 2013-01-09 | libcore: Some more fixes to Windows libc stuff. rs=bustage | Patrick Walton | -2/+8 |
| 2013-01-09 | libcore: Fix Windows resolve errors. rs=bustage | Patrick Walton | -4/+6 |
| 2013-01-09 | libcore: Fix import in libc. rs=bustage | Patrick Walton | -1/+1 |
| 2013-01-09 | rustc: yet more arch-specific fallout from 2db3abd | Graydon Hoare | -1/+16 |
| 2013-01-09 | rustc: more arch-specific fallout from 2db3abd | Graydon Hoare | -4/+10 |
| 2013-01-09 | core: try to fix arch- and platform-specific fallout from 2db3abd | Graydon Hoare | -0/+17 |
| 2013-01-09 | core: fix libc linux fallout from 2db3abddcd67 | Graydon Hoare | -3/+3 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -28/+92 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -87/+28 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -28/+87 |
| 2012-12-27 | libcore: Add symlink(2) to libc. rs=trivial | Patrick Walton | -1/+2 |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -83/+99 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-21 | libcore: fix build breakage on win32 stat. | Graydon Hoare | -2/+19 |
| 2012-11-20 | libcore: add stat functions to libc | Erick Tryzelaar | -4/+176 |
| 2012-11-20 | libcore: Fix a typo | Erick Tryzelaar | -1/+1 |
| 2012-10-15 | rustc: Merge module and type namespaces. r=brson | Patrick Walton | -3/+3 |
| 2012-10-11 | Exports are fixed, hooray | Tim Chevalier | -2/+0 |
| 2012-10-03 | Sub-uses from libc should be pub. | Graydon Hoare | -24/+24 |
| 2012-09-27 | De-export os and libc. Close #2006. | Graydon Hoare | -750/+651 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -41/+167 |
| 2012-09-18 | Revert "rustc: Change all non-keyword uses of "link"" | Patrick Walton | -2/+1 |
| 2012-09-18 | rustc: Change all non-keyword uses of "link" | Patrick Walton | -1/+2 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -1/+1 |
| 2012-09-04 | libcore: "import" -> "use" | Patrick Walton | -38/+38 |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -0/+2 |
| 2012-08-14 | De-mode comm, libc, priv, rt, sync, arc. Super easy. | Ben Blum | -0/+3 |
| 2012-07-04 | convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.... | Gareth Daniel Smith | -35/+35 |
| 2012-07-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -22/+22 |
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -6/+4 |
| 2012-06-04 | Machine types are different from int/uint, etc (Issue #2187) | Eric Holk | -12/+12 |