about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-09liballoc_jemalloc: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-09liballoc_system: enable feature(nll) for bootstrapmemoryruins-0/+2
2018-08-09libgraphviz: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-09librustc_borrowck: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-09librustc_lint: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-09librustc_metadata: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-08Auto merge of #53088 - matthewjasper:closure-region-spans, r=nikomatsakisbors-63/+112
2018-08-08Auto merge of #52872 - faern:use-modern-alignment-libc, r=TimNNbors-98/+117
2018-08-08Use repr(align(x)) for redox in6_addrLinus Färnstrand-1/+1
2018-08-08Update libc to 0.2.43 in Cargo.lockLinus Färnstrand-43/+43
2018-08-08Simplify Ipv6Addr::from(octets) to not use unsafeLinus Färnstrand-3/+1
2018-08-08Simplify is_broadcastLinus Färnstrand-2/+1
2018-08-08Add Ipv4Addr BROADCAST assoc constLinus Färnstrand-0/+18
2018-08-08Move IPs to assoc constsLinus Färnstrand-28/+21
2018-08-08Make Ipv{4,6}Addr::new const fnsLinus Färnstrand-20/+30
2018-08-08Update libc and activate align featureLinus Färnstrand-1/+2
2018-08-08Auto merge of #53053 - petrochenkov:custattr, r=alexcrichtonbors-320/+295
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