about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-11-07Make underscore_literal_suffix a hard error.Nicholas Nethercote-23/+28
2022-10-31Auto merge of #103331 - nnethercote:convert-switch-to-br, r=scottmcmbors-31/+116
2022-10-31Use `br` instead of `switch` in more cases.Nicholas Nethercote-31/+116
2022-10-30Auto merge of #103479 - nikic:update-llvm-9, r=cuviperbors-0/+0
2022-10-30Auto merge of #103299 - nikic:usub-overflow, r=wesleywiserbors-5/+24
2022-10-30Auto merge of #103295 - ishitatsuyuki:ninja, r=cuviperbors-4/+5
2022-10-30Auto merge of #103010 - petrochenkov:effvisdoc, r=GuillaumeGomezbors-144/+108
2022-10-30Auto merge of #103755 - Dylan-DPC:rollup-dl2hups, r=Dylan-DPCbors-152/+435
2022-10-30Rollup merge of #103740 - notriddle:notriddle/search-results-padding-bottom, ...Dylan DPC-1/+0
2022-10-30Rollup merge of #103689 - saethlin:libtest-startup, r=thomccDylan DPC-29/+66
2022-10-30Rollup merge of #103588 - weihanglo:rustdoc/url-redirect, r=notriddleDylan DPC-7/+11
2022-10-30Rollup merge of #103560 - zbyrn:issue-103358-fix, r=cjgillotDylan DPC-39/+63
2022-10-30Rollup merge of #93582 - WaffleLapkin:rpitirpit, r=compiler-errorsDylan DPC-76/+295
2022-10-30Auto merge of #103721 - RalfJung:miri, r=RalfJungbors-74/+346
2022-10-30Auto merge of #103745 - matthiaskrgr:rollup-hipjva8, r=matthiaskrgrbors-52/+295
2022-10-29Auto merge of #103731 - Mark-Simulacrum:new-version, r=Mark-Simulacrumbors-2/+6
2022-10-30Rollup merge of #103737 - notriddle:notriddle/margin, r=GuillaumeGomezMatthias Krüger-10/+3
2022-10-30Rollup merge of #103726 - TaKO8Ki:avoid-&str-to-string-conversions, r=compile...Matthias Krüger-11/+8
2022-10-30Rollup merge of #103722 - GuillaumeGomez:cleanup-code-example-css, r=notriddleMatthias Krüger-28/+24
2022-10-30Rollup merge of #103715 - tshepang:consistency, r=Dylan-DPCMatthias Krüger-2/+2
2022-10-30Rollup merge of #103253 - notriddle:notriddle/test-case-masked-blanket-impl, ...Matthias Krüger-0/+5
2022-10-30Rollup merge of #103124 - ldm0:nohard_tests, r=Mark-SimulacrumMatthias Krüger-0/+149
2022-10-30Rollup merge of #102659 - Mark-Simulacrum:relnotes, r=Mark-SimulacrumMatthias Krüger-0/+103
2022-10-30Rollup merge of #100006 - jyn514:update-copy, r=dtolnayMatthias Krüger-1/+1
2022-10-29rustc_middle: Remove unnecessary type parameter from `AccessLevels`Vadim Petrochenkov-32/+16
2022-10-29rustdoc: Split effective visibilities from rustc from similar data built by r...Vadim Petrochenkov-41/+68
2022-10-29rustdoc: Simplify modifications of effective visibility tableVadim Petrochenkov-79/+32
2022-10-291.65.0 release notesMark Rousskov-0/+103
2022-10-29Drop miri cross-compile check for WindowsMark Rousskov-1/+5
2022-10-29Auto merge of #103450 - cjgillot:elision-nodedup, r=Mark-Simulacrumbors-35/+88
2022-10-29rustdoc: remove unnecessary `.search-results { padding-bottom }`Michael Howell-1/+0
2022-10-29rustdoc: use CSS margin/padding shorthand when all are being setMichael Howell-10/+3
2022-10-29Bump to 1.67.0Mark Rousskov-1/+1
2022-10-29Auto merge of #103727 - GuillaumeGomez:rollup-hfyxccr, r=GuillaumeGomezbors-864/+1084
2022-10-29Rollup merge of #103719 - joseluis:fix-typos-try-reserve, r=the8472Guillaume Gomez-2/+2
2022-10-29Rollup merge of #103699 - compiler-errors:dyn-star-cast-bad, r=TaKO8KiGuillaume Gomez-1/+65
2022-10-29Rollup merge of #103653 - GuillaumeGomez:missing-impl-private-json, r=notriddleGuillaume Gomez-5/+53
2022-10-29Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errorsGuillaume Gomez-172/+191
2022-10-29Rollup merge of #103618 - nnethercote:rename-OwnerId-fields, r=compiler-errorsGuillaume Gomez-603/+618
2022-10-29Rollup merge of #103415 - compiler-errors:tiny-perf-increase-on-diagnostic, r...Guillaume Gomez-22/+32
2022-10-29Rollup merge of #102721 - nbdd0121:panic, r=AmanieuGuillaume Gomez-20/+101
2022-10-29Rollup merge of #102634 - andrewpollack:refactor-test-rustcflags, r=Mark-Simu...Guillaume Gomez-39/+22
2022-10-29Fix z-indexes of code example feature and cleanup its CSSGuillaume Gomez-28/+24
2022-10-29Add regression test for missing item from private mod in JSON outputGuillaume Gomez-1/+29
2022-10-29Add missing impl blocks for item reexported from private mod in JSON outputGuillaume Gomez-5/+25
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-603/+618
2022-10-29Auto merge of #103714 - matthiaskrgr:rollup-kajt3i8, r=matthiaskrgrbors-47/+232
2022-10-29fix typo in hashmap and hashset try_reserve methodjoseLuís-2/+2
2022-10-29Auto merge of #2631 - RalfJung:futex-wait-no-isolate, r=RalfJungbors-7/+100
2022-10-29avoid unnecessary `&str` to `String` conversionsTakayuki Maeda-11/+8