| Age | Commit message (Expand) | Author | Lines |
| 2014-01-08 | Fix windows installer version to be less verbose | Brian Anderson | -2/+1 |
| 2014-01-08 | Robustly read remaining bytes in a character | Alex Crichton | -4/+16 |
| 2014-01-08 | auto merge of #11401 : michaelwoerister/rust/issue11322, r=alexcrichton | bors | -13/+46 |
| 2014-01-08 | auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwalton | bors | -247/+278 |
| 2014-01-08 | Fix CodeMap issue in expand_include_str() | Michael Woerister | -13/+46 |
| 2014-01-08 | auto merge of #11405 : huonw/rust/moredocs, r=huonw | bors | -93/+120 |
| 2014-01-08 | auto merge of #11358 : pcwalton/rust/typed-arenas, r=alexcrichton | bors | -44/+331 |
| 2014-01-08 | auto merge of #11391 : alexcrichton/rust/rustdoc-inline, r=brson | bors | -149/+289 |
| 2014-01-07 | Fixup the rest of the tests in the compiler | Alex Crichton | -5/+7 |
| 2014-01-07 | extratest: Fix all leaked trait imports | Alex Crichton | -48/+41 |
| 2014-01-07 | stdtest: Fix all leaked trait imports | Alex Crichton | -99/+65 |
| 2014-01-07 | Fix remaining cases of leaking imports | Alex Crichton | -17/+44 |
| 2014-01-07 | std: Fill in all missing imports | Alex Crichton | -24/+65 |
| 2014-01-07 | rustc: De-indent portions of middle::resolve | Alex Crichton | -56/+26 |
| 2014-01-07 | Fix leaking trait imports across modules | Alex Crichton | -2/+34 |
| 2014-01-07 | doc: Add rustc and syntax to the index | Brian Anderson | -4/+25 |
| 2014-01-07 | doc: Add libgreen and libnative to the index | Brian Anderson | -0/+6 |
| 2014-01-07 | 'borrowed pointer' -> 'reference' | Brian Anderson | -88/+87 |
| 2014-01-07 | Inline reexports in rustdoc | Alex Crichton | -149/+289 |
| 2014-01-07 | mk: Fix the naming of the windows installer harder | Brian Anderson | -1/+2 |
| 2014-01-07 | libextra: Introduce typed arenas. | Patrick Walton | -44/+331 |
| 2014-01-08 | Renamed Option::map_default and mutate_default to map_or and mutate_or_set | Marvin Löbel | -44/+43 |
| 2014-01-07 | auto merge of #11045 : jhasse/rust/patch-libdir, r=alexcrichton | bors | -4/+3 |
| 2014-01-07 | auto merge of #11263 : niftynif/rust/btree, r=catamorphism | bors | -115/+256 |
| 2014-01-07 | auto merge of #11353 : alexcrichton/rust/improve-logging, r=brson | bors | -158/+328 |
| 2014-01-07 | Make CFG_LIBDIR configurable. Fixes #5223 | Jan Niklas Hasse | -4/+3 |
| 2014-01-07 | auto merge of #11348 : alexcrichton/rust/snapshots, r=brson | bors | -41/+10 |
| 2014-01-07 | auto merge of #11342 : huonw/rust/trie-mut, r=alexcrichton | bors | -184/+304 |
| 2014-01-08 | extra::treemap: use the dummy-macro trick with items to make the | Huon Wilson | -16/+13 |
| 2014-01-08 | std::trie: make lower_bound and upper_bound about 15% faster. | Huon Wilson | -10/+10 |
| 2014-01-08 | std::trie: Add some iteration/search benchmarks. | Huon Wilson | -0/+60 |
| 2014-01-08 | std::trie: use macros to share code between the iterator implementations. | Huon Wilson | -129/+126 |
| 2014-01-08 | std::trie: remove some obsolete internal iterators. | Huon Wilson | -113/+11 |
| 2014-01-08 | std::trie: add an mutable-values iterator. | Huon Wilson | -0/+168 |
| 2014-01-07 | auto merge of #11347 : alexcrichton/rust/issue-11346, r=brson | bors | -1/+8 |
| 2014-01-07 | auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichton | bors | -26/+93 |
| 2014-01-06 | auto merge of #11355 : alexcrichton/rust/read-waits-forever, r=brson | bors | -5/+27 |
| 2014-01-06 | auto merge of #11296 : brson/rust/anti-cond, r=alexcrichton | bors | -34/+48 |
| 2014-01-06 | Added in Clone/TotalEq/TotalOrd/ToStr traits to all parts of btree. | Nif Ward | -115/+256 |
| 2014-01-06 | Don't read forever on a file descriptor | Alex Crichton | -5/+27 |
| 2014-01-06 | auto merge of #11354 : brson/rust/versionwin, r=alexcrichton | bors | -1/+1 |
| 2014-01-06 | Use the full version string for the windows installer exe | Brian Anderson | -1/+1 |
| 2014-01-06 | Support arbitrary stdout/stderr/logger handles | Alex Crichton | -159/+329 |
| 2014-01-06 | auto merge of #10826 : SimonSapin/rust/str-insert, r=brson | bors | -0/+42 |
| 2014-01-06 | Remove some unnecessary type casts | Florian Hahn | -25/+25 |
| 2014-01-06 | Add lint for unnecessary casts | Florian Hahn | -1/+68 |
| 2014-01-06 | auto merge of #11334 : alexcrichton/rust/fix-native-tcp, r=pcwalton | bors | -4/+25 |
| 2014-01-06 | Register new snapshots | Alex Crichton | -42/+11 |
| 2014-01-06 | Don't attempt duplicate outputs | Alex Crichton | -1/+8 |
| 2014-01-06 | auto merge of #11333 : cmr/rust/triage2, r=alexcrichton | bors | -44/+95 |