about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-03-15Rollup merge of #122523 - compiler-errors:ensure-associated-types, r=oli-obkMatthias Krüger-0/+24
2024-03-15Rollup merge of #122515 - jieyouxu:ice-self-ty-mismatch, r=compiler-errorsMatthias Krüger-1/+63
2024-03-15Rollup merge of #122471 - RalfJung:const-eval-span, r=oli-obkMatthias Krüger-7/+192
2024-03-15Rollup merge of #122174 - notriddle:master, r=TaKO8KiMatthias Krüger-10/+88
2024-03-15Rollup merge of #121207 - chriswailes:z-external-clangrt, r=michaelwoeristerMatthias Krüger-10/+21
2024-03-15Auto merge of #122517 - petrochenkov:bodihash, r=oli-obkbors-20/+49
2024-03-14Ensure RPITITs are created before def-id freezingMichael Goulet-0/+24
2024-03-15Auto merge of #122511 - matthiaskrgr:rollup-swzilin, r=matthiaskrgrbors-393/+2023
2024-03-14Auto merge of #122514 - workingjubilee:update-backtrace-for-miri, r=workingju...bors-0/+0
2024-03-14preserve span when evaluating mir::ConstOperandRalf Jung-7/+192
2024-03-14Fill in HIR hash for associated opaque typesVadim Petrochenkov-20/+49
2024-03-14Pass the correct DefId when suggesting writing the aliased Self type out许杰友 Jieyou Xu (Joe)-1/+63
2024-03-14Use rust-lang/backtrace-rs@6fa4b85Jubilee Young-0/+0
2024-03-14Rollup merge of #122503 - compiler-errors:trait-alias-wf, r=NilstriebMatthias Krüger-1/+2
2024-03-14Rollup merge of #122498 - jfgoog:update-cc-crate-version, r=workingjubileeMatthias Krüger-1/+1
2024-03-14Rollup merge of #122487 - GuillaumeGomez:rename-stmtkind-local, r=oli-obkMatthias Krüger-103/+103
2024-03-14Rollup merge of #122479 - GrigorenkoPV:duration_millis_float, r=scottmcmMatthias Krüger-0/+42
2024-03-14Rollup merge of #122373 - surechen:fix_121331, r=petrochenkovMatthias Krüger-42/+269
2024-03-14Rollup merge of #122322 - Zalathar:branch, r=oli-obkMatthias Krüger-59/+1250
2024-03-14Rollup merge of #122212 - erikdesjardins:byval-align2, r=wesleywiserMatthias Krüger-75/+221
2024-03-14Rollup merge of #121764 - Zoxc:incr-sess-no-source, r=oli-obkMatthias Krüger-99/+101
2024-03-14Rollup merge of #121650 - GrigorenkoPV:cap_setgid, r=AmanieuMatthias Krüger-3/+18
2024-03-14Rollup merge of #117118 - bzEq:aix-linker, r=wesleywiserMatthias Krüger-10/+16
2024-03-14Auto merge of #119849 - lcnr:eagerly-instantiate-binders, r=compiler-errorsbors-397/+513
2024-03-14Restore correct version of comment and fix logic bugChris Wailes-5/+5
2024-03-14Make `SubdiagMessageOp` well-formedMichael Goulet-1/+2
2024-03-14add testslcnr-0/+128
2024-03-14Update version of cc crateJames Farrell-1/+1
2024-03-14Auto merge of #122497 - matthiaskrgr:rollup-pg9ux4r, r=matthiaskrgrbors-254/+729
2024-03-14rebaselcnr-6/+1
2024-03-14one must imagine tidy happylcnr-11/+10
2024-03-14eagerly instantiate binders to avoid relying on `sub`lcnr-395/+389
2024-03-14Rollup merge of #122490 - Amanieu:ohos-tier2-instructions, r=GuillaumeGomezMatthias Krüger-24/+27
2024-03-14Rollup merge of #122482 - weiznich:fix/122446, r=compiler-errorsMatthias Krüger-1/+21
2024-03-14Rollup merge of #122477 - surechen:change_attribute_only_local_20240314, r=lcnrMatthias Krüger-18/+55
2024-03-14Rollup merge of #122406 - compiler-errors:next-solver-asynckind-wf, r=lcnrMatthias Krüger-2/+3
2024-03-14Rollup merge of #122397 - oli-obk:machine-read-hook2, r=RalfJungMatthias Krüger-146/+133
2024-03-14Rollup merge of #122368 - pavedroad:master, r=oli-obkMatthias Krüger-3/+3
2024-03-14Rollup merge of #122287 - RalfJung:simd-static-assert, r=pnkfelixMatthias Krüger-8/+56
2024-03-14Rollup merge of #122247 - notriddle:notriddle/search-unbox-limit, r=Guillaume...Matthias Krüger-31/+366
2024-03-14Rollup merge of #122238 - fee1-dead-contrib:builtin-impl-next-solver-dox, r=lcnrMatthias Krüger-0/+18
2024-03-14Rollup merge of #119029 - dylni:avoid-closing-invalid-handles, r=ChrisDentonMatthias Krüger-21/+47
2024-03-14Auto merge of #120943 - petrochenkov:somehir3, r=oli-obkbors-29/+67
2024-03-14Update build instructions for OpenHarmonyAmanieu d'Antras-24/+27
2024-03-14Rename some things around validation error reporting to signal that it is in ...Oli Scherer-13/+15
2024-03-14Move the entire success path into `eval_body_using_ecx`Oli Scherer-41/+33
2024-03-14Move validation into eval_body_using_ecxOli Scherer-6/+4
2024-03-14Share the `InterpCx` creation between static and const evaluationOli Scherer-19/+11
2024-03-14Remove an argument that can be computed cheaplyOli Scherer-7/+3
2024-03-14Directly pass in the stack instead of computing it from a machineOli Scherer-5/+6