about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-07-10Refactored int/uint range code in preparation for change to range_rev semantics.Felix S. Klock II-33/+381
2013-07-09auto merge of #7265 : brson/rust/io-upstream, r=brsonbors-2089/+5646
2013-07-09std::rt: Ignore 0-byte udp readsBrian Anderson-0/+7
2013-07-09std::rt: Do local tests in a bare thread to not interfere with the schedulerBrian Anderson-21/+30
2013-07-09auto merge of #7657 : thestinger/rust/rollup, r=thestingerbors-26/+98
2013-07-09rt: Make the old rand builtins work with newschedBrian Anderson-11/+5
2013-07-09Require `extern "Rust" fn main()` exactlyAlex Crichton-15/+27
2013-07-09rm silly compile-fail testDaniel Micay-14/+0
2013-07-09Fix typo in docs for MutableCloneableVectorKevin Ballard-1/+1
2013-07-09bright white for the message, similar to clangLenny222-1/+1
2013-07-09Impl Not for boolBrendan Zabarauskas-0/+25
2013-07-09std: Implement `Iterator::size_hint` method for `Option` iteratorsAndrew Paseltiner-0/+50
2013-07-09remove the unused exchange_malloc `align` parameterDaniel Micay-4/+3
2013-07-09auto merge of #7117 : jensnockert/rust/freestanding, r=cmrbors-364/+169
2013-07-09std: Make os::set_exit_status work with newschedBrian Anderson-3/+57
2013-07-09std::rt: size_t, not u64Brian Anderson-2/+2
2013-07-09auto merge of #7528 : indutny/rust/feature/memory-api, r=cmrbors-9/+829
2013-07-10Do indentation properly in Vim.Chris Morgan-3/+129
2013-07-10Add a Vim filetype plugin with useful tweaks.Chris Morgan-0/+25
2013-07-10A few slight tweaks to the Vim syntax file.Chris Morgan-11/+19
2013-07-09os: introduce cross-platform MemoryMap bindingsFedor Indutny-4/+358
2013-07-09auto merge of #7614 : MarkJr94/rust/smallintmap_enum, r=huonwbors-0/+287
2013-07-08auto merge of #7578 : alexcrichton/rust/overflow, r=thestingerbors-1/+14
2013-07-08auto merge of #7262 : nikomatsakis/rust/ref-bindings-in-irrefut-patterns, r=c...bors-697/+1141
2013-07-08std: Add a yield implementation for newschedBrian Anderson-4/+19
2013-07-08TidyBrian Anderson-14/+16
2013-07-08Merge remote-tracking branch 'mozilla/master'Brian Anderson-5715/+5097
2013-07-08auto merge of #7612 : thestinger/rust/utf8, r=huonwbors-23/+3
2013-07-08Merge remote-tracking branch 'anasazi/io'Brian Anderson-686/+1671
2013-07-08std::rt: Add a hack to allocate different test port ranges to different botsBrian Anderson-6/+48
2013-07-08auto merge of #7608 : glinscott/rust/json_perf, r=pcwaltonbors-8/+30
2013-07-08changed .each() to .iter().advance()Eric Reed-10/+10
2013-07-08renamed finalize to drop in Drop impl for UvUdpSocketEric Reed-1/+1
2013-07-08Merge remote-tracking branch 'upstream/io' into ioEric Reed-17026/+23005
2013-07-08auto merge of #7577 : brson/rust/vers, r=cmrbors-12/+12
2013-07-08And I forgot to run the benchmarks after rebasingJens Nockert-10/+7
2013-07-08Correct merge errorsNiko Matsakis-20/+24
2013-07-08Correct match-drop-strs-issue-4541 when used in check-fastNiko Matsakis-1/+2
2013-07-08Correct illegal pattern in windows-only codeNiko Matsakis-2/+2
2013-07-08Correct merge failuresNiko Matsakis-85/+34
2013-07-08Add llvm instrumentationNiko Matsakis-0/+2
2013-07-08Move stats into an @mut statsNiko Matsakis-2/+2
2013-07-08Fix pretty printer, which was ignoring `ref` in irrefutable patternsNiko Matsakis-41/+26
2013-07-08Patch up some new errors from rustpkgNiko Matsakis-10/+10
2013-07-08Address nits by @catamorphismNiko Matsakis-9/+5
2013-07-08This assert does not necessarily hold; sometimes we temporarily increase ref-...Niko Matsakis-2/+2
2013-07-08Miscellaneous fixes and cleanupNiko Matsakis-5/+6
2013-07-08Modify borrow checker to visit irrefutable patterns that appear inNiko Matsakis-151/+249
2013-07-08Update trans to use type to decide when to move, not the moves table (simplerNiko Matsakis-275/+387
2013-07-08Make all allocas named so we can see where they originateNiko Matsakis-46/+60