| Age | Commit message (Expand) | Author | Lines |
| 2014-01-27 | auto merge of #11846 : michaelwoerister/rust/cu_name, r=pcwalton | bors | -0/+27 |
| 2014-01-27 | auto merge of #11595 : eddyb/rust/env-et-self-no-more, r=nikomatsakis | bors | -27/+96 |
| 2014-01-27 | debuginfo: Fix name attribute for DWARF compile units | Michael Woerister | -0/+27 |
| 2014-01-27 | Feature gate trace_macros. | xales | -0/+16 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -27/+96 |
| 2014-01-27 | auto merge of #11834 : huonw/rust/deriving-spans, r=alexcrichton | bors | -28/+781 |
| 2014-01-27 | Add autogenerated tests for the spans of various derived traits. | Huon Wilson | -28/+781 |
| 2014-01-26 | auto merge of #11817 : salemtalha/rust/master, r=brson | bors | -4/+4 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -4/+4 |
| 2014-01-26 | Fix privacy fallout from previous change | Alex Crichton | -28/+28 |
| 2014-01-26 | Change private structs to have private fields by default | Alex Crichton | -0/+70 |
| 2014-01-26 | auto merge of #11762 : alexcrichton/rust/guard_pages, r=alexcrichton | bors | -2/+32 |
| 2014-01-25 | auto merge of #11803 : sfackler/rust/simple-mac, r=brson | bors | -2/+2 |
| 2014-01-25 | Simplify and rename macro API | Steven Fackler | -2/+2 |
| 2014-01-25 | Uppercase numeric constants | Chris Wong | -10/+10 |
| 2014-01-24 | Add benchmarks | Corey Richardson | -0/+30 |
| 2014-01-24 | Update task-perf-one-million | Corey Richardson | -2/+2 |
| 2014-01-24 | Move macro_rules! macros to libstd | Steven Fackler | -3/+1 |
| 2014-01-24 | auto merge of #11742 : eminence/rust/dylib-test-fix, r=alexcrichton | bors | -0/+5 |
| 2014-01-23 | auto merge of #11718 : ktt3ja/rust/borrowck-error-msg, r=brson | bors | -3/+34 |
| 2014-01-23 | Update flip() to be rev(). | Sean Chalmers | -3/+3 |
| 2014-01-23 | Rename Invert to Flip - Issue 10632 | Sean Chalmers | -3/+3 |
| 2014-01-23 | Make some borrow checker errors more user friendly | Kiet Tran | -3/+34 |
| 2014-01-22 | Set LD_LIBRARY_PATH on linux for c-dynamic-dylib test | Andrew Chin | -0/+5 |
| 2014-01-22 | Add some tests for the exponential notation | SiegeLord | -1/+43 |
| 2014-01-23 | Allow trailing commas in argument lists and tuple patterns | Seo Sanghyeon | -0/+16 |
| 2014-01-21 | xfail another external macro test on android | Brian Anderson | -0/+1 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -6/+6 |
| 2014-01-21 | [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be... | Simon Sapin | -1/+1 |
| 2014-01-21 | [std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behavior | Simon Sapin | -1/+1 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -2/+2 |
| 2014-01-21 | [std::vec] Rename .last_opt() to .last(), drop the old .last() behavior | Simon Sapin | -1/+1 |
| 2014-01-21 | Remove unnecessary parentheses. | Huon Wilson | -4/+4 |
| 2014-01-21 | rustc: add lint for parens in if, while, match and return. | Huon Wilson | -0/+25 |
| 2014-01-21 | auto merge of #11699 : alexcrichton/rust/snapshot, r=huonw | bors | -1/+1 |
| 2014-01-21 | auto merge of #11687 : sfackler/rust/macro-export-inner-crate, r=alexcrichton | bors | -0/+40 |
| 2014-01-20 | auto merge of #11662 : alexcrichton/rust/faster-parens, r=huonw | bors | -0/+25 |
| 2014-01-20 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-01-20 | auto merge of #11653 : alexcrichton/rust/issue-11647, r=luqmana | bors | -0/+32 |
| 2014-01-20 | Fix a pathological const checking case | Alex Crichton | -0/+25 |
| 2014-01-20 | Don't emit landing pads with -Z no-landing-pads | Alex Crichton | -0/+32 |
| 2014-01-20 | auto merge of #11664 : bjz/rust/identities, r=alexcrichton | bors | -33/+51 |
| 2014-01-20 | Scan the entire crate for exported macros | Steven Fackler | -0/+40 |
| 2014-01-20 | auto merge of #11661 : huonw/rust/fixed-length-instantiation, r=thestinger | bors | -0/+26 |
| 2014-01-20 | auto merge of #11660 : sfackler/rust/quote-unused-sp, r=huonw | bors | -0/+24 |
| 2014-01-20 | auto merge of #11656 : brson/rust/omgandroid, r=cmr | bors | -0/+3 |
| 2014-01-20 | Add operator trait constraints to std::num::{Zero, One} and document their ap... | Brendan Zabarauskas | -33/+51 |
| 2014-01-19 | auto merge of #11644 : huonw/rust/less-fatality, r=cmr | bors | -0/+48 |
| 2014-01-19 | auto merge of #11628 : alexcrichton/rust/issue-11593, r=brson | bors | -8/+40 |
| 2014-01-19 | rustc: check instantiability of fixed length vectors properly. | Huon Wilson | -0/+26 |