| Age | Commit message (Expand) | Author | Lines |
| 2014-12-18 | Make at_exit initialize lazily | Aaron Turon | -21/+23 |
| 2014-12-18 | Allow args to work without rt initialization | Aaron Turon | -18/+10 |
| 2014-12-18 | Refactor std::os to use sys::os | Aaron Turon | -387/+352 |
| 2014-12-18 | libs: merge librustrt into libstd | Aaron Turon | -1043/+6306 |
| 2014-12-18 | remove TreeMap, TreeSet, TrieMap, TrieSet, LruCache. deprecate EnumSet's std ... | Alexis Beingessner | -497/+13 |
| 2014-12-18 | auto merge of #19984 : japaric/rust/macro-expressions, r=alexcrichton | bors | -463/+472 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -463/+472 |
| 2014-12-18 | auto merge of #19819 : vadimcn/rust/fix-demangle, r=alexcrichton | bors | -8/+25 |
| 2014-12-17 | rollup merge of #19935: cgaebel/hashmap-tuple-indexing | Alex Crichton | -88/+41 |
| 2014-12-17 | rollup merge of #19902: alexcrichton/second-pass-mem | Alex Crichton | -0/+8 |
| 2014-12-17 | rollup merge of #19873: drewm1980/master | Alex Crichton | -11/+11 |
| 2014-12-17 | rollup merge of #19869: sfackler/free-stdin | Alex Crichton | -0/+7 |
| 2014-12-17 | rollup merge of #19868: sourcefrog/master | Alex Crichton | -3/+6 |
| 2014-12-17 | rollup merge of #19859: alexcrichton/flaky-test | Alex Crichton | -1/+2 |
| 2014-12-17 | rollup merge of #19832: japaric/no-nocopy | Alex Crichton | -14/+6 |
| 2014-12-17 | rollup merge of #19770: csouth3/iterator-wrapperstructs | Alex Crichton | -57/+89 |
| 2014-12-17 | auto merge of #19800 : sfackler/rust/core-hash, r=alexcrichton | bors | -1/+1 |
| 2014-12-16 | Fix typo | Vadim Chugunov | -1/+1 |
| 2014-12-17 | auto merge of #19761 : nick29581/rust/coerce-double, r=nikomatsakis | bors | -5/+5 |
| 2014-12-16 | Small cleanups in HashMap based off of new rust features. | Clark Gaebel | -88/+41 |
| 2014-12-16 | auto merge of #19647 : nielsegberts/rust/master, r=pnkfelix | bors | -6/+6 |
| 2014-12-16 | auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto | bors | -5/+5 |
| 2014-12-15 | Move hash module from collections to core | Steven Fackler | -1/+1 |
| 2014-12-16 | Remove the double auto-ref on arrays/strings as receivers | Nick Cameron | -5/+5 |
| 2014-12-15 | std: Second pass stabilization of `default` | Alex Crichton | -0/+8 |
| 2014-12-16 | auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brson | bors | -46/+37 |
| 2014-12-15 | Use wrapper structs for `HashSet`'s iterators. | Chase Southwood | -20/+59 |
| 2014-12-15 | Use wrapper structs for `HashMap`'s iterators. | Chase Southwood | -38/+31 |
| 2014-12-15 | auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakis | bors | -11/+121 |
| 2014-12-15 | libstd: add a dummy field to `OsRng` to avoid out of module construction | Jorge Aparicio | -2/+5 |
| 2014-12-15 | Remove internal uses of `marker::NoCopy` | Jorge Aparicio | -16/+5 |
| 2014-12-15 | Remove all shadowed lifetimes. | Niko Matsakis | -5/+5 |
| 2014-12-15 | rollup merge of #19787: akiss77/fix-i8-c_char | Brian Anderson | -1/+1 |
| 2014-12-15 | rollup merge of #19710: steveklabnik/gh15449 | Brian Anderson | -7/+7 |
| 2014-12-15 | Standardize some usages of "which" in docstrings | Andrew Wagner | -11/+11 |
| 2014-12-14 | Free stdin on exit | Steven Fackler | -0/+7 |
| 2014-12-14 | Fix Markdown syntax in docs for OsRng | Martin Pool | -3/+6 |
| 2014-12-14 | std: Collapse SlicePrelude traits | Alex Crichton | -46/+37 |
| 2014-12-14 | std: Bind port early to make a test more reliable | Alex Crichton | -1/+2 |
| 2014-12-15 | auto merge of #19742 : vhbit/rust/copy-for-bitflags, r=alexcrichton | bors | -10/+1 |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -272/+284 |
| 2014-12-14 | Rewrite threading infrastructure, introducing `Thunk` to represent | Niko Matsakis | -87/+115 |
| 2014-12-13 | libstd: fix unit tests | Jorge Aparicio | -11/+13 |
| 2014-12-13 | libstd: convert `Duration` binops to by value | Jorge Aparicio | -0/+64 |
| 2014-12-13 | libstd: convert `BitFlags` binops to by value | Jorge Aparicio | -0/+44 |
| 2014-12-13 | Get rid of all the remaining uses of `refN`/`valN`/`mutN`/`TupleN` | Jorge Aparicio | -2/+2 |
| 2014-12-13 | libstd: use tuple indexing | Jorge Aparicio | -4/+4 |
| 2014-12-13 | Windows dbghelp strips leading underscores from symbols, so let's accept "ZN.... | Vadim Chugunov | -8/+25 |
| 2014-12-13 | libstd: add missing imports | Jorge Aparicio | -0/+2 |
| 2014-12-13 | libstd: use unboxed closures | Jorge Aparicio | -95/+171 |