| Age | Commit message (Expand) | Author | Lines |
| 2013-07-28 | Add support for `..base` on static struct initializers. | Kevin Mehall | -0/+25 |
| 2013-07-28 | auto merge of #8069 : erickt/rust/maikklein, r=erickt | bors | -10/+9 |
| 2013-07-27 | core: correct the casing of result::{Ok,Err} in the docs | Erick Tryzelaar | -1/+1 |
| 2013-07-27 | to_either + fixes | Erick Tryzelaar | -9/+8 |
| 2013-07-27 | Change concurrency primitives to standard naming conventions | Steven Stewart-Gallus | -39/+39 |
| 2013-07-27 | auto merge of #7864 : brson/rust/start-on-main-thread, r=brson | bors | -0/+21 |
| 2013-07-27 | std::rt: Add start_on_main_thread function | Brian Anderson | -0/+21 |
| 2013-07-27 | auto merge of #8078 : luqmana/rust/gst, r=Aatch | bors | -0/+21 |
| 2013-07-27 | auto merge of #8060 : Blei/rust/fix-obsolete-extern-visibility-span, r=pcwalton | bors | -0/+10 |
| 2013-07-27 | auto merge of #8045 : michaelwoerister/rust/destructuring, r=jdm | bors | -6/+611 |
| 2013-07-27 | Add test for #5917. | Luqman Aden | -0/+21 |
| 2013-07-26 | auto merge of #8001 : crnobog/rust/xfail-win32-7999, r=cmr | bors | -0/+4 |
| 2013-07-26 | auto merge of #8050 : msullivan/rust/cleanup, r=graydon | bors | -6/+6 |
| 2013-07-26 | auto merge of #7986 : alexcrichton/rust/raw-repr, r=brson | bors | -2/+2 |
| 2013-07-26 | Improve the camel case warning a bit. | Michael Sullivan | -6/+6 |
| 2013-07-26 | Consolidate raw representations of rust values | Alex Crichton | -2/+2 |
| 2013-07-26 | syntax: fix span for obsolete extern visibility error | Philipp Brüschweiler | -0/+10 |
| 2013-07-25 | Allow linking against crates with #[no_std] | Alex Crichton | -0/+59 |
| 2013-07-25 | debuginfo: Fixed a few things for PR. | Michael Woerister | -13/+19 |
| 2013-07-25 | auto merge of #8030 : thestinger/rust/iterator, r=huonw | bors | -10/+1 |
| 2013-07-25 | auto merge of #8029 : emillon/rust/issue-6804, r=cmr | bors | -0/+21 |
| 2013-07-25 | debuginfo: Support for destructured function arguments. | Michael Woerister | -0/+424 |
| 2013-07-25 | debuginfo: Support for function arguments. (WIP) | Michael Woerister | -3/+1 |
| 2013-07-25 | debuginfo: Implemented support for destructured locals. | Michael Woerister | -5/+182 |
| 2013-07-25 | NaN patterns: indicate that is_NaN is a method | Etienne Millon | -2/+2 |
| 2013-07-25 | auto merge of #8026 : poiru/rust/issue-8024, r=alexcrichton | bors | -0/+1 |
| 2013-07-25 | auto merge of #8015 : msullivan/rust/default-methods, r=nikomatsakis | bors | -14/+89 |
| 2013-07-25 | Move/delete old tests that change behavior | Kevin Murphy | -18/+0 |
| 2013-07-24 | Add test for uint and negative literals as discriminants | Kevin Murphy | -0/+20 |
| 2013-07-24 | Fix vtable resolution for self to search supertraits. Closes #7661. | Michael Sullivan | -0/+36 |
| 2013-07-24 | rm default method lint | Daniel Micay | -10/+1 |
| 2013-07-24 | Generalize NaN pattern detection using walk_pat | Etienne Millon | -0/+5 |
| 2013-07-24 | Check for comparisons to NaN in patterns | Etienne Millon | -0/+16 |
| 2013-07-24 | auto merge of #7996 : erickt/rust/cleanup-strs, r=erickt | bors | -12/+10 |
| 2013-07-24 | Implement std::num::Zero for bool | Birunthan Mohanathas | -0/+1 |
| 2013-07-24 | rc: Use ~T for allocation | blake2-ppc | -1/+1 |
| 2013-07-24 | fix compilation on macos/windows | Daniel Micay | -1/+1 |
| 2013-07-24 | Fix a crash when transmuting non-immediate to immediate types | Björn Steinbrink | -0/+18 |
| 2013-07-24 | fix fmt! usage | Daniel Micay | -1/+1 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/test/ | Birunthan Mohanathas | -103/+99 |
| 2013-07-24 | auto merge of #7992 : huonw/rust/un-xfail, r=z0w0 | bors | -9/+10 |
| 2013-07-24 | xfail tests that are currently failing on windows, reported in #7999 | crnobog | -0/+4 |
| 2013-07-24 | auto merge of #7987 : alexcrichton/rust/tests-for-closed-issues, r=huonw | bors | -0/+34 |
| 2013-07-23 | auto merge of #7958 : kemurphy/rust/link-section, r=alexcrichton | bors | -0/+34 |
| 2013-07-23 | Fix the issue-3979 tests and add a new test. | Michael Sullivan | -14/+53 |
| 2013-07-23 | clean up warnings | Erick Tryzelaar | -7/+5 |
| 2013-07-23 | std: remove str::to_owned and str::raw::slice_bytes_owned | Erick Tryzelaar | -2/+2 |
| 2013-07-23 | std: rename str.as_buf to as_imm_buf, add str.as_mut_buf | Erick Tryzelaar | -2/+2 |
| 2013-07-23 | std: move str::as_buf into StrSlice | Erick Tryzelaar | -2/+2 |
| 2013-07-23 | std: rename str.as_bytes_with_null_consume to str.to_bytes_with_null | Erick Tryzelaar | -1/+1 |