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