| Age | Commit message (Expand) | Author | Lines |
| 2017-09-25 | Auto merge of #44809 - arielb1:small-scope, r=eddyb | bors | -47/+141 |
| 2017-09-25 | fix Debug impls | Ariel Ben-Yehuda | -2/+19 |
| 2017-09-25 | Auto merge of #44646 - petrochenkov:scompress, r=michaelwoerister | bors | -32/+188 |
| 2017-09-25 | Auto merge of #44612 - pylaligand:magenta-to-zircon, r=alexcrichton | bors | -279/+180 |
| 2017-09-24 | Fix fuchsia toolchain prebuild setup | James Tucker | -12/+17 |
| 2017-09-25 | Auto merge of #44700 - arielb1:mir-effectck, r=nikomatsakis | bors | -432/+908 |
| 2017-09-24 | LP_CLONE_FDIO_ROOT is now LP_CLONE_FDIO_NAMESPACE | James Tucker | -2/+2 |
| 2017-09-24 | ensure that prebuilt toolchain binaries are +x | James Tucker | -0/+1 |
| 2017-09-24 | Re-add CMake package | Petr Hosek | -0/+3 |
| 2017-09-24 | Use Zircon's Clang rather than building our own | Petr Hosek | -57/+19 |
| 2017-09-24 | bump liblibc to 0.2.31 | James Tucker | -0/+0 |
| 2017-09-24 | Download clang-tools-extra as well | Petr Hosek | -0/+1 |
| 2017-09-24 | Install unzip into Fuchsia Docker container | Petr Hosek | -1/+2 |
| 2017-09-24 | TODO --> FIXME | P.Y. Laligand | -1/+1 |
| 2017-09-24 | Update submodules. | P.Y. Laligand | -0/+0 |
| 2017-09-24 | Update Fuchsia toolchain build | Petr Hosek | -103/+28 |
| 2017-09-24 | Updated Zircon version. | P.Y. Laligand | -1/+1 |
| 2017-09-24 | Fixed casing issues. | P.Y. Laligand | -16/+16 |
| 2017-09-24 | Testing on Travis. | P.Y. Laligand | -0/+0 |
| 2017-09-24 | The Magenta kernel is now called Zircon. | P.Y. Laligand | -145/+148 |
| 2017-09-24 | Auto merge of #44758 - arielb1:a-small-path, r=eddyb | bors | -112/+187 |
| 2017-09-24 | Auto merge of #44743 - arielb1:size-rollback, r=eddyb | bors | -3/+16 |
| 2017-09-24 | encode region::Scope using fewer bytes | Ariel Ben-Yehuda | -33/+29 |
| 2017-09-24 | move Scope behind an enum | Ariel Ben-Yehuda | -37/+118 |
| 2017-09-24 | Rollup merge of #44795 - KiChjang:mir-err-notes, r=arielb1 | Guillaume Gomez | -11/+19 |
| 2017-09-24 | Rollup merge of #44789 - GuillaumeGomez:fix-rustdoc-display, r=QuietMisdreavus | Guillaume Gomez | -1/+1 |
| 2017-09-24 | Rollup merge of #44625 - frewsxcv:frewsxcv-raii-stdin, r=QuietMisdreavus | Guillaume Gomez | -8/+24 |
| 2017-09-24 | Rollup merge of #44103 - zackmdavis:cmp_op_must_use, r=arielb1 | Guillaume Gomez | -12/+52 |
| 2017-09-24 | sort the list of inference errors by span | Ariel Ben-Yehuda | -2/+11 |
| 2017-09-24 | fix test | Ariel Ben-Yehuda | -2/+2 |
| 2017-09-24 | remove test code accidentally checked in | Ariel Ben-Yehuda | -10/+0 |
| 2017-09-24 | address review comments | Ariel Ben-Yehuda | -5/+1 |
| 2017-09-24 | move unsafety checking to MIR | Ariel Ben-Yehuda | -388/+662 |
| 2017-09-24 | add lint levels to VisibilityScope | Ariel Ben-Yehuda | -53/+269 |
| 2017-09-24 | typeck::check::coercion - roll back failed unsizing type vars | Ariel Ben-Yehuda | -1/+5 |
| 2017-09-24 | put empty generic lists behind a pointer | Ariel Ben-Yehuda | -112/+187 |
| 2017-09-24 | Auto merge of #44786 - thombles:tk/i41314, r=petrochenkov | bors | -5/+43 |
| 2017-09-23 | Add span labels for E0505 for MIR borrowck | Keith Yeung | -7/+12 |
| 2017-09-24 | Auto merge of #44772 - michaelwoerister:new-graph, r=nikomatsakis | bors | -535/+662 |
| 2017-09-23 | Auto merge of #44436 - MicroJoe:master, r=alexcrichton | bors | -0/+23 |
| 2017-09-23 | Auto merge of #44765 - tamird:libc-shim, r=alexcrichton | bors | -27/+23 |
| 2017-09-23 | incr.comp.: Remove out-dated unit test and unnecessary assertion. | Michael Woerister | -52/+0 |
| 2017-09-23 | incr.comp.: Make #[rustc_dirty/clean] test for fingerprint equality instead o... | Michael Woerister | -88/+33 |
| 2017-09-23 | incr.comp.: Remove support for loading metadata fingerprints. | Michael Woerister | -308/+105 |
| 2017-09-23 | incr.comp.: Serialize and deserialize new DepGraph | Michael Woerister | -64/+264 |
| 2017-09-23 | incr.comp.: Do some various cleanup. | Michael Woerister | -18/+12 |
| 2017-09-23 | incr.comp.: Initial implemenation of append-only dep-graph. | Michael Woerister | -44/+287 |
| 2017-09-23 | update `fn_must_use` UI test to exercise nonprimitive comparisons | Zack M. Davis | -12/+31 |
| 2017-09-23 | Auto merge of #43870 - GuillaumeGomez:deref-suggestion, r=nikomatsakis | bors | -0/+126 |
| 2017-09-23 | Fix warning position in rustdoc code blocks | Guillaume Gomez | -1/+1 |