about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-09Auto merge of #51899 - gnzlbg:llvm501, r=alexcrichtonbors-100/+16
2018-07-09Auto merge of #50250 - csmoe:wf_traitref, r=scalexmbors-23/+82
2018-07-09Change wordingscalexm-20/+22
2018-07-09Auto merge of #51956 - GuillaumeGomez:shutdown-doc-lints, r=oli-obkbors-4/+57
2018-07-09add comment about lints whitelistingGuillaume Gomez-0/+2
2018-07-09Auto merge of #52159 - SimonSapin:alloc-prelude, r=alexcrichtonbors-17/+72
2018-07-09still support LLVM4 for emscriptengnzlbg-1/+167
2018-07-09bump llvm version of failing codegen testgnzlbg-0/+1
2018-07-09bump minimum LLVM version to 5.0gnzlbg-267/+16
2018-07-09Auto merge of #52160 - euclio:include-macros, r=oli-obkbors-0/+35
2018-07-09Auto merge of #52066 - benjaminp:obligation-select, r=Mark-Simulacrumbors-2/+1
2018-07-09Removed a single trailing space. Oops.Orson Peters-1/+1
2018-07-09Reimplemented Vec's swap_remove to not rely on pop.Orson Peters-4/+6
2018-07-09Performance improvement of Vec's swap_remove.Orson Peters-3/+7
2018-07-08add regression test for #48835Andy Russell-0/+35
2018-07-08Auto merge of #52152 - fabric-and-ink:edit-file-open-example, r=frewsxcvbors-3/+3
2018-07-08Auto merge of #52106 - PramodBisht:issue/52049, r=oli-obkbors-1/+48
2018-07-08Edit code example for File::openFabian Drinck-3/+3
2018-07-08Auto merge of #51955 - zackmdavis:item_semi, r=oli-obkbors-0/+18
2018-07-08Auto merge of #51590 - bjorn3:codegen_llvm_extract, r=alexcrichtonbors-110/+30
2018-07-07Reformat std prelude source to show it is the sum of core and alloc preludesSimon Sapin-16/+42
2018-07-07Add the `alloc::prelude` moduleSimon Sapin-1/+30
2018-07-07Auto merge of #52132 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-3/+8
2018-07-07Rollup merge of #52131 - Mark-Simulacrum:ship-clippy, r=kennytmMark Rousskov-0/+1
2018-07-07Rollup merge of #52107 - PramodBisht:feature/52105, r=rkruppeMark Rousskov-2/+0
2018-07-07Rollup merge of #52087 - malbarbo:musl-1.1.19, r=alexcrichtonMark Rousskov-1/+7
2018-07-07Ship clippy in manifestsMark Rousskov-0/+1
2018-07-07Auto merge of #52109 - michaelwoerister:ir-objs, r=alexcrichtonbors-36/+28
2018-07-07Added UI testcases for #52049Pramod Bisht-0/+44
2018-07-07Auto merge of #51993 - TheDarkula:master, r=oli-obkbors-73/+175
2018-07-07Update Cargo.lockbjorn3-7/+1
2018-07-07Revert changes to bootstrap, rustc_driver and fix {core,std}simdbjorn3-59/+30
2018-07-07Hopefully fix itbjorn3-3/+1
2018-07-07Only use coresimd when codegen_backend is LLVMbjorn3-7/+31
2018-07-07Move llvm_target_features back to llvm_utilbjorn3-133/+118
2018-07-07Move time_graph.rs to rustc/utilbjorn3-2/+2
2018-07-07Update Cargo.lock and move size_and_align_of_dst backbjorn3-107/+132
2018-07-07Remove unused rustc_driver dependency on arbjorn3-2/+0
2018-07-07Leave fixme commentbjorn3-1/+2
2018-07-07Fix testbjorn3-5/+4
2018-07-07Fix metadata_only metadata encodingbjorn3-1/+15
2018-07-07Solve review commentbjorn3-11/+8
2018-07-07Undo unnecessary changebjorn3-1/+3
2018-07-07Fix some errorsbjorn3-131/+17
2018-07-07Mostly fix compiling without LLVM (with metadata_only backend)bjorn3-115/+15
2018-07-07Move some functions out of rustc_codegen_llvm and fix metadata_only backendbjorn3-139/+265
2018-07-07Auto merge of #52037 - lqd:skipping-regionless-types, r=nikomatsakisbors-0/+9
2018-07-07removed redundant header file import in rustllvm.hPramod Bisht-2/+0
2018-07-07Addresses #52049Pramod Bisht-1/+4
2018-07-07update testscsmoe-6/+3