about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-06-05Disallow non-monomorphic calls to `needs_drop` in interpreterTomasz Miąsko-1/+41
2021-06-05Auto merge of #86001 - richkadel:revert-85617-rustin-patch-fix, r=Mark-Simula...bors-163/+149
2021-06-05Auto merge of #85990 - jyn514:channel-replace-rustdoc, r=Manishearthbors-7/+17
2021-06-05Auto merge of #85919 - workingjubilee:simd-ptrs-are-valid, r=petrochenkovbors-8/+134
2021-06-05Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomezbors-449/+79
2021-06-05Auto merge of #84234 - jyn514:blanket-hash, r=Aaron1011bors-20/+22
2021-06-04Auto merge of #86006 - JohnTitor:rollup-97iuoi3, r=JohnTitorbors-283/+360
2021-06-04Added a new test demonstrating the issue requiring revertRich Kadel-0/+18
2021-06-05Rollup merge of #85988 - jyn514:ninja-error, r=joshtriplettYuki Okushi-1/+1
2021-06-05Rollup merge of #85983 - dtolnay:semverx, r=ehussYuki Okushi-3/+3
2021-06-05Rollup merge of #85979 - tlyu:where-no-unsized-indirection, r=estebankYuki Okushi-0/+33
2021-06-05Rollup merge of #85966 - alexcrichton:wasm-simd-indirect, r=workingjubileeYuki Okushi-6/+33
2021-06-05Rollup merge of #85939 - m-ou-se:fix-remove-ref-macro-invocation, r=estebankYuki Okushi-4/+36
2021-06-05Rollup merge of #85853 - marmeladema:improper-ctypes-definitions-boxed-dst, r...Yuki Okushi-24/+66
2021-06-05Rollup merge of #84942 - jyn514:channel-replace, r=ManishearthYuki Okushi-120/+139
2021-06-05Rollup merge of #84880 - jyn514:cleanup-itemkind, r=GuillaumeGomezYuki Okushi-20/+37
2021-06-05Rollup merge of #84466 - jyn514:prim-str, r=GuillaumeGomezYuki Okushi-45/+10
2021-06-05Rollup merge of #83653 - jyn514:unused-sync-code, r=wesleywiserYuki Okushi-60/+2
2021-06-04Auto merge of #84449 - alexcrichton:metadata-in-object, r=nagisabors-182/+212
2021-06-04Revert "shrinking the deprecated method span"Rich Kadel-163/+131
2021-06-04Unify parallel and non-parallel APIsJoshua Nelson-2/+54
2021-06-04Remove unused code from `rustc_data_structures::sync`Joshua Nelson-110/+0
2021-06-04rustdoc: link consistently to stable/beta in diagnostic messagesJoshua Nelson-7/+17
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-120/+139
2021-06-04rustc: Store metadata-in-rlibs in object filesAlex Crichton-182/+212
2021-06-04Auto merge of #85806 - ATiltedTree:android-ndk-beta, r=petrochenkovbors-4/+17
2021-06-04Improve error messageJoshua Nelson-1/+1
2021-06-04Update `compiler_builtins` to v0.1.45Tilmann Meyer-2/+2
2021-06-04Auto merge of #85788 - rylev:force-warns, r=nikomatsakisbors-23/+321
2021-06-04Implement DepTrackingHash for `Option` through blanket impls instead of macrosJoshua Nelson-20/+22
2021-06-04Note that `ninja = false` goes under `[llvm]`Joshua Nelson-1/+1
2021-06-04Remove `doc(include)`Joshua Nelson-449/+79
2021-06-04Auto merge of #85385 - richkadel:simpler-simplify-with-coverage, r=wesleywiserbors-65/+216
2021-06-04Auto merge of #85959 - RalfJung:miri-stage-0, r=Mark-Simulacrumbors-3/+12
2021-06-04Auto merge of #85984 - JohnTitor:rollup-rq0g9ph, r=JohnTitorbors-120/+161
2021-06-04Rollup merge of #85977 - ehuss:linkcheck-nightly, r=Mark-SimulacrumYuki Okushi-5/+5
2021-06-04Rollup merge of #85963 - m-ou-se:constructor-type-name, r=yaahcYuki Okushi-6/+14
2021-06-04Rollup merge of #85937 - m-ou-se:macro-ref-suggestions, r=estebankYuki Okushi-20/+99
2021-06-04Rollup merge of #85899 - klensy:jsondocck-f, r=Mark-SimulacrumYuki Okushi-19/+11
2021-06-04Rollup merge of #85889 - denismerigoux:master, r=petrochenkovYuki Okushi-0/+11
2021-06-04Rollup merge of #85888 - steffahn:fix_internal_trustedrandomaccess_docs, r=Ma...Yuki Okushi-1/+1
2021-06-04Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514Yuki Okushi-69/+2
2021-06-04Rollup merge of #85717 - fee1-dead:document-cow, r=yaahcYuki Okushi-0/+18
2021-06-03Update to semver 1.0.3David Tolnay-3/+3
2021-06-04Auto merge of #85954 - flip1995:clippyup, r=Manishearthbors-1310/+2368
2021-06-03Auto merge of #85867 - steffahn:remove_unnecessary_specfromiter_impls, r=Mark...bors-34/+1
2021-06-03Warn against boxed DST in `improper_ctypes_definitions` lintmarmeladema-24/+66
2021-06-03don't suggest unsized indirection in where-clausesTaylor Yu-0/+33
2021-06-03Build linkcheck script as release to run faster.Eric Huss-1/+1
2021-06-03Fix linkcheck script from getting out of sync.Eric Huss-4/+4