| Age | Commit message (Expand) | Author | Lines |
| 2013-04-30 | adapt to snapshot | Niko Matsakis | -1364/+3 |
| 2013-04-30 | I modified the doc of from_elem, from_fn, I think it returns an owned vector | Sangeun Kim | -4/+4 |
| 2013-04-30 | auto merge of #6121 : luqmana/rust/newtype-cc, r=graydon | bors | -0/+29 |
| 2013-04-30 | Change flags to -Z print-link-args and --link-args | James Miller | -16/+5 |
| 2013-04-29 | auto merge of #6108 : gifnksm/rust/bigint-shift-bug, r=brson | bors | -21/+39 |
| 2013-04-29 | auto merge of #6107 : catamorphism/rust/mkdir_recursive, r=brson | bors | -22/+119 |
| 2013-04-29 | rustc / test: Fix error message | Tim Chevalier | -6/+6 |
| 2013-04-29 | librustc: Fix drop finalizer not running for newtype structs. | Luqman Aden | -0/+1 |
| 2013-04-29 | auto merge of #6073 : huonw/rust/core-rust-isaac, r=pcwalton | bors | -47/+234 |
| 2013-04-29 | Add test for cross crate newtype struct in match pattern. | Luqman Aden | -0/+21 |
| 2013-04-29 | librustc: Fix pattern matching on cross crate newtype structs. | Luqman Aden | -0/+8 |
| 2013-04-29 | test: Remove run-pass/too-much-recursion.rs | Brian Anderson | -22/+0 |
| 2013-04-29 | rustc: Only accept main functions at the crate level. #4433 | Brian Anderson | -63/+93 |
| 2013-04-29 | core: Turn off the local heap in newsched in stage0 to work around windows bu... | Brian Anderson | -0/+19 |
| 2013-04-30 | core: add some inlining hints to methods/fns in rand. | Huon Wilson | -1/+32 |
| 2013-04-30 | core: a pure Rust implementation of the ISAAC RNG. | Huon Wilson | -46/+202 |
| 2013-04-29 | rustc: Move code for discovering the crate entry point into its own pass | Brian Anderson | -79/+122 |
| 2013-04-29 | rustc: Change At to Managed and Uniq to Owned | Tim Chevalier | -7/+7 |
| 2013-04-29 | libstd: Fix merge fallout. | Patrick Walton | -18/+14 |
| 2013-04-29 | librustc: Fix merge fallout. | Patrick Walton | -0/+2 |
| 2013-04-29 | test: Fix more tests. | Patrick Walton | -6/+6 |
| 2013-04-29 | librustc: Forbid type implementations on typedefs. | Patrick Walton | -84/+193 |
| 2013-04-29 | librustc: Change labels to use the lifetime notation `'`. | Patrick Walton | -37/+76 |
| 2013-04-29 | test: Fix tests. | Patrick Walton | -189/+113 |
| 2013-04-29 | librustc: Remove the concept of modes from the compiler. | Patrick Walton | -1083/+557 |
| 2013-04-29 | librustc: Make `&fn` by-copy by default and remove the mode from `frame_addre... | Patrick Walton | -9/+4 |
| 2013-04-29 | test: Remove #[legacy_modes] from the test suite. | Patrick Walton | -51/+28 |
| 2013-04-29 | libfuzzer: De-mode the fuzzer. | Patrick Walton | -131/+170 |
| 2013-04-29 | librustc: Remove the legacy mode in the type visitor intrinsic. | Patrick Walton | -4/+9 |
| 2013-04-29 | librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsic | Patrick Walton | -97/+79 |
| 2013-04-29 | librustc: Implement `reinterpret_cast` in terms of `transmute`. | Patrick Walton | -1/+84 |
| 2013-04-29 | librustc: Remove `ptr::addr_of`. | Patrick Walton | -300/+276 |
| 2013-04-29 | Revert "libcore: remove unnecessary deref" | Tim Chevalier | -1/+1 |
| 2013-04-29 | auto merge of #6110 : bjz/rust/numeric-traits, r=pcwalton | bors | -258/+380 |
| 2013-04-29 | core: Replace uses of 'drop' in task module with 'finally'. #5379 | Brian Anderson | -56/+21 |
| 2013-04-29 | auto merge of #6099 : danluu/rust/xfail_clone, r=catamorphism | bors | -31/+20 |
| 2013-04-29 | Revert "Merge Exponential and Hyperbolic traits" | Brendan Zabarauskas | -5/+11 |
| 2013-04-29 | Merge Exponential and Hyperbolic traits | Brendan Zabarauskas | -11/+5 |
| 2013-04-29 | auto merge of #6083 : jbclements/rust/parser-cleanup, r=jbclements | bors | -545/+889 |
| 2013-04-29 | Rename 'divisible_by' method to 'is_multiple_of', add tests for 'is_odd' and ... | Brendan Zabarauskas | -7/+69 |
| 2013-04-28 | add test case for enum disambiguation | John Clements | -0/+16 |
| 2013-04-28 | fix typo in librstpkg tests, allowed by old parser | John Clements | -1/+1 |
| 2013-04-29 | Implement Fractional for Ratio | Brendan Zabarauskas | -0/+18 |
| 2013-04-29 | Move appropriate functions out of Real and into separate Algebraic, Trigonome... | Brendan Zabarauskas | -251/+293 |
| 2013-04-29 | libstd: modify wrong shift width. | gifnksm | -1/+2 |
| 2013-04-29 | libstd: remove implicit copying of BigInt/BigUint | gifnksm | -20/+37 |
| 2013-04-28 | core: Use a better termination condition in os::mkdir_recursive | Tim Chevalier | -22/+79 |
| 2013-04-28 | core: Document core::path::GenericPath's trait methods | Tim Chevalier | -0/+40 |
| 2013-04-29 | Adds '--print-link-args' that outputs linker arguments that would be used | James Miller | -80/+114 |
| 2013-04-28 | make way for a new iter module | Daniel Micay | -517/+625 |