about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-08Address review comments for #53031 and fix some merge fallout.Michael Woerister-10/+19
2018-08-07Annotate functions in LLVM with target-cpu, same as Clang does.Michael Woerister-0/+50
2018-08-07Set 'PrepareForThinLTO' whenever doing cross-language LTO.Michael Woerister-1/+2
2018-08-07Add test case for including upstream object files in staticlibs when doing cr...Michael Woerister-0/+54
2018-08-07Add test case for omitting dllimport during cross-lang LTO.Michael Woerister-0/+23
2018-08-07Run cross-lang-lto tests also for MSVC (since there's no reason not to)Michael Woerister-1/+0
2018-08-07Make sure upstream object files are added to staticlibs when compilingMichael Woerister-1/+5
2018-08-07Fix issue around dllimport and ThinLTO as LLD runs it.Michael Woerister-15/+55
2018-08-07Fix outdated description of -Zcross-lang-lto.Michael Woerister-1/+1
2018-08-07Auto merge of #52450 - PramodBisht:issue/52413, r=estebankbors-52/+62
2018-08-07Auto merge of #51007 - AstralSorcerer:master, r=nagisabors-54/+76
2018-08-06Auto merge of #53016 - scottmcm:impl-header-lifetime-elision, r=nikomatsakisbors-32/+88
2018-08-06Auto merge of #53115 - davidtwco:issue-52739, r=nikomatsakisbors-187/+205
2018-08-06Disable some nice region errors in NLL mode.David Wood-187/+205
2018-08-06#52413: addressed @estebank's NitPramod Bisht-42/+44
2018-08-06Auto merge of #52644 - varkor:lib-feature-gate-2, r=withoutboatsbors-1210/+1040
2018-08-06Special-case "test" featurevarkor-0/+4
2018-08-06Auto merge of #52990 - Aaron1011:fix/rustdoc-auto-trait-static, r=eddybbors-5/+136
2018-08-06Auto merge of #53045 - pnkfelix:issue-53026-migrate-never-looser-than-ast-bor...bors-6/+48
2018-08-06Auto merge of #52332 - zackmdavis:dead_code_lint_should_say_2_electric_boogal...bors-10/+14
2018-08-06Auto merge of #53002 - QuietMisdreavus:brother-may-i-have-some-loops, r=pnkfelixbors-24/+108
2018-08-05Auto merge of #52997 - llogiq:tiny-list-opt, r=varkorbors-32/+49
2018-08-05Fix WASM testsvarkor-2/+0
2018-08-05Fix diagnostic_list errorvarkor-1/+1
2018-08-05Auto merge of #52800 - QuietMisdreavus:do-not-pass-go, r=GuillaumeGomezbors-672/+899
2018-08-05Closes #52413: Provide structured suggestion instead of labelPramod Bisht-51/+59
2018-08-05Fix failure on msvcvarkor-1/+0
2018-08-05Change feature edition error into a warningvarkor-7/+6
2018-08-05Fix 2018 edition testsvarkor-42/+11
2018-08-05Remove references to unknown feature `io`varkor-7/+1
2018-08-05Add an error when declaring features that are stable in the current Rust editionvarkor-22/+79
2018-08-05Remove bad features after rebasevarkor-3/+0
2018-08-05Improve query efficiencyvarkor-12/+11
2018-08-05Fix outdated handling of GetLangItemsvarkor-10/+2
2018-08-05Fix stage 2 testsvarkor-13/+10
2018-08-05Fix rustdoc testvarkor-2/+0
2018-08-05Fix run-pass-fulldeps testsvarkor-89/+20
2018-08-05Fix incremental testsvarkor-2/+4
2018-08-05Add special support for libcvarkor-6/+3
2018-08-05Add support for feature attributes on macrosvarkor-4/+3
2018-08-05Convert unknown_features lint into an errorvarkor-575/+247
2018-08-05Turn the duplicate feature lint into an errorvarkor-48/+46
2018-08-05Remove unnecessary feature attributes that sneaked invarkor-16/+0
2018-08-05Remove obsolete tests in tidyvarkor-32/+3
2018-08-05Remove panic-runtime opt-outvarkor-9/+0
2018-08-05Add a test for feature attribute consistencyvarkor-0/+41
2018-08-05Add test for duplicate featuresvarkor-0/+40
2018-08-05Add a test for unknown featuresvarkor-0/+29
2018-08-05Fix test/uivarkor-7/+7
2018-08-05Fix test/compile-failvarkor-216/+231