| Age | Commit message (Expand) | Author | Lines |
| 2016-09-28 | Rollup merge of #36813 - palango:link-to-fmt, r=steveklabnik | Jonathan Turner | -1/+3 |
| 2016-09-28 | Rollup merge of #36811 - brson:bootstrap, r=alexcrichton | Jonathan Turner | -41/+7 |
| 2016-09-28 | Rollup merge of #36803 - brson:node, r=alexcrichton | Jonathan Turner | -11/+19 |
| 2016-09-28 | Rollup merge of #36794 - japaric:target-panic, r=alexcrichton | Jonathan Turner | -37/+83 |
| 2016-09-28 | Rollup merge of #36789 - jseyfried:non_inline_mod_in_block, r=nikomatsakis | Jonathan Turner | -18/+40 |
| 2016-09-28 | Rollup merge of #36787 - jseyfried:fix_test_harness_reexport_errors, r=nrc | Jonathan Turner | -4/+29 |
| 2016-09-28 | Rollup merge of #36760 - nrc:input2, r=alexcrichton | Jonathan Turner | -32/+55 |
| 2016-09-28 | Rollup merge of #36741 - matklad:no-flacky-test, r=alexcrichton | Jonathan Turner | -50/+3 |
| 2016-09-28 | Rollup merge of #36704 - Mark-Simulacrum:cleanup-cabi, r=Aatch | Jonathan Turner | -395/+103 |
| 2016-09-28 | Rollup merge of #36460 - mikhail-m1:35123-map3, r=nikomatsakis | Jonathan Turner | -15/+92 |
| 2016-09-28 | Rollup merge of #35892 - srinivasreddy:typeck/coherence, r=nikomatsakis | Jonathan Turner | -199/+249 |
| 2016-09-28 | Rollup merge of #35286 - dns2utf8:doc_never_expression, r=nikomatsakis | Jonathan Turner | -1/+11 |
| 2016-09-28 | Remove stage0 hacks | Brian Anderson | -38/+4 |
| 2016-09-28 | Add regression test. | Jeffrey Seyfried | -0/+11 |
| 2016-09-28 | Allow non-inline modules in more places. | Jeffrey Seyfried | -18/+29 |
| 2016-09-29 | Add link to format! docs | Paul Lange | -1/+3 |
| 2016-09-28 | Update bootstrap compiler | Brian Anderson | -3/+3 |
| 2016-09-28 | Rollup merge of #36796 - TimNN:mips64-data-layout, r=japaric | Jonathan Turner | -2/+2 |
| 2016-09-28 | Rollup merge of #36795 - TimNN:fix-36793, r=eddyb | Jonathan Turner | -3/+3 |
| 2016-09-28 | Rollup merge of #36784 - jonathandturner:env_var, r=alexcrichton | Jonathan Turner | -7/+0 |
| 2016-09-28 | Rollup merge of #36783 - die4taoam:master, r=alexcrichton | Jonathan Turner | -0/+17 |
| 2016-09-28 | Rollup merge of #36782 - alexcrichton:rustc-macro-expand-order, r=nrc | Jonathan Turner | -97/+124 |
| 2016-09-28 | Rollup merge of #36769 - nathanmusoke:master, r=apasel422 | Jonathan Turner | -1/+1 |
| 2016-09-28 | Rollup merge of #36765 - frewsxcv:ptr-write-bytes, r=steveklabnik | Jonathan Turner | -0/+13 |
| 2016-09-28 | Rollup merge of #36757 - KiChjang:E0025-format, r=jonathandturner | Jonathan Turner | -17/+29 |
| 2016-09-28 | Rollup merge of #36740 - frehberg:apidoc, r=steveklabnik | Jonathan Turner | -0/+30 |
| 2016-09-28 | Rollup merge of #36672 - LinkiTools:master, r=steveklabnik | Jonathan Turner | -6/+16 |
| 2016-09-28 | Rollup merge of #36376 - GuillaumeGomez:e0050, r=jonathandturner | Jonathan Turner | -6/+69 |
| 2016-09-28 | Move nodejs detection into bootstrap | Brian Anderson | -11/+19 |
| 2016-09-28 | fix librustc test: panic is Option<PanicStrategy> now | Jorge Aparicio | -1/+1 |
| 2016-09-28 | Add testcase for issue-18088. | ParkHanbum | -0/+17 |
| 2016-09-28 | Auto merge of #36777 - tmiasko:chain-read-eof, r=alexcrichton | bors | -1/+12 |
| 2016-09-28 | Update E0050 to new error format | Guillaume Gomez | -6/+69 |
| 2016-09-28 | Auto merge of #36604 - japaric:libtest-skip, r=alexcrichton | bors | -0/+11 |
| 2016-09-28 | update mips64* data-layout | Tim Neumann | -2/+2 |
| 2016-09-28 | TypeIdHasher: hash usize as u64 | Tim Neumann | -3/+3 |
| 2016-09-27 | fix compiletest | Jorge Aparicio | -0/+1 |
| 2016-09-27 | Auto merge of #36776 - alexcrichton:rustc-macro-dep-files, r=nrc | bors | -1/+52 |
| 2016-09-28 | Allow supplying an error destination via the compiler driver | Nick Cameron | -32/+55 |
| 2016-09-27 | add a panic-strategy field to the target specification | Jorge Aparicio | -36/+82 |
| 2016-09-27 | Add regression test. | Jeffrey Seyfried | -0/+18 |
| 2016-09-27 | Auto merge of #36601 - jseyfried:build_reduced_graph_in_expansion, r=nrc | bors | -281/+321 |
| 2016-09-27 | Improve documention troubleshooting missing linker. Fix #32208. | Paulo Matos | -6/+16 |
| 2016-09-27 | Avoid re-export errors in the generated test harness. | Jeffrey Seyfried | -4/+11 |
| 2016-09-27 | Remove requirement to use 10.7 (fixes macOS) | Jonathan Turner | -7/+0 |
| 2016-09-27 | rustc: Tweak expansion order of custom derive | Alex Crichton | -97/+124 |
| 2016-09-27 | rustc: Use a special filename for macros 1.1 | Alex Crichton | -1/+52 |
| 2016-09-27 | [std::io::Chain] Mark first as done only when reading into non-zero length bu... | Tomasz Miąsko | -1/+12 |
| 2016-09-27 | Auto merge of #36761 - jonathandturner:E0425_E0446_E0449, r=nrc | bors | -35/+107 |
| 2016-09-27 | Auto merge of #36758 - michaelwoerister:incr-comp-file-headers, r=eddyb | bors | -40/+202 |