about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-09Move Fingerprint to data structuresMark Rousskov-10/+12
2018-08-09Reuse Hash impls for session data structuresMark Rousskov-45/+13
2018-08-09Remove dependency on rustc::ty from code_statsMark Rousskov-14/+12
2018-08-09Move path2cstr to rustc_fs_utilMark Rousskov-20/+17
2018-08-09Move rustc::util::fs into separate (new) crateMark Rousskov-16/+41
2018-08-09Move SVH structure to data structuresMark Rousskov-16/+31
2018-08-09Auto merge of #53031 - michaelwoerister:cross-lto, r=alexcrichtonbors-24/+203
2018-08-09Relax the target-cpu-on-function codegen test so it just checks for presence ...Michael Woerister-2/+1
2018-08-09Auto merge of #53108 - RalfJung:mutex, r=alexcrichtonbors-6/+38
2018-08-09Auto merge of #53100 - VPashkov:issue-52456-improper_ctypes, r=eddybbors-13/+17
2018-08-08Auto merge of #53186 - mikhail-m1:master, r=nikomatsakisbors-14/+78
2018-08-08Auto merge of #53163 - oli-obk:const_prop_ice, r=nikomatsakisbors-5/+23
2018-08-08add commentNiko Matsakis-0/+24
2018-08-08missed oneRalf Jung-2/+2
2018-08-08avoid using the word 'initialized' to talk about that non-reentrant-capable s...Ralf Jung-8/+9
2018-08-08Auto merge of #53192 - oli-obk:clippyup, r=kennytmbors-5/+5
2018-08-08Auto merge of #53088 - matthewjasper:closure-region-spans, r=nikomatsakisbors-63/+112
2018-08-08Address review comments for #53031 and fix some merge fallout.Michael Woerister-10/+19
2018-08-08Update clippy submoduleOliver Schneider-5/+5
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-08Fixes #53119.Mikhail Modin-14/+54
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-07Fix tidyOliver Schneider-1/+1
2018-08-07Remove an overly pedantic and wrong assertionOliver Schneider-5/+23
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-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