about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-10-06Ensure crash is caused by libc::abortFlorian Bartels-4/+22
2022-10-06Fix whitespaceFlorian Bartels-1/+3
2022-10-06Fix test for AndroidFlorian Bartels-0/+22
2022-10-06Enable test on AndroidFlorian Bartels-1/+0
2022-10-06Auto merge of #102573 - RalfJung:mirisync, r=oli-obkbors-875/+958
2022-10-05Auto merge of #102394 - dingxiangfei2009:issue-102317, r=oli-obkbors-0/+44
2022-10-05Auto merge of #102438 - andrewpollack:add-target-rustc-flags, r=Mark-Simulacrumbors-2/+4
2022-10-05Auto merge of #102704 - Dylan-DPC:rollup-66ff8sm, r=Dylan-DPCbors-164/+332
2022-10-05Rollup merge of #102699 - GuillaumeGomez:fix-hamburger-button-color, r=Dylan-DPCDylan DPC-3/+5
2022-10-05Rollup merge of #102496 - compiler-errors:into-suggestion, r=davidtwcoDylan DPC-19/+70
2022-10-05Rollup merge of #101061 - RalfJung:panic-on-uninit, r=oli-obkDylan DPC-123/+237
2022-10-05Rollup merge of #100986 - TaKO8Ki:do-not-suggest-adding-generic-args-for-turb...Dylan DPC-19/+20
2022-10-05Auto merge of #98736 - alex:lipo-magic, r=bjorn3bors-0/+14
2022-10-05Add regression test for hamberger button color in mobile sidebarGuillaume Gomez-3/+4
2022-10-05Fix hamburger button color in mobile sidebarGuillaume Gomez-0/+1
2022-10-05Auto merge of #102691 - notriddle:rollup-tdtyagp, r=notriddlebors-38/+33
2022-10-05stop suggesting adding generic args for turbofishTakayuki Maeda-19/+20
2022-10-05change might_permit_raw_init to fully detect LLVM UB, but not more than thatRalf Jung-123/+237
2022-10-04Rollup merge of #102686 - cuviper:rls-tool_std, r=jyn514Michael Howell-1/+1
2022-10-04Rollup merge of #102670 - lyming2007:issue-101866-fix, r=compiler-errorsMichael Howell-15/+15
2022-10-04Rollup merge of #102662 - notriddle:notriddle/code-header-display-block, r=Gu...Michael Howell-4/+0
2022-10-04Rollup merge of #102650 - Rageking8:slightly-improve-no-return-for-returning-...Michael Howell-18/+17
2022-10-05Suggest `.into()` when all other coercion suggestions failMichael Goulet-19/+70
2022-10-04Don't build the compiler before building rlsJosh Stone-1/+1
2022-10-04Update cargoWeihang Lo-0/+0
2022-10-04follow-up fix about 101866 to print the self type.Yiming Lei-15/+15
2022-10-04Rollup merge of #102651 - oli-obk:non_region_things, r=lcnrMatthias Krüger-1/+1
2022-10-04Rollup merge of #102648 - Rageking8:add-test-for-#102605, r=compiler-errorsMatthias Krüger-0/+56
2022-10-04Rollup merge of #102647 - oli-obk:tilde_const_bounds, r=fee1-deadMatthias Krüger-91/+188
2022-10-04Rollup merge of #102488 - compiler-errors:gat-compatibility, r=oli-obkMatthias Krüger-0/+28
2022-10-04Rollup merge of #102241 - jyn514:manifest-json-docs, r=Mark-SimulacrumMatthias Krüger-2/+17
2022-10-04rustdoc: remove no-op CSS `.code-header { display: block }`Michael Howell-4/+0
2022-10-04test Miri changes in PR CI; we no longer need xargoRalf Jung-14/+3
2022-10-04Auto merge of #2566 - saethlin:gc-cleanup, r=oli-obkbors-127/+464
2022-10-04It's not about types or consts, but the lack of regionsOli Scherer-1/+1
2022-10-04re-architect the tag visitor traitsRalf Jung-222/+306
2022-10-04Finish TimeoutCallbackBen Kimock-14/+17
2022-10-04Please help, where is this lifetime bound coming fromBen Kimock-40/+90
2022-10-04Use static dispatch in the visitorBen Kimock-105/+148
2022-10-04Use VisitProvenance to factor allocation visiting betterBen Kimock-18/+32
2022-10-04A bit of cleanupBen Kimock-8/+28
2022-10-04Expand VisitMachineValues to cover more pointers in the interpreterBen Kimock-33/+156
2022-10-04more details on stacked borrows trackingRalf Jung-10/+33
2022-10-04resolve error when attempting to link a universal library on macOSAlex Gaynor-0/+14
2022-10-04slightly improve no return for returning function errorRageking8-18/+17
2022-10-04Rollup merge of #102633 - Nilstrieb:rustdoc-lint-🏳️‍⚧️late, r=davi...Dylan DPC-3/+27
2022-10-04Rollup merge of #102568 - compiler-errors:lint-unsatisfied-opaques, r=oli-obkDylan DPC-0/+108
2022-10-04Rollup merge of #102559 - compiler-errors:issue-102553, r=oli-obkDylan DPC-0/+24
2022-10-04Rollup merge of #102489 - compiler-errors:issue-102074, r=oli-obkDylan DPC-2/+34
2022-10-04Merge the `~const` and `impl const` checks and add some explanatory notesOli Scherer-17/+10