about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-09-25Auto merge of #44809 - arielb1:small-scope, r=eddybbors-47/+141
2017-09-25fix Debug implsAriel Ben-Yehuda-2/+19
2017-09-25Auto merge of #44646 - petrochenkov:scompress, r=michaelwoeristerbors-32/+188
2017-09-25Auto merge of #44612 - pylaligand:magenta-to-zircon, r=alexcrichtonbors-279/+180
2017-09-24Fix fuchsia toolchain prebuild setupJames Tucker-12/+17
2017-09-25Auto merge of #44700 - arielb1:mir-effectck, r=nikomatsakisbors-432/+908
2017-09-24LP_CLONE_FDIO_ROOT is now LP_CLONE_FDIO_NAMESPACEJames Tucker-2/+2
2017-09-24ensure that prebuilt toolchain binaries are +xJames Tucker-0/+1
2017-09-24Re-add CMake packagePetr Hosek-0/+3
2017-09-24Use Zircon's Clang rather than building our ownPetr Hosek-57/+19
2017-09-24bump liblibc to 0.2.31James Tucker-0/+0
2017-09-24Download clang-tools-extra as wellPetr Hosek-0/+1
2017-09-24Install unzip into Fuchsia Docker containerPetr Hosek-1/+2
2017-09-24TODO --> FIXMEP.Y. Laligand-1/+1
2017-09-24Update submodules.P.Y. Laligand-0/+0
2017-09-24Update Fuchsia toolchain buildPetr Hosek-103/+28
2017-09-24Updated Zircon version.P.Y. Laligand-1/+1
2017-09-24Fixed casing issues.P.Y. Laligand-16/+16
2017-09-24Testing on Travis.P.Y. Laligand-0/+0
2017-09-24The Magenta kernel is now called Zircon.P.Y. Laligand-145/+148
2017-09-24Auto merge of #44758 - arielb1:a-small-path, r=eddybbors-112/+187
2017-09-24Auto merge of #44743 - arielb1:size-rollback, r=eddybbors-3/+16
2017-09-24encode region::Scope using fewer bytesAriel Ben-Yehuda-33/+29
2017-09-24move Scope behind an enumAriel Ben-Yehuda-37/+118
2017-09-24Rollup merge of #44795 - KiChjang:mir-err-notes, r=arielb1Guillaume Gomez-11/+19
2017-09-24Rollup merge of #44789 - GuillaumeGomez:fix-rustdoc-display, r=QuietMisdreavusGuillaume Gomez-1/+1
2017-09-24Rollup merge of #44625 - frewsxcv:frewsxcv-raii-stdin, r=QuietMisdreavusGuillaume Gomez-8/+24
2017-09-24Rollup merge of #44103 - zackmdavis:cmp_op_must_use, r=arielb1Guillaume Gomez-12/+52
2017-09-24sort the list of inference errors by spanAriel Ben-Yehuda-2/+11
2017-09-24fix testAriel Ben-Yehuda-2/+2
2017-09-24remove test code accidentally checked inAriel Ben-Yehuda-10/+0
2017-09-24address review commentsAriel Ben-Yehuda-5/+1
2017-09-24move unsafety checking to MIRAriel Ben-Yehuda-388/+662
2017-09-24add lint levels to VisibilityScopeAriel Ben-Yehuda-53/+269
2017-09-24typeck::check::coercion - roll back failed unsizing type varsAriel Ben-Yehuda-1/+5
2017-09-24put empty generic lists behind a pointerAriel Ben-Yehuda-112/+187
2017-09-24Auto merge of #44786 - thombles:tk/i41314, r=petrochenkovbors-5/+43
2017-09-23Add span labels for E0505 for MIR borrowckKeith Yeung-7/+12
2017-09-24Auto merge of #44772 - michaelwoerister:new-graph, r=nikomatsakisbors-535/+662
2017-09-23Auto merge of #44436 - MicroJoe:master, r=alexcrichtonbors-0/+23
2017-09-23Auto merge of #44765 - tamird:libc-shim, r=alexcrichtonbors-27/+23
2017-09-23incr.comp.: Remove out-dated unit test and unnecessary assertion.Michael Woerister-52/+0
2017-09-23incr.comp.: Make #[rustc_dirty/clean] test for fingerprint equality instead o...Michael Woerister-88/+33
2017-09-23incr.comp.: Remove support for loading metadata fingerprints.Michael Woerister-308/+105
2017-09-23incr.comp.: Serialize and deserialize new DepGraphMichael Woerister-64/+264
2017-09-23incr.comp.: Do some various cleanup.Michael Woerister-18/+12
2017-09-23incr.comp.: Initial implemenation of append-only dep-graph.Michael Woerister-44/+287
2017-09-23update `fn_must_use` UI test to exercise nonprimitive comparisonsZack M. Davis-12/+31
2017-09-23Auto merge of #43870 - GuillaumeGomez:deref-suggestion, r=nikomatsakisbors-0/+126
2017-09-23Fix warning position in rustdoc code blocksGuillaume Gomez-1/+1