| Age | Commit message (Expand) | Author | Lines |
| 2013-09-04 | auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonw | bors | -53/+262 |
| 2013-09-05 | Add an ``unreachable!()`` macro. | Chris Morgan | -0/+30 |
| 2013-09-04 | Improve name mangling for gdb | Alex Crichton | -58/+99 |
| 2013-09-05 | str: rm `map_chars`, replaced by iterators | Daniel Micay | -11/+0 |
| 2013-09-04 | auto merge of #8944 : alexcrichton/rust/issue-8938, r=huonw | bors | -0/+14 |
| 2013-09-05 | Add from_str docs | Corey Richardson | -0/+1 |
| 2013-09-05 | Add a from_str function that calls out to the associated method on the trait | Corey Richardson | -0/+5 |
| 2013-09-04 | auto merge of #8980 : thestinger/rust/bool, r=thestinger | bors | -21/+30 |
| 2013-09-04 | std::str: Deny surrogates in is_utf8 | blake2-ppc | -3/+12 |
| 2013-09-04 | forbid cast as bool | Daniel Micay | -18/+18 |
| 2013-09-04 | auto merge of #8986 : metajack/rust/rem-1866-xfail-comment, r=huonw | bors | -1/+0 |
| 2013-09-04 | Remove spurious comment in test for #1866. | Jack Moffitt | -1/+0 |
| 2013-09-04 | auto merge of #8978 : pnkfelix/rust/make-path-api-less-allocation-happy, r=huonw | bors | -48/+52 |
| 2013-09-05 | Implement Stream automatically for Reader + Writer | Chris Morgan | -0/+2 |
| 2013-09-05 | Fix #7740: gather_loans should not recur into the items of the block. | Felix S. Klock II | -3/+6 |
| 2013-09-04 | auto merge of #8977 : pnkfelix/rust/fsk-followup-on-6009-rebased, r=alexcrichton | bors | -20/+19 |
| 2013-09-04 | auto merge of #8935 : blake2-ppc/rust/reader-bytes, r=brson | bors | -1/+89 |
| 2013-09-04 | auto merge of #8880 : fhahn/rust/issue_8703, r=brson | bors | -189/+285 |
| 2013-09-04 | auto merge of #8855 : michaelwoerister/rust/captured_vars, r=jdm | bors | -232/+896 |
| 2013-09-04 | debuginfo: Fixed some merge fallout | Michael Woerister | -2/+2 |
| 2013-09-04 | auto merge of #8901 : adridu59/rust/issue-8511, r=huonw | bors | -1/+7 |
| 2013-09-04 | debuginfo: Much improved handling of captured variables and by-value arguments. | Michael Woerister | -62/+124 |
| 2013-09-04 | debuginfo: Fixed some merge fallout | Michael Woerister | -9/+9 |
| 2013-09-04 | debuginfo: Always copy args to allocas if debuginfo is enabled | Michael Woerister | -12/+10 |
| 2013-09-04 | debuginfo: Added test cases for structs, tuples, enums, etc passed by value. | Michael Woerister | -63/+206 |
| 2013-09-04 | debuginfo: Support for by-value arguments (still excluding some cases of self... | Michael Woerister | -5/+99 |
| 2013-09-04 | debuginfo: Support for variables captured in closures and closure type descri... | Michael Woerister | -192/+559 |
| 2013-09-04 | Another followup on #6009. | Felix S. Klock II | -1/+2 |
| 2013-09-04 | libstd/os: set tmp dir to /data/tmp on Android | adridu59 | -1/+7 |
| 2013-09-04 | auto merge of #8966 : FlaPer87/rust/issue/7473, r=bblum | bors | -56/+131 |
| 2013-09-04 | auto merge of #8956 : thestinger/rust/test, r=huonw | bors | -0/+25 |
| 2013-09-04 | Convert rust_log.cpp to Rust, closes #8703 | Florian Hahn | -189/+285 |
| 2013-09-04 | stop treating char as an integer type | Daniel Micay | -215/+227 |
| 2013-09-04 | add test for tydesc name | Daniel Micay | -0/+25 |
| 2013-09-04 | Update clients of path.rs to use new API. | Felix S. Klock II | -23/+27 |
| 2013-09-04 | Revise path.rs API to not allocate ~str so much. | Felix S. Klock II | -25/+25 |
| 2013-09-04 | auto merge of #8976 : alexcrichton/rust/issue-5425, r=pnkfelix | bors | -0/+4 |
| 2013-09-04 | auto merge of #8960 : Kimundi/rust/master, r=alexcrichton | bors | -1/+27 |
| 2013-09-04 | Don't die with an ICE on a blank library name | Alex Crichton | -0/+4 |
| 2013-09-04 | Make non-pub condition! expand to non-pub mod. Fix #6009. | Felix S. Klock II | -2/+1 |
| 2013-09-04 | Added explicit pub to several conditions. Enables completion of #6009. | Felix S. Klock II | -17/+16 |
| 2013-09-04 | auto merge of #8951 : chris-morgan/rust/vim-update-highlighting, r=alexcrichton | bors | -35/+89 |
| 2013-09-04 | Use MuextArc and RWArc in docstrings | Flaper Fesp | -5/+5 |
| 2013-09-03 | auto merge of #8950 : sanxiyn/rust/cross-xfail, r=brson | bors | -4/+23 |
| 2013-09-03 | Raise errors on format strings with unmatched `}` | Alex Crichton | -0/+14 |
| 2013-09-03 | auto merge of #8943 : alexcrichton/rust/issue-8904, r=brson | bors | -2/+13 |
| 2013-09-03 | auto merge of #8942 : novalis/rust/fmt, r=alexcrichton | bors | -0/+13 |
| 2013-09-03 | Test and document escaping on format!() | novalis | -0/+13 |
| 2013-09-04 | Silence fo+=j error for users of Vim < 7.3.541. | Chris Morgan | -1/+3 |
| 2013-09-03 | auto merge of #8963 : jmgrosen/rust/issue-8881, r=alexcrichton | bors | -10/+23 |