| Age | Commit message (Expand) | Author | Lines |
| 2013-07-26 | syntax: fix span for obsolete extern visibility error | Philipp Brüschweiler | -1/+11 |
| 2013-07-26 | auto merge of #8037 : graydon/rust/issue-6416, r=cmr | bors | -9/+24 |
| 2013-07-26 | auto merge of #8031 : graydon/rust/emacs-mode-rewrite, r=catamorphism | bors | -557/+209 |
| 2013-07-26 | libstd: Tests for {peer, socket}_name. | Luqman Aden | -0/+86 |
| 2013-07-25 | Allow linking against crates with #[no_std] | Alex Crichton | -2/+64 |
| 2013-07-25 | libstd: Implement some missing udp methods. | Luqman Aden | -21/+139 |
| 2013-07-25 | libstd: Implement some missing tcp methods. | Luqman Aden | -15/+72 |
| 2013-07-25 | libstd: Add ToStr impl for IpAddr. | Luqman Aden | -0/+42 |
| 2013-07-25 | Added default impls for container methods | Steven Fackler | -76/+13 |
| 2013-07-25 | debuginfo: Fixed a few things for PR. | Michael Woerister | -30/+51 |
| 2013-07-25 | auto merge of #8030 : thestinger/rust/iterator, r=huonw | bors | -41/+1 |
| 2013-07-25 | Warn about unused RUST_LOG specs | Keegan McAllister | -6/+7 |
| 2013-07-25 | libstd: Get rid of duplication in {peer, socket}_name and remove extra *. | Luqman Aden | -103/+49 |
| 2013-07-25 | auto merge of #8029 : emillon/rust/issue-6804, r=cmr | bors | -1/+43 |
| 2013-07-25 | debuginfo: Minor cleanup now possible with new snapshot. | Michael Woerister | -9/+7 |
| 2013-07-25 | debuginfo: Support for destructured function arguments. | Michael Woerister | -7/+429 |
| 2013-07-25 | debuginfo: Support for function arguments. (WIP) | Michael Woerister | -67/+84 |
| 2013-07-25 | debuginfo: Implemented support for destructured locals. | Michael Woerister | -61/+236 |
| 2013-07-25 | Generate branchless code when "if" can be evaluated at compile time | Björn Steinbrink | -18/+14 |
| 2013-07-25 | NaN patterns: indicate that is_NaN is a method | Etienne Millon | -3/+3 |
| 2013-07-25 | auto merge of #8027 : nikomatsakis/rust/issue-4846-multiple-lifetime-paramete... | bors | -179/+304 |
| 2013-07-25 | auto merge of #8026 : poiru/rust/issue-8024, r=alexcrichton | bors | -4/+12 |
| 2013-07-25 | Make omission of impossible if-else branches work with constants | Björn Steinbrink | -32/+26 |
| 2013-07-25 | auto merge of #8015 : msullivan/rust/default-methods, r=nikomatsakis | bors | -630/+776 |
| 2013-07-25 | Add a function to check whether a ValueRef is a constant | Björn Steinbrink | -0/+6 |
| 2013-07-25 | libstd: Handle IPv4-Mapped/Compatible IPv6 addresses. | Luqman Aden | -1/+30 |
| 2013-07-25 | libstd: Fix errors when rtdebug! is not a noop. | Luqman Aden | -5/+5 |
| 2013-07-25 | libstd: Implement {peer, socket}_name for new rt tcp & udp. | Luqman Aden | -113/+227 |
| 2013-07-25 | Added some more atomic operations. | Gábor Horváth | -2/+184 |
| 2013-07-25 | syntax: Fix #6416 by aborting on errors after test parse. | Graydon Hoare | -9/+24 |
| 2013-07-24 | Convert uses of transmute which don't need it | Alex Crichton | -18/+16 |
| 2013-07-24 | auto merge of #8000 : kemurphy/rust/enum-intvar, r=huonw | bors | -73/+79 |
| 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 | Allow uint discriminants and store them as such | Kevin Murphy | -55/+59 |
| 2013-07-24 | Fix vtable resolution for self to search supertraits. Closes #7661. | Michael Sullivan | -31/+85 |
| 2013-07-24 | auto merge of #7931 : blake2-ppc/rust/chain-mut-ref, r=pcwalton | bors | -12/+23 |
| 2013-07-24 | rustpkg: Handle non-numeric versions; some cleanup | Tim Chevalier | -69/+117 |
| 2013-07-24 | rustpkg: Clean up usage messages for install | Tim Chevalier | -10/+7 |
| 2013-07-24 | rewrite rust-mode to use font-lock-mode and emacs builtin syntax analysis | Graydon Hoare | -557/+209 |
| 2013-07-24 | auto merge of #8006 : emillon/rust/issue-6060, r=pcwalton | bors | -3/+3 |
| 2013-07-24 | rm default method lint | Daniel Micay | -39/+1 |
| 2013-07-24 | rm unused upcall_exchange_free | Daniel Micay | -2/+0 |
| 2013-07-24 | Generalize NaN pattern detection using walk_pat | Etienne Millon | -9/+19 |
| 2013-07-24 | Check for comparisons to NaN in patterns | Etienne Millon | -1/+33 |
| 2013-07-24 | Generalize the `ty::substs` struct so that it can represent | Niko Matsakis | -179/+304 |
| 2013-07-24 | auto merge of #7996 : erickt/rust/cleanup-strs, r=erickt | bors | -466/+380 |
| 2013-07-24 | Implement std::num::Zero for bool | Birunthan Mohanathas | -4/+12 |
| 2013-07-24 | std: str.as_bytes_with_null_consume() => str.to_bytes_with_null() | Erick Tryzelaar | -1/+1 |
| 2013-07-24 | auto merge of #7997 : omasanori/rust/cleanup, r=cmr | bors | -2/+0 |