about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-09-06update librustc to use name comparison in most cases, and mtwt_resolve compar...John Clements-114/+124
2013-09-06one-line commentJohn Clements-0/+1
2013-09-06add hygiene support fns, move them around.John Clements-60/+175
2013-09-06try removing basically dead code in resolveJohn Clements-15/+3
2013-09-06compare macro tokens hygienically (commented out)John Clements-2/+19
2013-09-06ident->nameJohn Clements-10/+11
2013-09-06rename resolve to mtwt_resolveJohn Clements-4/+3
2013-09-06commenting out special Eq implementation for nowJohn Clements-2/+13
2013-09-06Incorporate feedback from huonwDavid Creswick-7/+22
2013-09-06Make I/O tests use run_in_mt_newsched_task to get more multi-threaded test co...Eric Reed-50/+187
2013-09-06Forgot to make accept() home for IOEric Reed-1/+3
2013-09-06Upgrade libuv to the current master (again)Alex Crichton-134/+83
2013-09-06fix for issue #7588, overflow now handled correctlyAaron Laursen-4/+31
2013-09-06disallow ident equality checks when contexts are not equalJohn Clements-1/+14
2013-09-06move and duplicate macro defns in sha2 to make them hygienicJohn Clements-22/+40
2013-09-06Fix Acceptor iterator ending early if a connection attempt failsEric Reed-4/+9
2013-09-06auto merge of #9002 : brson/rust/issue-8769, r=catamorphismbors-22/+21
2013-09-06auto merge of #9000 : brson/rust/dns, r=anasazibors-15/+388
2013-09-06Un-hork the bots by removing intermediate filesAlex Crichton-3/+13
2013-09-05Add fractional second support to str{p,f}timeSteven Fackler-3/+37
2013-09-05std::rt: Fix addrinfo definition on BSDBrian Anderson-1/+15
2013-09-06Add ERT testsMicah Chalmer-0/+389
2013-09-06Add paragraph fill and auto-fill for multi-line commentsMicah Chalmer-1/+123
2013-09-06Add custom group for rust-modeMicah Chalmer-1/+5
2013-09-06Indent return type to align with argumentsMicah Chalmer-2/+5
2013-09-06Allow indenting to align struct fields after curly braceMicah Chalmer-17/+14
2013-09-06Indent correctly after opening square bracketMicah Chalmer-1/+1
2013-09-05auto merge of #8914 : Dretch/rust/native-glob, r=alexcrichtonbors-84/+821
2013-09-05Convert between BigInts and BigUintsDavid Creswick-0/+41
2013-09-05auto merge of #8909 : lkuper/rust/default-methods-refactor, r=alexcrichtonbors-234/+156
2013-09-05test the correct function (oops)David Creswick-2/+2
2013-09-05Fix glitches with struct field aligned indentsMicah Chalmer-2/+2
2013-09-05Generate random BigUints and BigIntsDavid Creswick-0/+53
2013-09-05auto merge of #9004 : brson/rust/issue-8660, r=thestingerbors-10/+1
2013-09-05extra: Don't overcommit test tasks. Closes #8660Brian Anderson-10/+1
2013-09-05std: Remove push_fast from OwnedVector. Closes #8769Brian Anderson-22/+21
2013-09-05auto merge of #8997 : fhahn/rust/issue_8985, r=catamorphism,brsonbors-147/+147
2013-09-05std::rt: Add get_host_addresses functionBrian Anderson-10/+78
2013-09-05std::rt: Add libuv bindings for getaddrinfoBrian Anderson-0/+288
2013-09-05std::rt: Some I/O cleanupBrian Anderson-7/+10
2013-09-05auto merge of #8992 : chris-morgan/rust/unreachable-macro, r=brsonbors-0/+30
2013-09-05Replace os::glob with extra::glob, which is written in rust,Gareth Smith-84/+821
2013-09-05auto merge of #8984 : chris-morgan/rust/auto-stream-impl, r=huonwbors-0/+2
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-147/+147
2013-09-05auto merge of #8993 : pnkfelix/rust/fsk-fix-7740-dont-recur-on-items-during-g...bors-3/+21
2013-09-05Minor doc cleanup.Lindsey Kuper-11/+12
2013-09-05Factor shared code out into default GenericPath methods.Lindsey Kuper-223/+144
2013-09-05auto merge of #8990 : thestinger/rust/str, r=alexcrichtonbors-11/+0
2013-09-05Remove the __log function for __log_levelAlex Crichton-196/+116
2013-09-05regression test for #7740.Felix S. Klock II-0/+15