about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-07-30Bump src/stage0 with determinismJosh Stone-361/+361
2024-07-30bump-stage0: use IndexMap for determinismJosh Stone-4/+2
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-635/+511
2024-07-30Auto merge of #124339 - oli-obk:supports_feature, r=wesleywiserbors-0/+27
2024-07-30Revert "opt-dist: dont overrwite config.toml when verifying"Mark Rousskov-14/+17
2024-07-30Make RUSTC_OVERRIDE_VERSION_STRING overwrite the rendered version output, tooOli Scherer-1/+10
2024-07-30Test RUSTC_OVERRIDE_VERSION_STRINGOli Scherer-0/+18
2024-07-30Auto merge of #127955 - chenyukang:yukang-fix-mismatched-delimiter-issue-1278...bors-10/+55
2024-07-30Auto merge of #125929 - Bryanskiy:delegation-generics-3, r=petrochenkovbors-233/+702
2024-07-30Auto merge of #128336 - Bryanskiy:inst-binder-with-fresh, r=lcnrbors-24/+22
2024-07-30Auto merge of #128378 - matthiaskrgr:rollup-i3qz9uo, r=matthiaskrgrbors-45/+268
2024-07-30Auto merge of #128250 - Amanieu:select_unpredictable, r=nikicbors-1/+107
2024-07-30Rollup merge of #128339 - GuillaumeGomez:click-code-example, r=notriddleMatthias Krüger-3/+58
2024-07-30Rollup merge of #128315 - zetanumbers:psvita-unsafe-in-unsafe, r=workingjubileeMatthias Krüger-37/+5
2024-07-30Rollup merge of #128141 - nikic:aarch64-bti, r=DianQK,cuviperMatthias Krüger-3/+83
2024-07-30Rollup merge of #127574 - lcnr:coherence-check-supertrait, r=compiler-errorsMatthias Krüger-2/+122
2024-07-30Auto merge of #128234 - jcsp:retain-empty-case, r=tgross35bors-0/+6
2024-07-29Auto merge of #128360 - matthiaskrgr:rollup-wwy5mkj, r=matthiaskrgrbors-378/+478
2024-07-29Rollup merge of #128355 - jieyouxu:rename-nora, r=aDotInTheVoidMatthias Krüger-2/+2
2024-07-29Rollup merge of #128342 - onur-ozkan:ci-env-usage, r=KobzolMatthias Krüger-8/+6
2024-07-29Rollup merge of #128284 - GKFX:stabilize-offset-of-nested, r=dtolnay,jieyouxuMatthias Krüger-236/+126
2024-07-29Rollup merge of #128153 - compiler-errors:mdpe, r=cjgillotMatthias Krüger-64/+53
2024-07-29Rollup merge of #128104 - mu001999-contrib:fix/128053, r=petrochenkovMatthias Krüger-22/+83
2024-07-29Rollup merge of #126247 - notriddle:notriddle/word-wrap-item-table, r=Guillau...Matthias Krüger-46/+208
2024-07-29Auto merge of #128350 - matthiaskrgr:rollup-bcuhts8, r=matthiaskrgrbors-77/+228
2024-07-29Add rustdoc GUI test to check click on code examplesGuillaume Gomez-0/+21
2024-07-29Make the buttons remain when code example is clickedGuillaume Gomez-3/+37
2024-07-29rustdoc: move the wbr after the underscore, instead of beforeMichael Howell-9/+9
2024-07-29rustdoc: properly handle path wrappingMichael Howell-5/+21
2024-07-29rustdoc: use `<wbr>` in sidebar headersMichael Howell-4/+24
2024-07-29Delegation: support generics for delegation from free functionsBryanskiy-233/+702
2024-07-29triagebot: make sure Nora is called Nora许杰友 Jieyou Xu (Joe)-2/+2
2024-07-29Auto merge of #128112 - Oneirical:testidigitation-cantrip, r=jieyouxubors-79/+142
2024-07-29Stabilize offset_of_nestedGeorge Bateman-236/+126
2024-07-29Stop using MoveDataParamEnv for places that don't need a param-envMichael Goulet-64/+53
2024-07-29Rollup merge of #128341 - Alexendoo:parse-version-pub, r=compiler-errorsMatthias Krüger-1/+1
2024-07-29Rollup merge of #128337 - bvanjoi:issue-121613, r=compiler-errorsMatthias Krüger-56/+120
2024-07-29Rollup merge of #128239 - compiler-errors:error-on-object-cand-confirm, r=oli...Matthias Krüger-12/+35
2024-07-29Rollup merge of #128202 - compiler-errors:internal-lib-features, r=oli-obkMatthias Krüger-0/+6
2024-07-29Rollup merge of #128174 - compiler-errors:trait-alias-marker, r=oli-obkMatthias Krüger-8/+27
2024-07-29Rollup merge of #127882 - compiler-errors:cfi-sized-self-gat, r=oli-obkMatthias Krüger-0/+39
2024-07-29rustdoc: avoid redundant HTML when there's already line breaksMichael Howell-0/+10
2024-07-29rustdoc: use `<wbr>`-tolerant function to check text contentsMichael Howell-33/+36
2024-07-29Fix tidy call in runtest with custom HTML elementMichael Howell-0/+1
2024-07-29rustdoc: word wrap CamelCase in the item list tableMichael Howell-5/+117
2024-07-29rewrite raw-dylib-stdcall-ordinal to rmakeOneirical-30/+47
2024-07-29rewrite raw-dylib-link-ordinal to rmakeOneirical-18/+38
2024-07-29rewrite raw-dylib-import-name-type to rmakeOneirical-18/+36
2024-07-29rewrite share-generics-dylib to rmakeOneirical-24/+32
2024-07-29only accept adt type during infer source visitorbohan-56/+120