about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-03-20Add a testBen Kimock-21/+189
2024-03-19Account for #[link_name] intrinsics shimsBen Kimock-0/+1
2024-03-16Handle calls to upstream monomorphizations in compiler_builtinsBen Kimock-9/+95
2024-03-15Auto merge of #122341 - compiler-errors:alias-wfness, r=lcnrbors-26/+68
2024-03-15Auto merge of #122555 - GuillaumeGomez:rollup-tr6wu54, r=GuillaumeGomezbors-303/+248
2024-03-15Rollup merge of #122530 - klensy:as_str, r=fee1-deadGuillaume Gomez-6/+8
2024-03-15Rollup merge of #122513 - petrochenkov:somehir4, r=fmeaseGuillaume Gomez-199/+135
2024-03-15Rollup merge of #122512 - baitcode:2024-03-14-buffer-documentation-fix, r=Nil...Guillaume Gomez-0/+2
2024-03-15Rollup merge of #122496 - GuillaumeGomez:reduce-gcc-build-logs, r=Mark-Simula...Guillaume Gomez-8/+15
2024-03-15Rollup merge of #122468 - beepster4096:borrowck_prefixes_cleanup, r=NadrierilGuillaume Gomez-88/+28
2024-03-15Rollup merge of #114651 - tmfink:rustdoc-rustc-wrapper, r=GuillaumeGomezGuillaume Gomez-2/+60
2024-03-15Build GCC with as many threads as availableGuillaume Gomez-3/+3
2024-03-15Greatly reduce GCC build logsGuillaume Gomez-7/+14
2024-03-15Auto merge of #121297 - michaelwoerister:set-pdb-alt-path, r=wesleywiserbors-0/+53
2024-03-15Auto merge of #122538 - RalfJung:miri, r=RalfJungbors-653/+59
2024-03-15doc: add --test-builder/--test-builder-wrapperTravis Finkenauer-0/+29
2024-03-15Auto merge of #122534 - matthiaskrgr:rollup-p95i3ph, r=matthiaskrgrbors-237/+542
2024-03-15Rollup merge of #122527 - fmease:clean-up-hir-ty-lowering, r=compiler-errorsMatthias Krüger-208/+142
2024-03-15Rollup merge of #122526 - Zalathar:thir-expr-docs, r=oli-obkMatthias Krüger-1/+12
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-15rustdoc: create rustc command with an iteratorTravis Finkenauer-4/+6
2024-03-15rustdoc: fix test's saved stdoutTravis Finkenauer-2/+4
2024-03-15rustdoc: add `--test-builder-wrapper` argumentTravis Finkenauer-2/+27
2024-03-15less symbols interner locksklensy-6/+8
2024-03-15Auto merge of #3383 - RalfJung:rustup, r=RalfJungbors-1558/+5597
2024-03-15fmtRalf Jung-2/+1
2024-03-15Merge from rustcRalf Jung-1556/+5596
2024-03-15Preparing for merge from rustcRalf Jung-1/+1
2024-03-15Clean up AstConvLeón Orell Valerian Liehr-208/+142
2024-03-15Docs for `thir::ExprKind::Use` and `thir::ExprKind::Let`Zalathar-1/+12
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 #3382 - saethlin:sysroots-notification, r=saethlinbors-1/+1
2024-03-14Apply the same shell quoting trick we use in the URL toBen Kimock-1/+1
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-14hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`Vadim Petrochenkov-199/+135
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