| Age | Commit message (Expand) | Author | Lines |
| 2017-10-06 | Create Box::from_unique function | Nikolai Vazquez | -3/+35 |
| 2017-10-06 | Revert to using mem::transmute in Box::from_raw | Nikolai Vazquez | -1/+1 |
| 2017-10-06 | Revert to using mem::transmute in Box::into_unique | Nikolai Vazquez | -3/+1 |
| 2017-09-26 | Merge remote-tracking branch 'upstream/master' into box-conversions | Nikolai Vazquez | -8/+11 |
| 2017-09-26 | Remove uses of mem::transmute in Box methods | Nikolai Vazquez | -3/+5 |
| 2017-09-26 | Auto merge of #44741 - qmx:trans_fulfill_obligation_should_not_crash, r=nikom... | bors | -8/+11 |
| 2017-09-26 | Auto merge of #44736 - pnkfelix:mir-borrowck4, r=arielb1 | bors | -341/+317 |
| 2017-09-26 | Auto merge of #44735 - tirr-c:issue-42143, r=arielb1 | bors | -119/+245 |
| 2017-09-25 | Auto merge of #44297 - laumann:suggest-misspelt-methods, r=arielb1 | bors | -10/+158 |
| 2017-09-25 | Auto merge of #44279 - smaeul:crt_static-deps, r=alexcrichton | bors | -41/+49 |
| 2017-09-25 | Auto merge of #44085 - bjorn3:no_llvm_write_metadata, r=arielb1 | bors | -267/+520 |
| 2017-09-25 | those changes break miri, PR will be issued later | Douglas Campos | -1/+1 |
| 2017-09-25 | fix tidy errors | Douglas Campos | -2/+4 |
| 2017-09-25 | add comment per @nikomatsakis request | Douglas Campos | -0/+1 |
| 2017-09-25 | expose ParamEnv as a param | Douglas Campos | -4/+4 |
| 2017-09-25 | add ParamEnv to the trait_cache key | Douglas Campos | -4/+4 |
| 2017-09-25 | Auto merge of #44809 - arielb1:small-scope, r=eddyb | bors | -47/+141 |
| 2017-09-25 | Remove now dead code. | Felix S. Klock II | -299/+1 |
| 2017-09-25 | Make mir-borrowck more closely match (draft) NLL RFC. | Felix S. Klock II | -81/+339 |
| 2017-09-25 | More fine-grained delineation for mir-borrowck errors. | Felix S. Klock II | -4/+20 |
| 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 | Fix error | bjorn3 | -2/+1 |
| 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 | Change Levensthein-based method to a single suggestion | Thomas Jespersen | -26/+39 |
| 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 |