| Age | Commit message (Expand) | Author | Lines |
| 2013-01-29 | librustc: Disallow trait bounds in types, enumerations, and structure definit... | Patrick Walton | -5/+289 |
| 2013-01-29 | libstd: Remove "dual impls" from the language and enforce coherence rules. r=... | Patrick Walton | -2/+1 |
| 2013-01-28 | core: Allow legacy records in in a few modules | Tim Chevalier | -0/+3 |
| 2013-01-25 | Merge remote-tracking branch 'brson/nocommupstream' | Brian Anderson | -0/+10 |
| 2013-01-24 | Fix another typo | Erick Tryzelaar | -1/+1 |
| 2013-01-24 | Convert pipes::Buffer into a struct | Erick Tryzelaar | -0/+29 |
| 2013-01-24 | Convert core::pipes::{Packet,Chan_,Port_} into structs | Erick Tryzelaar | -9/+13 |
| 2013-01-24 | librustc: Make C functions unsafe | Patrick Walton | -3/+9 |
| 2013-01-23 | core: Add new weak task API | Brian Anderson | -0/+10 |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -40/+50 |
| 2013-01-18 | core: Allow set_buffer_ to be referred to as set-buffer | Tim Chevalier | -2/+5 |
| 2013-01-15 | Swap return value order in pipes::oneshot Issue #4496 | Nick Desaulniers | -2/+3 |
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -30/+58 |
| 2013-01-10 | core: Change XXXs into proper FIXMEs with issue numbers | Tim Chevalier | -1/+1 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -1/+6 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -6/+1 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -1/+6 |
| 2012-12-27 | librustc: Fix the test runner, the condition system, and core test. rs=bustage | Patrick Walton | -0/+3 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -0/+7 |
| 2012-12-18 | core: use movable self to clean up option/result. | Erick Tryzelaar | -2/+2 |
| 2012-12-13 | Rename Send trait to Owned | Brian Anderson | -64/+65 |
| 2012-12-11 | Reverse the order of the results of pipes::stream | Tim Chevalier | -6/+6 |
| 2012-12-10 | core: Fix capitalization in docs | Brian Anderson | -2/+2 |
| 2012-12-10 | Minor cleanups to pipes and serialization | Brian Anderson | -18/+30 |
| 2012-12-04 | librustc: Implement moves based on type. r=nmatsakis | Patrick Walton | -3/+3 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-29 | impls of traits cannot define methods on the anonymous trait | Brian Anderson | -9/+14 |
| 2012-11-29 | No longer parse the delimiters of the RHS of a macro as part of the expansion. | Paul Stansifer | -1/+1 |
| 2012-11-28 | Register snapshots | Brian Anderson | -10/+0 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+10 |
| 2012-11-02 | core: peek returns false for terminated pipes. Closes #3905 | Brian Anderson | -2/+14 |
| 2012-10-23 | Remove uses of binary move - <- - from tests and libraries | Tim Chevalier | -3/+3 |
| 2012-10-20 | Remove old fixed-length vector syntax | Ben Striegel | -2/+2 |
| 2012-10-12 | Make moves explicit in core tests | Tim Chevalier | -4/+10 |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -2/+2 |
| 2012-10-04 | Forbid deprecated modes again in core | Tim Chevalier | -1/+2 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -34/+34 |
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -9/+9 |
| 2012-09-28 | Add a demoded version of ptr::addr_of | Tim Chevalier | -8/+8 |
| 2012-09-28 | Fix benchmarks. | Graydon Hoare | -1/+1 |
| 2012-09-28 | core: Demode patterns | Brian Anderson | -4/+4 |
| 2012-09-28 | Finish de-exporting send_map, future, pipes. Part of #3583. | Graydon Hoare | -7/+4 |
| 2012-09-28 | demode vec | Niko Matsakis | -2/+2 |
| 2012-09-27 | Register snapshots | Brian Anderson | -15/+0 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -1/+1 |
| 2012-09-26 | libcore: De-export logging and pipes | Patrick Walton | -71/+51 |
| 2012-09-25 | Demode pipes::set_buffer | Tim Chevalier | -1/+1 |
| 2012-09-25 | use + mode for (almost) everything when not using legacy modes | Niko Matsakis | -5/+20 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -9/+0 |
| 2012-09-23 | Make it illegal to use modes in a fn signature with providing | Niko Matsakis | -2/+2 |