about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-12-01compiletest: un-escape new-line in normalize replacement stringUrgau-0/+2
2024-12-01Add specific test for check-cfg "and X more" diagnosticUrgau-12/+26
2024-12-01Auto merge of #132390 - RalfJung:diagnostics-root-dir, r=albertlarsan68,weiha...bors-10/+15
2024-12-01fix cargo path logicRalf Jung-3/+4
2024-12-01Auto merge of #133694 - matthiaskrgr:rollup-s6xj4rf, r=matthiaskrgrbors-699/+670
2024-12-01Rollup merge of #133689 - HomelikeBrick42:master, r=jieyouxuMatthias Krüger-15/+15
2024-12-01Rollup merge of #133686 - samueltardieu:push-xkxwxzxqokuu, r=compiler-errorsMatthias Krüger-0/+2
2024-12-01Rollup merge of #133660 - compiler-errors:trait-obj-missing-assoc, r=lcnrMatthias Krüger-205/+35
2024-12-01Rollup merge of #133622 - mkroening:exception-blog, r=cuviperMatthias Krüger-2/+2
2024-12-01Rollup merge of #133602 - SanchithHegde:fix-pathbuf-example-codeblocks, r=cuv...Matthias Krüger-0/+2
2024-12-01Rollup merge of #133515 - SteveLauC:fix/hurd, r=ChrisDentonMatthias Krüger-4/+6
2024-12-01Rollup merge of #132047 - compiler-errors:rbv-rtn-cleanup, r=cjgillotMatthias Krüger-35/+143
2024-12-01Rollup merge of #128184 - joboet:refactor_pthread_sync, r=workingjubileeMatthias Krüger-438/+465
2024-12-01Auto merge of #133499 - nikic:no-backend-verify, r=Mark-Simulacrumbors-13/+10
2024-12-01Auto merge of #133365 - compiler-errors:compare-impl-item, r=lcnrbors-228/+123
2024-12-01Fixed typos by changing `happend` to `happened`HomelikeBrick42-15/+15
2024-11-30Auto merge of #133684 - RalfJung:rollup-j2tmrg7, r=RalfJungbors-68/+170
2024-11-30Add diagnostic item for `std::ops::ControlFlow`Samuel Tardieu-0/+2
2024-11-30Rollup merge of #133673 - onur-ozkan:windows-fixme, r=KobzolRalf Jung-3/+1
2024-11-30Rollup merge of #133670 - RalfJung:hashbrown, r=AmanieuRalf Jung-2/+2
2024-11-30Rollup merge of #133667 - sunwxg:xiaoguang/remove-unused-code, r=clubby789Ralf Jung-1/+0
2024-11-30Rollup merge of #133655 - dtolnay:maybeparen, r=lcnrRalf Jung-52/+104
2024-11-30Rollup merge of #133571 - madsmtm:visionos-support-std, r=NoratriebRalf Jung-2/+2
2024-11-30Rollup merge of #131698 - the8472:remove-set-discriminant-hack, r=RalfJungRalf Jung-8/+61
2024-11-30use stores of the correct size to set discriminantsThe 8472-8/+16
2024-11-30Auto merge of #133659 - jieyouxu:rollup-576gh4p, r=jieyouxubors-978/+2230
2024-11-30Do not create trait object type if missing associated typesMichael Goulet-205/+35
2024-11-30Move refinement check out of compare_impl_itemMichael Goulet-9/+48
2024-11-30Make compare_impl_item into a queryMichael Goulet-228/+84
2024-11-30std: clarify comments about initializationjoboet-11/+13
2024-11-30add tests for niches in pointersThe 8472-0/+45
2024-11-30Auto merge of #133658 - jieyouxu:rollup-rq7e0gk, r=jieyouxubors-255/+580
2024-11-30Auto merge of #133671 - nikic:revert-cargo-update, r=lqdbors-0/+0
2024-11-30fix: hurd build, stat64.st_fsid was renamed to st_devSteve Lau-4/+6
2024-11-30bless tests for changed library pathRalf Jung-6/+6
2024-11-30replace hard coded error id with `ErrorKind::DirectoryNotEmpty`onur-ozkan-3/+1
2024-11-30Revert "Auto merge of #133654 - weihanglo:update-cargo, r=weihanglo"Nikita Popov-0/+0
2024-11-30bootstrap: show diagnostics relative to rustc src dirRalf Jung-1/+5
2024-11-30bump hashbrown versionRalf Jung-2/+2
2024-11-30Remove unused codeXiaoguang Wang-1/+0
2024-11-30Rollup merge of #133548 - cuviper:btreeset-entry-api, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-2/+530
2024-11-30Rollup merge of #133496 - rust-wasi-web:wasi-available-parallelism, r=Amanieu许杰友 Jieyou Xu (Joe)-3/+13
2024-11-30Rollup merge of #133106 - BLANKatGITHUB:intrinsic, r=RalfJung许杰友 Jieyou Xu (Joe)-596/+950
2024-11-30Rollup merge of #132721 - MarcoIeni:mingw-split, r=Kobzol许杰友 Jieyou Xu (Joe)-7/+20
2024-11-30Rollup merge of #132515 - kornelski:home_fix, r=jhpratt许杰友 Jieyou Xu (Joe)-18/+14
2024-11-30Rollup merge of #131551 - taiki-e:ppc-asm-vreg-inout, r=Amanieu许杰友 Jieyou Xu (Joe)-352/+703
2024-11-30Rollup merge of #133625 - RalfJung:custom-mir-debug-info, r=compiler-errors许杰友 Jieyou Xu (Joe)-3/+71
2024-11-30Rollup merge of #133623 - nnethercote:parse_expr_bottom-spans, r=compiler-errors许杰友 Jieyou Xu (Joe)-21/+14
2024-11-30Rollup merge of #133620 - dev-ardi:simplify-hir_typeck_pass_to_variadic_funct...许杰友 Jieyou Xu (Joe)-27/+69
2024-11-30Rollup merge of #133599 - esp-rs:target/esp32s2-forced-atomics, r=Amanieu许杰友 Jieyou Xu (Joe)-0/+1