about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-07Rollup merge of #53135 - joshtriplett:remove-catch-from-2018-preview, r=Mark-...kennytm-1/+1
2018-08-07Rollup merge of #53107 - RalfJung:static-mutex, r=alexcrichtonkennytm-12/+5
2018-08-07Rollup merge of #53093 - 0e4ef622:issue-52169-fix, r=petrochenkovkennytm-0/+28
2018-08-07Rollup merge of #53068 - MajorBreakfast:spawn, r=cramertjkennytm-50/+54
2018-08-07Rollup merge of #53060 - iliekturtles:rustdoc-style, r=GuillaumeGomezkennytm-35/+32
2018-08-07Rollup merge of #53052 - redroc:master, r=QuietMisdreavuskennytm-33/+0
2018-08-07Rollup merge of #53028 - Mark-Simulacrum:split-out-codegen, r=alexcrichtonkennytm-54/+10
2018-08-07Rollup merge of #52886 - petrochenkov:noga, r=alexcrichtonkennytm-9/+3
2018-08-07Rollup merge of #52885 - Mark-Simulacrum:cleanup-typeck, r=nikomatsakiskennytm-18/+7
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-06Rust 2018: Disable catch_expr, not targeted for 2018 editionJosh Triplett-1/+1
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-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-06Building librustc_codegen_llvm in a separate directoryMark Rousskov-54/+10
2018-08-06Auto merge of #53045 - pnkfelix:issue-53026-migrate-never-looser-than-ast-bor...bors-6/+48
2018-08-06Remove references to `StaticMutex` which got removed a while agoRalf Jung-12/+5
2018-08-06Rename Executor trait to SpawnJosef Reinhard Brandl-50/+54
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-05Fix failure on msvcvarkor-1/+0
2018-08-05Enable macros to pass $:literal to another macroMatthew Tran-0/+28
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