about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-08-07Rollup merge of #128539 - biabbas:deny_unsafe, r=workingjubileeMatthias Krüger-0/+2
2024-08-07Rollup merge of #128406 - lolbinarycat:bufreader_peek, r=Mark-SimulacrumMatthias Krüger-0/+55
2024-08-07Rollup merge of #125048 - dingxiangfei2009:stable-deref, r=amanieuMatthias Krüger-4/+218
2024-08-07Rollup merge of #124944 - estebank:multiple-crate-versions, r=fee1-deadMatthias Krüger-43/+209
2024-08-06fix testEsteban Küber-15/+19
2024-08-06Move test to be make instead of uiEsteban Küber-132/+47
2024-08-06Change test to be only-linux and ignore-wasm32Esteban Küber-3/+4
2024-08-06fix rebaseEsteban Küber-2/+3
2024-08-06Add `help` about using `cargo tree`Esteban Küber-11/+14
2024-08-06Add test for mixing types from two incompatible crate versionsEsteban Küber-0/+133
2024-08-06On trait bound mismatch, detect multiple crate versions in dep treeEsteban Küber-39/+124
2024-08-06Maintain highlighting in `note` and `help` even when they have a spanEsteban Küber-2/+26
2024-08-06Auto merge of #128245 - Oneirical:total-linkage-ownage, r=jieyouxubors-36/+63
2024-08-06Auto merge of #126804 - estebank:short-error-primary-label, r=davidtwcobors-14/+34
2024-08-06On short error format, append primary span label to messageEsteban Küber-14/+34
2024-08-06Auto merge of #128200 - estebank:normalize-whitespace, r=pnkfelixbors-30/+38
2024-08-06Auto merge of #125558 - Amanieu:const-asm-type, r=lcnrbors-265/+295
2024-08-05Auto merge of #128707 - matthiaskrgr:rollup-63klywk, r=matthiaskrgrbors-63/+222
2024-08-05Rollup merge of #128697 - RalfJung:nullary-op, r=compiler-errorsMatthias Krüger-41/+49
2024-08-05Rollup merge of #128694 - compiler-errors:norm, r=WaffleLapkinMatthias Krüger-17/+9
2024-08-05Rollup merge of #128688 - RalfJung:custom-mir-tail-calls, r=compiler-errorsMatthias Krüger-0/+54
2024-08-05Rollup merge of #128580 - compiler-errors:cfi-param-env, r=lcnrMatthias Krüger-2/+47
2024-08-05Rollup merge of #122049 - Amanieu:riscv64-musl-tier2, r=Mark-SimulacrumMatthias Krüger-3/+63
2024-08-05interpret: move nullary-op evaluation into operator.rsRalf Jung-41/+49
2024-08-05Auto merge of #128699 - RalfJung:miri-sync, r=RalfJungbors-626/+981
2024-08-05implement BufReader::peekbinarycat-0/+55
2024-08-05update lockfileRalf Jung-2/+3
2024-08-05Normalize when equating dyn tails in MIR borrowckMichael Goulet-17/+9
2024-08-05Auto merge of #3789 - RalfJung:deps, r=RalfJungbors-310/+300
2024-08-05bump dependenciesRalf Jung-307/+297
2024-08-05Auto merge of #3790 - RalfJung:ui-test-folder, r=RalfJungbors-1/+1
2024-08-05use a Miri-specific folder for ui testsRalf Jung-1/+1
2024-08-05Auto merge of #128689 - matthiaskrgr:rollup-ukyn8wq, r=matthiaskrgrbors-61/+56
2024-08-05bump rustc-build-sysroot dependencyRalf Jung-3/+3
2024-08-05Rollup merge of #128686 - onur-ozkan:unnecessary-type-cast, r=KobzolMatthias Krüger-2/+1
2024-08-05Rollup merge of #128664 - fuzzypixelz:add-codegen-ssa-debug-impls, r=lcnrMatthias Krüger-6/+6
2024-08-05Rollup merge of #128631 - onur-ozkan:hotfix, r=Mark-SimulacrumMatthias Krüger-2/+12
2024-08-05Rollup merge of #128559 - compiler-errors:elaborate, r=lcnrMatthias Krüger-22/+17
2024-08-05Rollup merge of #128385 - its-the-shrimp:fix_114039, r=aDotInTheVoidMatthias Krüger-29/+20
2024-08-05custom MIR: add support for tail callsRalf Jung-0/+54
2024-08-05fix the invalid argument type in `helpers::get_closest_merge_base_commit`onur-ozkan-2/+1
2024-08-05Don't re-elaborated already elaborated caller bounds in method probeMichael Goulet-22/+17
2024-08-05Auto merge of #124336 - compiler-errors:super-outlives, r=lcnrbors-15/+132
2024-08-05rewrite cdylib-dylib-linkage to rmakeOneirical-36/+63
2024-08-05Elaborate supertraits in dyn candidatesMichael Goulet-6/+15
2024-08-05Enforce supertrait outlives obligations hold when confirming implMichael Goulet-12/+120
2024-08-05Auto merge of #127095 - Oneirical:testiary-education, r=jieyouxubors-76/+138
2024-08-05rustdoc-json: discard non-local inherent implsschvv31n-29/+20
2024-08-05Auto merge of #117468 - daxpedda:wasm-relaxed-simd, r=alexcrichtonbors-1/+64
2024-08-05Auto merge of #3786 - RalfJung:rustup, r=RalfJungbors-1068/+1995