about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-09-27Auto merge of #44782 - estebank:issue-36700, r=GuillaumeGomezbors-20/+102
2017-09-27Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkovbors-205/+301
2017-09-27Auto merge of #44713 - zackmdavis:fn_main_in_a_comment_in_rustdoc_breaks_test...bors-1/+15
2017-09-27Auto merge of #44825 - dtolnay:cratelint, r=aturonbors-1/+1
2017-09-27Auto merge of #44812 - Mark-Simulacrum:rustdoc-debug, r=alexcrichtonbors-0/+5
2017-09-27Auto merge of #44802 - sfackler:vecdeque-oob, r=Gankrobors-1/+26
2017-09-26Allow rustdoc to get compiled with debuginfoMark Simulacrum-0/+5
2017-09-26don't let rustdoc get confused by text "fn main" in a line commentZack M. Davis-1/+15
2017-09-26Auto merge of #44757 - jseyfried:fix_bad_derive_collection, r=nrcbors-7/+29
2017-09-26bump rustfmtBadel2-9/+9
2017-09-26Auto merge of #44741 - qmx:trans_fulfill_obligation_should_not_crash, r=nikom...bors-8/+11
2017-09-26Auto merge of #44736 - pnkfelix:mir-borrowck4, r=arielb1bors-341/+317
2017-09-26Auto merge of #44735 - tirr-c:issue-42143, r=arielb1bors-119/+245
2017-09-25Fix bug in collecting trait and impl items with derives.Jeffrey Seyfried-7/+29
2017-09-25Auto merge of #44297 - laumann:suggest-misspelt-methods, r=arielb1bors-10/+158
2017-09-25Auto merge of #44279 - smaeul:crt_static-deps, r=alexcrichtonbors-41/+49
2017-09-25Auto merge of #44085 - bjorn3:no_llvm_write_metadata, r=arielb1bors-267/+520
2017-09-25those changes break miri, PR will be issued laterDouglas Campos-1/+1
2017-09-25fix tidy errorsDouglas Campos-2/+4
2017-09-25add comment per @nikomatsakis requestDouglas Campos-0/+1
2017-09-25expose ParamEnv as a paramDouglas Campos-4/+4
2017-09-25add ParamEnv to the trait_cache keyDouglas Campos-4/+4
2017-09-25Auto merge of #44809 - arielb1:small-scope, r=eddybbors-47/+141
2017-09-25Remove now dead code.Felix S. Klock II-299/+1
2017-09-25Make mir-borrowck more closely match (draft) NLL RFC.Felix S. Klock II-81/+339
2017-09-25More fine-grained delineation for mir-borrowck errors.Felix S. Klock II-4/+20
2017-09-25fix Debug implsAriel Ben-Yehuda-2/+19
2017-09-25Auto merge of #44646 - petrochenkov:scompress, r=michaelwoeristerbors-32/+188
2017-09-24Allow unused extern crate againDavid Tolnay-1/+1
2017-09-25Fix errorbjorn3-2/+1
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-24Point at parameter type on E0301Esteban Küber-20/+102
2017-09-24Change Levensthein-based method to a single suggestionThomas Jespersen-26/+39