about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-07-26syntax: fix span for obsolete extern visibility errorPhilipp Brüschweiler-1/+11
2013-07-26auto merge of #8037 : graydon/rust/issue-6416, r=cmrbors-9/+24
2013-07-26auto merge of #8031 : graydon/rust/emacs-mode-rewrite, r=catamorphismbors-557/+209
2013-07-26libstd: Tests for {peer, socket}_name.Luqman Aden-0/+86
2013-07-25Allow linking against crates with #[no_std]Alex Crichton-2/+64
2013-07-25libstd: Implement some missing udp methods.Luqman Aden-21/+139
2013-07-25libstd: Implement some missing tcp methods.Luqman Aden-15/+72
2013-07-25libstd: Add ToStr impl for IpAddr.Luqman Aden-0/+42
2013-07-25Added default impls for container methodsSteven Fackler-76/+13
2013-07-25debuginfo: Fixed a few things for PR.Michael Woerister-30/+51
2013-07-25auto merge of #8030 : thestinger/rust/iterator, r=huonwbors-41/+1
2013-07-25Warn about unused RUST_LOG specsKeegan McAllister-6/+7
2013-07-25libstd: Get rid of duplication in {peer, socket}_name and remove extra *.Luqman Aden-103/+49
2013-07-25auto merge of #8029 : emillon/rust/issue-6804, r=cmrbors-1/+43
2013-07-25debuginfo: Minor cleanup now possible with new snapshot.Michael Woerister-9/+7
2013-07-25debuginfo: Support for destructured function arguments.Michael Woerister-7/+429
2013-07-25debuginfo: Support for function arguments. (WIP)Michael Woerister-67/+84
2013-07-25debuginfo: Implemented support for destructured locals.Michael Woerister-61/+236
2013-07-25Generate branchless code when "if" can be evaluated at compile timeBjörn Steinbrink-18/+14
2013-07-25NaN patterns: indicate that is_NaN is a methodEtienne Millon-3/+3
2013-07-25auto merge of #8027 : nikomatsakis/rust/issue-4846-multiple-lifetime-paramete...bors-179/+304
2013-07-25auto merge of #8026 : poiru/rust/issue-8024, r=alexcrichtonbors-4/+12
2013-07-25Make omission of impossible if-else branches work with constantsBjörn Steinbrink-32/+26
2013-07-25auto merge of #8015 : msullivan/rust/default-methods, r=nikomatsakisbors-630/+776
2013-07-25Add a function to check whether a ValueRef is a constantBjörn Steinbrink-0/+6
2013-07-25libstd: Handle IPv4-Mapped/Compatible IPv6 addresses.Luqman Aden-1/+30
2013-07-25libstd: Fix errors when rtdebug! is not a noop.Luqman Aden-5/+5
2013-07-25libstd: Implement {peer, socket}_name for new rt tcp & udp.Luqman Aden-113/+227
2013-07-25Added some more atomic operations.Gábor Horváth-2/+184
2013-07-25syntax: Fix #6416 by aborting on errors after test parse.Graydon Hoare-9/+24
2013-07-24Convert uses of transmute which don't need itAlex Crichton-18/+16
2013-07-24auto merge of #8000 : kemurphy/rust/enum-intvar, r=huonwbors-73/+79
2013-07-25Move/delete old tests that change behaviorKevin Murphy-18/+0
2013-07-24Add test for uint and negative literals as discriminantsKevin Murphy-0/+20
2013-07-24Allow uint discriminants and store them as suchKevin Murphy-55/+59
2013-07-24Fix vtable resolution for self to search supertraits. Closes #7661.Michael Sullivan-31/+85
2013-07-24auto merge of #7931 : blake2-ppc/rust/chain-mut-ref, r=pcwaltonbors-12/+23
2013-07-24rustpkg: Handle non-numeric versions; some cleanupTim Chevalier-69/+117
2013-07-24rustpkg: Clean up usage messages for installTim Chevalier-10/+7
2013-07-24rewrite rust-mode to use font-lock-mode and emacs builtin syntax analysisGraydon Hoare-557/+209
2013-07-24auto merge of #8006 : emillon/rust/issue-6060, r=pcwaltonbors-3/+3
2013-07-24rm default method lintDaniel Micay-39/+1
2013-07-24rm unused upcall_exchange_freeDaniel Micay-2/+0
2013-07-24Generalize NaN pattern detection using walk_patEtienne Millon-9/+19
2013-07-24Check for comparisons to NaN in patternsEtienne Millon-1/+33
2013-07-24Generalize the `ty::substs` struct so that it can representNiko Matsakis-179/+304
2013-07-24auto merge of #7996 : erickt/rust/cleanup-strs, r=ericktbors-466/+380
2013-07-24Implement std::num::Zero for boolBirunthan Mohanathas-4/+12
2013-07-24std: str.as_bytes_with_null_consume() => str.to_bytes_with_null()Erick Tryzelaar-1/+1
2013-07-24auto merge of #7997 : omasanori/rust/cleanup, r=cmrbors-2/+0