about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-07-08Fix librustc_errors unit tests.Eric Huss-0/+1
2020-07-08Fix x.py test for librustc crates.Eric Huss-2/+2
2020-07-08Auto merge of #74124 - ehuss:fix-doc-dry-run-up-to-date, r=Mark-Simulacrumbors-1/+1
2020-07-07Auto merge of #74006 - euclio:sys-unix-static-mut, r=oli-obkbors-26/+33
2020-07-07Auto merge of #74059 - RalfJung:miri-uninit-validation, r=oli-obkbors-28/+69
2020-07-07Fix occasional bootstrap panic in docs.Eric Huss-1/+1
2020-07-07Auto merge of #73562 - poliorcetics:e0432-to-edition2018, r=GuillaumeGomezbors-10/+25
2020-07-07Auto merge of #74117 - Manishearth:rollup-ds7z0kx, r=Manishearthbors-542/+2048
2020-07-06Rollup merge of #74112 - pierwill:patch-2, r=sfacklerManish Goregaokar-1/+1
2020-07-06Rollup merge of #74102 - oli-obk:const_prop_icde, r=wesleywiserManish Goregaokar-19/+30
2020-07-06Rollup merge of #74090 - tmiasko:rustc-debug-assertions, r=RalfJungManish Goregaokar-2/+0
2020-07-06Rollup merge of #74089 - matklad:ship-rust-analyzer-some-more, r=pietroalbiniManish Goregaokar-3/+25
2020-07-06Rollup merge of #74078 - jyn514:lut, r=ManishearthManish Goregaokar-5/+40
2020-07-06Rollup merge of #74074 - sunfishcode:windows-openoptionsext-return-type, r=Lu...Manish Goregaokar-1/+1
2020-07-06Rollup merge of #74067 - rye:rustdoc-fqn-hover-underline, r=GuillaumeGomezManish Goregaokar-0/+3
2020-07-06Rollup merge of #73974 - CAD97:rc-no-weak, r=dtolnayManish Goregaokar-2/+2
2020-07-06Rollup merge of #73969 - davidtwco:issue-73914-checkedadd-temp-generator-inte...Manish Goregaokar-1/+33
2020-07-06Rollup merge of #73962 - ryr3:unsafe_tcp, r=LukasKalbertodtManish Goregaokar-2/+5
2020-07-06Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebankManish Goregaokar-313/+1801
2020-07-06Rollup merge of #73870 - sexxi-goose:projection-ty, r=nikomatsakisManish Goregaokar-25/+54
2020-07-06Rollup merge of #73856 - pierwill:pierwill-lexer-doc, r=jonas-schievinkManish Goregaokar-4/+5
2020-07-06Rollup merge of #70563 - GuillaumeGomez:page-hash-handling, r=ollie27,kinnisonManish Goregaokar-164/+48
2020-07-06libstd: remove some mutable statics in sys::unixAndy Russell-26/+33
2020-07-06Edit librustc_lexer top-level docspierwill-4/+5
2020-07-06Expand abbreviation in core::ffi descriptionpierwill-1/+1
2020-07-06Auto merge of #73978 - Mark-Simulacrum:shrink-paramenv, r=nnethercotebors-83/+188
2020-07-06Add rust-analyzer to the build manifestAleksey Kladov-3/+25
2020-07-05Always resolve type@primitive as a primitive, not a moduleJoshua Nelson-5/+40
2020-07-05Rollup merge of #74064 - RalfJung:variant-count-bootstrap, r=kennytmManish Goregaokar-7/+2
2020-07-05Rollup merge of #74057 - lcnr:expected_found, r=davidtwcoManish Goregaokar-35/+30
2020-07-05Rollup merge of #74055 - pickfire:patch-1, r=jonas-schievinkManish Goregaokar-2/+2
2020-07-05Rollup merge of #74027 - lcnr:ConstCx-local-def-id, r=varkorManish Goregaokar-49/+40
2020-07-05Rollup merge of #74025 - tmiasko:try-unwrap, r=AmanieuManish Goregaokar-2/+1
2020-07-05Rollup merge of #74000 - lcnr:lazy_normalisation_consts, r=varkorManish Goregaokar-1/+103
2020-07-05Rollup merge of #73973 - Nadrieril:fix-71977, r=matthewjasperManish Goregaokar-25/+90
2020-07-05Rollup merge of #73937 - JohnTitor:note-exhaustive-sized-int, r=varkorManish Goregaokar-1/+81
2020-07-05Rollup merge of #73871 - da-x:private-types-2018-no-extern, r=petrochenkovManish Goregaokar-17/+71
2020-07-05Rollup merge of #73834 - oli-obk:safe_intrinsics, r=ecstatic-morseManish Goregaokar-193/+307
2020-07-05Rollup merge of #73787 - pickfire:rustc-attrs, r=RalfJungManish Goregaokar-0/+53
2020-07-05Rollup merge of #72688 - djugei:master, r=AmanieuManish Goregaokar-0/+16
2020-07-05Fix the return type of Windows' `OpenOptionsExt::security_qos_flags`.Dan Gohman-1/+1
2020-07-06Remove unused RUSTC_DEBUG_ASSERTIONSTomasz Miąsko-2/+0
2020-07-05Auto merge of #73879 - ecstatic-morse:discr-switch-uninit, r=oli-obkbors-39/+133
2020-07-05rustdoc: Restore underline text decoration on hover for FQN in headerKristofer Rye-0/+3
2020-07-05variant_count: avoid incorrect dummy implementationRalf Jung-7/+2
2020-07-05fmtRalf Jung-4/+9
2020-07-05Avoid deconstructing pointer for hashingMark Rousskov-2/+3
2020-07-05Shrink ParamEnv to 16 bytesMark Rousskov-83/+187
2020-07-05const validation: add test for uninit boolRalf Jung-2/+13
2020-07-05catch errors more locally around read_discriminantRalf Jung-24/+43