| Age | Commit message (Expand) | Author | Lines |
| 2016-02-07 | Ignore if we can't create a symlink in this test | Paul Dicker | -1/+1 |
| 2016-02-07 | Don't let `remove_dir_all` recursively remove a symlink | Paul Dicker | -2/+56 |
| 2016-02-04 | Allow dead code for `symlink_junction()` | Paul Dicker | -0/+2 |
| 2016-02-03 | Reformat comments | Paul Dicker | -12/+13 |
| 2016-02-03 | Adress comments | Paul Dicker | -29/+63 |
| 2016-02-02 | Enable more fs tests on Windows | Paul Dicker | -171/+143 |
| 2016-01-30 | Auto merge of #30843 - jseyfried:no_per_ns, r=nikomatsakis | bors | -904/+451 |
| 2016-01-30 | Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakis | bors | -566/+1353 |
| 2016-01-29 | Get tests working on MSVC 32-bit | Alex Crichton | -102/+103 |
| 2016-01-29 | trans: Reimplement unwinding on MSVC | Alex Crichton | -425/+1131 |
| 2016-01-29 | trans: Upgrade LLVM | Alex Crichton | -43/+123 |
| 2016-01-29 | Remove resolve::dump_module | Jeffrey Seyfried | -29/+0 |
| 2016-01-29 | Nits and other local improvements in resolve | Jeffrey Seyfried | -48/+25 |
| 2016-01-29 | Clean up resolve_single_import | Jeffrey Seyfried | -106/+66 |
| 2016-01-29 | Refactor away NameBindings, NsDef, ImportResolutionPerNamespace, DuplicateChe... | Jeffrey Seyfried | -824/+463 |
| 2016-01-29 | Auto merge of #31283 - dotdash:32_64_cc, r=alexcrichton | bors | -19/+3 |
| 2016-01-29 | Auto merge of #31248 - ruud-v-a:fix-triple-ice, r=nrc | bors | -14/+18 |
| 2016-01-29 | Auto merge of #31285 - Manishearth:rollup, r=Manishearth | bors | -8/+34 |
| 2016-01-29 | Rollup merge of #31275 - alexcrichton:fix-rumprun, r=brson | Manish Goregaokar | -4/+9 |
| 2016-01-29 | Rollup merge of #31272 - errandir:master, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2016-01-29 | Rollup merge of #31269 - ollie27:patch-3, r=alexcrichton | Manish Goregaokar | -1/+19 |
| 2016-01-29 | Rollup merge of #31264 - est31:block_coment_parent, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2016-01-29 | Rollup merge of #31256 - oli-obk:patch-1, r=nagisa | Manish Goregaokar | -1/+4 |
| 2016-01-29 | Auto merge of #31212 - jseyfried:fix_ICE_in_resolve, r=nrc | bors | -73/+35 |
| 2016-01-29 | Fix truncated drop pattern on 32bit -> 64bit cross compilation | Björn Steinbrink | -19/+3 |
| 2016-01-29 | Auto merge of #31144 - jseyfried:remove_import_ordering_restriction, r=nrc | bors | -25/+0 |
| 2016-01-29 | don't leak RUST_BACKTRACE into test process | Oliver Schneider | -1/+4 |
| 2016-01-29 | Auto merge of #31132 - gchp:internals, r=brson | bors | -35/+81 |
| 2016-01-29 | Auto merge of #30948 - fabricedesre:rpi2, r=alexcrichton | bors | -0/+32 |
| 2016-01-29 | Auto merge of #30900 - michaelwoerister:trans_item_collect, r=nikomatsakis | bors | -73/+3330 |
| 2016-01-28 | std: Fix rumprun build | Alex Crichton | -4/+9 |
| 2016-01-28 | rustdoc: Add test for tuple rendering | Oliver Middleton | -0/+18 |
| 2016-01-29 | std::string::String.from_utf16 doc fix | tgor | -1/+1 |
| 2016-01-28 | Auto merge of #30411 - mitaa:multispan, r=nrc | bors | -434/+1187 |
| 2016-01-28 | Avoid ICE if environment variable is not set | Ruud van Asseldonk | -14/+18 |
| 2016-01-28 | rustdoc: Add missing trailing comma for single element tuples | Oliver Middleton | -1/+1 |
| 2016-01-28 | Implement MultiSpan error reporting | mitaa | -434/+1187 |
| 2016-01-28 | Add support for armv7 toolchains | Fabrice Desré | -0/+32 |
| 2016-01-28 | Fix reference info about parent doc block comments | est31 | -1/+1 |
| 2016-01-28 | Auto merge of #31257 - tmiasko:track-errors-fix, r=nikomatsakis | bors | -2/+2 |
| 2016-01-28 | Fix checking if there have been new errors. | Tomasz Miąsko | -2/+2 |
| 2016-01-28 | Auto merge of #31241 - tshepang:fix, r=steveklabnik | bors | -2/+2 |
| 2016-01-28 | Auto merge of #31171 - dirk:dirk/safety-section-in-cstring-docs, r=steveklabnik | bors | -4/+16 |
| 2016-01-28 | Auto merge of #31240 - durka:follow-set-docs, r=pnkfelix | bors | -3/+4 |
| 2016-01-28 | Refactor away NameSearchType | Jeffrey Seyfried | -55/+11 |
| 2016-01-28 | Add test for #31212 | Jeffrey Seyfried | -0/+20 |
| 2016-01-28 | Resolve: Fix an ICE that occurs when an identifier refers to an indeterminate... | Jeffrey Seyfried | -18/+4 |
| 2016-01-28 | Auto merge of #31225 - mbrubeck:btreeset-size-hint, r=Gankro | bors | -2/+27 |
| 2016-01-27 | Fix formatting in documentation of `ffi::CString` | Dirk Gadsden | -2/+2 |
| 2016-01-28 | Rollup merge of #31226 - steveklabnik:gh30954, r=Manishearth | Manish Goregaokar | -3/+4 |