| Age | Commit message (Expand) | Author | Lines |
| 2016-02-01 | Auto merge of #30901 - mackwic:doc-core-convert, r=steveklabnik | bors | -0/+57 |
| 2016-02-01 | Auto merge of #31317 - jseyfried:remove_external_module_children, r=nrc | bors | -115/+76 |
| 2016-02-01 | Auto merge of #31303 - alexcrichton:mips-warnings, r=aturon | bors | -4/+12 |
| 2016-02-01 | Auto merge of #31277 - DanielJCampbell:SpanEquality, r=nrc | bors | -20/+17 |
| 2016-02-01 | Auto merge of #31232 - stepancheg:enum-univariant, r=nrc | bors | -15/+50 |
| 2016-02-01 | Auto merge of #30866 - jseyfried:fix_shadowed_use_visibility, r=nrc | bors | -3/+4 |
| 2016-01-31 | Fix the armv7 linux target | petevine | -1/+1 |
| 2016-02-01 | Spans now derive equality | Daniel Campbell | -20/+17 |
| 2016-01-31 | Auto merge of #31298 - japaric:mips-musl, r=alexcrichton | bors | -2/+70 |
| 2016-01-31 | update libc submodule | Jorge Aparicio | -0/+0 |
| 2016-01-31 | Doc:std::convert: disambiguate traits and keywords | Thomas Wickham | -6/+6 |
| 2016-01-31 | Refactor away the field Module::external_module_children in resolve | Jeffrey Seyfried | -115/+76 |
| 2016-01-31 | Revert PR #30324, fixing a bug in which a public glob import can make precedi... | Jeffrey Seyfried | -3/+4 |
| 2016-01-30 | Auto merge of #31288 - GuillaumeGomez:error_code_tidy, r=brson | bors | -9/+56 |
| 2016-01-30 | rustc: set MIPS cpu/features in the compiler | Jorge Aparicio | -5/+12 |
| 2016-01-30 | revert changes used for local testing | Jorge Aparicio | -0/+0 |
| 2016-01-30 | Auto merge of #30778 - fhahn:issue-21195-expect-help, r=nikomatsakis | bors | -15/+63 |
| 2016-01-30 | Auto merge of #31286 - oli-obk:fix/mir_box, r=nagisa | bors | -4/+23 |
| 2016-01-30 | Auto merge of #31274 - brson:nobench, r=nikomatsakis | bors | -87856/+0 |
| 2016-01-30 | Mark test failing with msvc due to #31306 as ignore-msvc | Florian Hahn | -0/+16 |
| 2016-01-30 | Auto merge of #31305 - Manishearth:rollup, r=Manishearth | bors | -51/+92 |
| 2016-01-30 | Rollup merge of #31296 - steveklabnik:gh31249, r=alexcrichton | Manish Goregaokar | -0/+11 |
| 2016-01-30 | Rollup merge of #31295 - steveklabnik:gh31266, r=alexcrichton | Manish Goregaokar | -0/+5 |
| 2016-01-30 | Rollup merge of #31294 - steveklabnik:gh31284, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2016-01-30 | Rollup merge of #31292 - alexcrichton:osx-dtors-in-dtors-in-dtors, r=aturon | Manish Goregaokar | -0/+25 |
| 2016-01-30 | Rollup merge of #31244 - tshepang:rustfmt-parse, r=nikomatsakis | Manish Goregaokar | -49/+49 |
| 2016-01-30 | Auto merge of #30843 - jseyfried:no_per_ns, r=nikomatsakis | bors | -904/+451 |
| 2016-01-29 | rustc: Set MIPS cpu/features in the compiler | Alex Crichton | -4/+12 |
| 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 | add support for mips(el)-unknown-linux-musl | Jorge Aparicio | -2/+63 |
| 2016-01-30 | Add missings NOTE and HELP annotations to tests | Florian Hahn | -9/+32 |
| 2016-01-30 | Expect all help/note messages are specified in a cfail test if it contains he... | Florian Hahn | -6/+15 |
| 2016-01-29 | Add main() so that examples work | Steve Klabnik | -0/+11 |
| 2016-01-29 | Make note that this is different in std | Steve Klabnik | -0/+5 |
| 2016-01-29 | Fix number of methods in guessing game | Steve Klabnik | -2/+2 |
| 2016-01-29 | Remove src/test/bench | Brian Anderson | -87856/+0 |
| 2016-01-29 | std: Ignore dtors_in_dtors_in_dtors on OSX | Alex Crichton | -0/+25 |
| 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 | Add check for unused error codes | ggomez | -9/+56 |
| 2016-01-29 | [MIR] Add test for `box EXPR` dereferencing | Simonas Kazlauskas | -0/+20 |
| 2016-01-29 | [MIR] Fix type of temporary for `box EXPR` | Oliver Schneider | -4/+3 |