about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-11-30Don't run cleanups twice in "if true" blocksAlex Crichton-7/+31
2013-11-29auto merge of #10719 : Kimundi/rust/switch_to_multi_item_macros, r=alexcrichtonbors-256/+244
2013-11-29Implement a lock-free work-stealing dequeAlex Crichton-141/+723
2013-11-29Removed module macro workaround for signed and unsigned integersMarvin Löbel-57/+93
2013-11-29Removed useless cmp::{min, max} reexports from the integer modulesMarvin Löbel-20/+14
2013-11-29auto merge of #10697 : pcwalton/rust/path-new, r=pcwaltonbors-547/+552
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-547/+552
2013-11-29Removed some dead code.Felix S. Klock II-11/+1
2013-11-29Removed a few macro-expanding-to-module workaroundsMarvin Löbel-185/+143
2013-11-28Fix initial debug statements printing twiceAlex Crichton-5/+43
2013-11-28auto merge of #10709 : alexcrichton/rust/snapshot, r=pcwaltonbors-1325/+1278
2013-11-28Register new snapshotsAlex Crichton-1325/+1278
2013-11-28shootout-spectralnorm resurection with parallelizationGuillaume Pinot-31/+66
2013-11-28auto merge of #10519 : nikomatsakis/rust/issue-8624-borrowck-overly-permissiv...bors-154/+583
2013-11-28Test that reborrowing contents of an `&'a mut &'b mut` pointer can onlyNiko Matsakis-105/+278
2013-11-28Modify iterators to make them safe with the new rules.Niko Matsakis-49/+111
2013-11-27auto merge of #10694 : klutzy/rust/rustdoc-closure, r=alexcrichtonbors-19/+23
2013-11-27auto merge of #10691 : g3xzh/rust/benchm, r=cmrbors-0/+86
2013-11-27auto merge of #10687 : alexcrichton/rust/issue-10686, r=thestingerbors-248/+227
2013-11-27auto merge of #10621 : Florob/rust/unicode63, r=cmrbors-671/+1336
2013-11-27auto merge of #10642 : cmr/rust/strict_doccomment, r=alexcrichtonbors-6/+22
2013-11-27Be more strict about doc commentsCorey Richardson-6/+22
2013-11-27Fix handling of upper/lowercase, and whitespaceFlorian Zeitz-29/+689
2013-11-27Update Unicode data to version 6.3Florian Zeitz-644/+649
2013-11-27Update unicode.py to reflect language changesFlorian Zeitz-5/+5
2013-11-27auto merge of #10680 : alexcrichton/rust/relax-feature-gate, r=thestingerbors-5/+34
2013-11-27Use the native tls implementation on androidAlex Crichton-248/+227
2013-11-27auto merge of #10685 : ebiggers/rust/ascii_fixes, r=alexcrichtonbors-2/+11
2013-11-27auto merge of #10662 : alexcrichton/rust/thread-detach, r=pcwaltonbors-75/+208
2013-11-27Relax restrictions on unknown feature directivesAlex Crichton-5/+34
2013-11-27Improve the rt::thread moduleAlex Crichton-62/+154
2013-11-28rustdoc: Use new ||/proc syntaxklutzy-19/+23
2013-11-27auto merge of #10693 : eddyb/rust/freeze-ast, r=thestingerbors-14/+25
2013-11-27std::ascii: Add tests for is_digit() and is_control()Eric Biggers-0/+9
2013-11-27Freeze the AST by removing a couple of unused @mut ~[T] from token_tree.Eduard Burtescu-14/+25
2013-11-27auto merge of #10684 : jld/rust/unstruct-unhack-typekind, r=alexcrichtonbors-0/+40
2013-11-27auto merge of #10688 : bjz/rust/recv_iter, r=brsonbors-3/+84
2013-11-27Add benchmark tests to path/posixg3xzh-0/+86
2013-11-26auto merge of #10670 : eddyb/rust/node-u32, r=alexcrichtonbors-78/+74
2013-11-26Clean up statically initialized data on shutdownAlex Crichton-14/+55
2013-11-27Add an iterator for receiving messages from GenericPortsBrendan Zabarauskas-3/+84
2013-11-27Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64.Eduard Burtescu-78/+74
2013-11-26auto merge of #10679 : alexcrichton/rust/no-routine, r=pcwaltonbors-50/+5
2013-11-26std::ascii: Fix is_digit() and is_control()Eric Biggers-2/+2
2013-11-26Remove enum struct return workaround from LLVM bindings.Jed Davis-0/+40
2013-11-26auto merge of #10677 : jld/rust/type-enum-discrim-rm, r=alexcrichtonbors-4/+0
2013-11-26Remove unused std::routineAlex Crichton-50/+5
2013-11-26auto merge of #10649 : sfackler/rust/multi-macro, r=alexcrichtonbors-128/+328
2013-11-26Clean up SmallVector use a bitSteven Fackler-108/+38
2013-11-26Support multiple item macrosSteven Fackler-124/+180