| Age | Commit message (Expand) | Author | Lines |
| 2014-01-27 | auto merge of #11834 : huonw/rust/deriving-spans, r=alexcrichton | bors | -165/+1051 |
| 2014-01-27 | std: reduce the generic code instantiated by fail!(). | Huon Wilson | -3/+18 |
| 2014-01-27 | As Either no longer exists, remove Either, Left, and Right from syntax files | Scott Lawrence | -9/+0 |
| 2014-01-27 | Add autogenerated tests for the spans of various derived traits. | Huon Wilson | -28/+912 |
| 2014-01-27 | syntax: improve the spans of some #[deriving] traits. | Huon Wilson | -137/+138 |
| 2014-01-26 | auto merge of #11823 : derekchiang/rust/fix-barrier-doc, r=alexcrichton | bors | -0/+1 |
| 2014-01-26 | auto merge of #11787 : alexcrichton/rust/refactor, r=brson | bors | -6/+12 |
| 2014-01-26 | Move extra::flate to libflate | Alex Crichton | -6/+12 |
| 2014-01-26 | auto merge of #11817 : salemtalha/rust/master, r=brson | bors | -119/+118 |
| 2014-01-26 | Changed tidy script to remove restriction on FIXME and to warn against XXX in... | Salem Talha | -3/+2 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -116/+116 |
| 2014-01-26 | Fix barrier docs | Derek Chiang | -0/+1 |
| 2014-01-26 | Fix privacy fallout from previous change | Alex Crichton | -49/+49 |
| 2014-01-26 | Change private structs to have private fields by default | Alex Crichton | -32/+136 |
| 2014-01-26 | syntax: Fix a missing closing code tag in docs. | Huon Wilson | -0/+1 |
| 2014-01-26 | auto merge of #11762 : alexcrichton/rust/guard_pages, r=alexcrichton | bors | -107/+284 |
| 2014-01-26 | Bring in the line-length police | Alex Crichton | -84/+114 |
| 2014-01-25 | auto merge of #11808 : huonw/rust/std-visible-types, r=brson | bors | -14/+16 |
| 2014-01-25 | auto merge of #11805 : brson/rust/smallerarenas, r=brson | bors | -2/+2 |
| 2014-01-26 | std,extra: Make some types public and other private. | Huon Wilson | -14/+16 |
| 2014-01-25 | auto merge of #11803 : sfackler/rust/simple-mac, r=brson | bors | -141/+72 |
| 2014-01-25 | Stop allocating so much in arena tests | Brian Anderson | -2/+2 |
| 2014-01-25 | Simplify and rename macro API | Steven Fackler | -141/+72 |
| 2014-01-25 | auto merge of #11725 : derekchiang/rust/add-barrier, r=alexcrichton | bors | -0/+95 |
| 2014-01-25 | Implement barrier. | Derek Chiang | -0/+95 |
| 2014-01-25 | auto merge of #11790 : lfairy/rust/rename-num-consts, r=alexcrichton | bors | -444/+444 |
| 2014-01-25 | auto merge of #11788 : salemtalha/rust/master, r=huonw | bors | -1/+2 |
| 2014-01-25 | auto merge of #11775 : alexcrichton/rust/select-fix, r=pcwalton | bors | -1/+4 |
| 2014-01-25 | Uppercase numeric constants | Chris Wong | -444/+444 |
| 2014-01-25 | Fixed iter's is_empty to use is_none() and added relevant test flag | Salem Talha | -1/+2 |
| 2014-01-25 | Fix some docs about rt | Derek Chiang | -3/+1 |
| 2014-01-24 | Fix zero-sized memory mapping | Corey Richardson | -5/+28 |
| 2014-01-24 | Add benchmarks | Corey Richardson | -0/+30 |
| 2014-01-24 | Update task-perf-one-million | Corey Richardson | -2/+2 |
| 2014-01-24 | Use `mmap` to map in task stacks and guard page | Corey Richardson | -58/+144 |
| 2014-01-24 | Add support for arbitrary flags to MemoryMap. | Corey Richardson | -7/+15 |
| 2014-01-24 | auto merge of #11774 : sfackler/rust/move-macros, r=pcwalton | bors | -271/+244 |
| 2014-01-24 | auto merge of #11772 : sanxiyn/rust/reexport, r=cmr | bors | -11/+6 |
| 2014-01-24 | Use an absolute path in test_process_output_fail_to_start | Andrew Chin | -1/+1 |
| 2014-01-24 | auto merge of #11748 : brson/rust/timerfdandroid, r=alexcrichton | bors | -1/+2 |
| 2014-01-24 | auto merge of #11732 : luqmana/rust/native-getaddrinfo, r=alexcrichton | bors | -100/+190 |
| 2014-01-24 | libnative: Avoid gai_strerror on windows. | Luqman Aden | -11/+28 |
| 2014-01-24 | libstd: Use iotest! for for get_host_addresses. | Luqman Aden | -41/+11 |
| 2014-01-24 | auto merge of #11744 : alexcrichton/rust/issue-5219, r=thestinger | bors | -3/+12 |
| 2014-01-24 | Fix a spuriously tripped assert in select() | Alex Crichton | -1/+4 |
| 2014-01-24 | Allow opting-out of rpath usage | Alex Crichton | -3/+12 |
| 2014-01-24 | auto merge of #11760 : dmac/rust/addressable-search, r=alexcrichton | bors | -3/+50 |
| 2014-01-24 | Delete ignore! macro | Steven Fackler | -3/+0 |
| 2014-01-24 | Move macro_rules! macros to libstd | Steven Fackler | -271/+247 |
| 2014-01-24 | auto merge of #11750 : bnoordhuis/rust/follow-rustc-symlink, r=thestinger | bors | -6/+42 |