about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-08Prevent duplication of rust-ap-syntaxNick Cameron-1/+30
2018-08-08Update RLS and RustfmtNick Cameron-166/+52
2018-08-08Auto merge of #52993 - alexcrichton:fix-some-vis, r=michaelwoeristerbors-152/+345
2018-08-07Auto merge of #52397 - estebank:println-comma, r=oli-obkbors-10/+92
2018-08-07Auto merge of #52911 - Mark-Simulacrum:visibility-hirid, r=oli-obkbors-39/+56
2018-08-07Add HirId to VisibilityKind::RestrictedMark Rousskov-39/+56
2018-08-07Auto merge of #53109 - nikomatsakis:nll-escaping-into-return-revert, r=nikoma...bors-331/+108
2018-08-07rustc: Tweak visibility of some lang itemsAlex Crichton-56/+238
2018-08-07rustc: Refactor MonoItem linkage/visibility calculationAlex Crichton-140/+151
2018-08-07Auto merge of #51990 - oli-obk:unstable_union, r=nikomatsakisbors-200/+317
2018-08-07Fix tidyOliver Schneider-2/+2
2018-08-07Make sure the feature gate actually works and never allows promoting these op...Oliver Schneider-20/+138
2018-08-07Add feature gate testOliver Schneider-0/+2
2018-08-07Also put comparing raw pointers behind a feature gateOliver Schneider-46/+22
2018-08-07Rebase fallout: new tests need updated ui outputOliver Schneider-15/+23
2018-08-07Don't accidentally promote union access in MIROliver Schneider-12/+1
2018-08-07Use the correct feature gate nameOliver Schneider-2/+2
2018-08-07Add feature gate checksOliver Schneider-1/+38
2018-08-07Place unions, pointer casts and pointer derefs behind extra feature gatesOliver Schneider-131/+118
2018-08-07Auto merge of #53150 - kennytm:rollup, r=kennytmbors-212/+141
2018-08-07Rollup merge of #53139 - danc86:riscv-no-gdb-scripts, r=petrochenkovkennytm-0/+1
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 #52450 - PramodBisht:issue/52413, r=estebankbors-52/+62
2018-08-06fix typoEsteban Küber-1/+1
2018-08-06Point at correct span when missing comma in `println`Esteban Küber-16/+24
2018-08-06Suggest comma when writing `println!("{}" a);`Esteban Küber-1/+75
2018-08-07Auto merge of #51007 - AstralSorcerer:master, r=nagisabors-54/+76
2018-08-07set emit_debug_gdb_scripts: false for riscv32imac-unknown-none targetDan Callaghan-0/+1
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-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-06add test case showing how previous attempt was unsoundNiko Matsakis-0/+43
2018-08-06Building librustc_codegen_llvm in a separate directoryMark Rousskov-54/+10
2018-08-06revert #52991Niko Matsakis-331/+65
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