about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-06-30Rollup merge of #98685 - camelid:sorting-flag, r=GuillaumeGomezMatthias Krüger-17/+31
2022-06-30Rollup merge of #98683 - matthiaskrgr:ice-test-68875, r=compiler-errorsMatthias Krüger-0/+19
2022-06-30Rollup merge of #98682 - matthiaskrgr:test-94432, r=compiler-errorsMatthias Krüger-0/+10
2022-06-30Rollup merge of #98681 - Enselic:rustdoc-json-default-assoc-type-blanket-impl...Matthias Krüger-1/+10
2022-06-30Rollup merge of #96727 - oli-obk:no_expect, r=lcnrMatthias Krüger-246/+378
2022-06-29Replace `sort_modules_alphabetically` boolean with enumNoah Lev-17/+31
2022-06-29add test for ice 68875Matthias Krüger-0/+19
2022-06-29add tests for ICE 94432Matthias Krüger-0/+10
2022-06-29rustdoc-json: Make default value of blanket impl assoc types workMartin Nordholts-1/+10
2022-06-29Auto merge of #98680 - matthiaskrgr:rollup-1bkrrn9, r=matthiaskrgrbors-237/+310
2022-06-29Rollup merge of #98668 - TaKO8Ki:avoid-many-&str-to-string-conversions, r=Dyl...Matthias Krüger-66/+38
2022-06-29Rollup merge of #98665 - ChrisDenton:deprecated-suggestion, r=compiler-errorsMatthias Krüger-6/+28
2022-06-29Rollup merge of #98660 - eddyb:invalid-punct-stage1, r=lqdMatthias Krüger-14/+6
2022-06-29Rollup merge of #98652 - ojeda:warning-free-no_global_oom_handling, r=joshtri...Matthias Krüger-4/+9
2022-06-29Rollup merge of #98647 - ehuss:update-cargo, r=ehussMatthias Krüger-0/+0
2022-06-29Rollup merge of #98646 - notriddle:notriddle/main.js, r=GuillaumeGomezMatthias Krüger-2/+25
2022-06-29Rollup merge of #98643 - voidc:valtree-ref-pretty, r=lcnrMatthias Krüger-102/+138
2022-06-29Rollup merge of #98642 - yanchen4791:issue-98260-fix, r=spastorinoMatthias Krüger-0/+26
2022-06-29Rollup merge of #98636 - ehuss:mentions-wrapping, r=Mark-SimulacrumMatthias Krüger-13/+13
2022-06-29Rollup merge of #98434 - dpaoliello:staticcrt, r=jyn514Matthias Krüger-30/+27
2022-06-29Auto merge of #98669 - Dylan-DPC:rollup-8uzhcip, r=Dylan-DPCbors-271/+511
2022-06-29Rollup merge of #98625 - RalfJung:retag, r=oli-obkDylan DPC-5/+20
2022-06-29Rollup merge of #98607 - compiler-errors:tuple-wrap-suggestion, r=oli-obkDylan DPC-196/+275
2022-06-29Rollup merge of #98554 - DrMeepster:box_unsizing_is_not_special, r=RalfJungDylan DPC-17/+7
2022-06-29Rollup merge of #98516 - dlrobertson:uefi_va_list, r=joshtriplettDylan DPC-9/+16
2022-06-29Rollup merge of #98499 - JulianKnodt:erase_lifetime, r=lcnrDylan DPC-1/+35
2022-06-29Rollup merge of #98479 - leocth:atomic-bool-fetch-not, r=joshtriplettDylan DPC-0/+36
2022-06-29Rollup merge of #98415 - compiler-errors:rustc-borrowck-session-diagnostic-1,...Dylan DPC-43/+122
2022-06-29avoid many `&str` to `String` conversions with `MultiSpan::push_span_label`Takayuki Maeda-66/+38
2022-06-29Auto merge of #98558 - nnethercote:smallvec-1.8.1, r=lqdbors-34/+34
2022-06-29The only reason we had to replace opaque types in closures was due to async f...Oli Scherer-67/+35
2022-06-29Add more testsOli Scherer-2/+28
2022-06-29Make RPIT and TAIT work exactly the sameOli Scherer-221/+359
2022-06-29Use verbose help for deprecation suggestionChris Denton-6/+28
2022-06-29Improve doc comment of destructure_constDominik Stolz-3/+4
2022-06-29Unbreak stage1 tests via ignore-stage1 in `proc-macro/invalid-punct-ident-1.rs`.Eduard-Mihai Burtescu-14/+6
2022-06-29Auto merge of #98656 - Dylan-DPC:rollup-hhytn0c, r=Dylan-DPCbors-1246/+1785
2022-06-29Rollup merge of #98603 - compiler-errors:minor-borrowck-diagnostic-fixes, r=d...Dylan DPC-97/+150
2022-06-29Rollup merge of #98549 - RalfJung:interpret-stacktraces, r=oli-obkDylan DPC-18/+13
2022-06-29Rollup merge of #98525 - JohnTitor:issue-79224, r=compiler-errorsDylan DPC-0/+53
2022-06-29Rollup merge of #98277 - compiler-errors:issue-93596, r=estebankDylan DPC-58/+93
2022-06-29Rollup merge of #97786 - ferrocene:pa-fix-simulate-remap-prefix, r=Mark-Simul...Dylan DPC-16/+22
2022-06-29Rollup merge of #97542 - compiler-errors:arg-mismatch, r=jackh726Dylan DPC-682/+759
2022-06-29Rollup merge of #97423 - m-ou-se:memory-ordering-intrinsics, r=tmiaskoDylan DPC-375/+695
2022-06-29Erase regions in new abstract constskadmin-1/+35
2022-06-29Auto merge of #98542 - jackh726:coinductive-wf, r=oli-obkbors-26/+130
2022-06-29alloc: ensure `no_global_oom_handling` builds are warning-freeMiguel Ojeda-1/+1
2022-06-29alloc: fix `no_global_oom_handling` warningsMiguel Ojeda-3/+8
2022-06-28Don't point at another arg if we're already pointing at oneMichael Goulet-18/+77
2022-06-28rustdoc: add assertion for missing popover divMichael Howell-1/+3