about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-10-30Rollup merge of #117132 - estebank:issue-80194, r=petrochenkovGuillaume Gomez-1/+130
2023-10-30Rollup merge of #117068 - nnethercote:clean-up-Cargo-toml, r=wesleywiserGuillaume Gomez-303/+400
2023-10-30Rollup merge of #112463 - fmease:rustdoc-elide-x-crate-def-gen-args, r=Guilla...Guillaume Gomez-41/+272
2023-10-30rustdoc: elide cross-crate default generic argumentsLeón Orell Valerian Liehr-41/+272
2023-10-30Auto merge of #116939 - chenx97:bootstrap-fd-lock, r=onur-ozkanbors-86/+68
2023-10-30Auto merge of #117387 - fmease:rollup-5958nsf, r=fmeasebors-459/+386
2023-10-30Rollup merge of #117385 - RalfJung:deduce_param_attrs, r=oli-obkLeón Orell Valerian Liehr-0/+1
2023-10-30Rollup merge of #117382 - gurry:114529-ice-const-eval, r=oli-obkLeón Orell Valerian Liehr-4/+58
2023-10-30Rollup merge of #117371 - compiler-errors:unique-params, r=oli-obkLeón Orell Valerian Liehr-2/+37
2023-10-30Rollup merge of #117365 - bjorn3:sync_cg_clif-2023-10-29, r=oli-obkLeón Orell Valerian Liehr-334/+100
2023-10-30Rollup merge of #117350 - Zalathar:counters-indent, r=oli-obkLeón Orell Valerian Liehr-78/+19
2023-10-30Rollup merge of #117205 - weiznich:multiple_notes_for_on_unimplemented, r=com...León Orell Valerian Liehr-23/+111
2023-10-30Rollup merge of #117177 - Ayush1325:uefi-alloc-type, r=workingjubileeLeón Orell Valerian Liehr-3/+19
2023-10-30Rollup merge of #117147 - DaniPopes:pphir-fn-variadic, r=compiler-errorsLeón Orell Valerian Liehr-15/+41
2023-10-30deduce_param_attrs: explain a read-only caseRalf Jung-0/+1
2023-10-30bootstrap: bump fd-lock, clap and windows.chenx97-86/+68
2023-10-30Fail typeck for illegal break-with-valueGurinder Singh-4/+58
2023-10-30Use ImageDataType for allocation typeAyush Singh-3/+19
2023-10-30Auto merge of #116485 - coastalwhite:stabilize-riscv-target-features, r=Amanieubors-20/+20
2023-10-30Auto merge of #117328 - lqd:cranelift-rocket, r=Mark-Simulacrumbors-0/+12
2023-10-30coverage: Use a tracing span to group the parts of a sum-up expressionZalathar-1/+4
2023-10-30coverage: Inline the "recursive" worker methods for assigning countersZalathar-21/+5
2023-10-30coverage: Replace manual debug indents with nested tracing spansZalathar-65/+19
2023-10-30Auto merge of #117332 - saethlin:panic-immediate-abort, r=workingjubileebors-10/+87
2023-10-29On object safety error, mention new enum as alternativeEsteban Küber-1/+130
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-299/+400
2023-10-29Ignore RPIT duplicated lifetimes in opaque_types_defined_byMichael Goulet-2/+37
2023-10-30Remove `memoffset` dependency from `rustc_query_impl`.Nicholas Nethercote-4/+0
2023-10-29Auto merge of #117089 - wesleywiser:update_backtrace, r=Mark-Simulacrumbors-0/+0
2023-10-29Merge commit 'dde58803fd6cbb270c7a437f36a8a3a29fbef679' into sync_cg_clif-202...bjorn3-334/+100
2023-10-29Rustup to rustc 1.75.0-nightly (e5cfc5547 2023-10-28)bjorn3-18/+1
2023-10-29Sync from rust e5cfc55477eceed1317a02189fdf77a4a98f2124bjorn3-69/+34
2023-10-29Merge pull request #1403 from rust-lang/use_llvm_backend_as_assemblerbjorn3-316/+99
2023-10-29Avoid infinite recursion when cranelift is the default codegen backendbjorn3-3/+8
2023-10-29Auto merge of #116733 - compiler-errors:alias-liveness-but-this-time-sound, r...bors-20/+357
2023-10-29Auto merge of #116889 - MU001999:master, r=petrochenkovbors-0/+26
2023-10-29Stabilize inline asm usage on all platformsbjorn3-299/+29
2023-10-29Unconditionally handle int $$0x29 using a shimbjorn3-6/+8
2023-10-29Use the LLVM rustc backend as external assemblerbjorn3-12/+58
2023-10-29Auto merge of #116270 - cjgillot:gvn-aggregate, r=oli-obk,RalfJungbors-2588/+4299
2023-10-29Increase the reach of panic_immediate_abortBen Kimock-10/+87
2023-10-29handle dry runs in `dist::CodegenBackend`Rémy Rakic-0/+4
2023-10-29Auto merge of #117354 - GuillaumeGomez:rollup-k9xtq0g, r=GuillaumeGomezbors-43/+122
2023-10-29Rollup merge of #117337 - camelid:genparamdefkind-thinvec, r=GuillaumeGomezGuillaume Gomez-11/+11
2023-10-29Rollup merge of #117312 - RalfJung:memcpy-assumptions, r=Mark-SimulacrumGuillaume Gomez-1/+2
2023-10-29Rollup merge of #117082 - fortanix:raoul/fix_closure_inherit_target_feature_s...Guillaume Gomez-0/+1
2023-10-29Rollup merge of #117043 - onur-ozkan:skip-stage0-validation, r=Mark-SimulacrumGuillaume Gomez-17/+66
2023-10-29Rollup merge of #115968 - git-bruh:master, r=workingjubileeGuillaume Gomez-14/+42
2023-10-29rustdoc: Use `ThinVec` in `GenericParamDefKind`Noah Lev-11/+11
2023-10-29Auto merge of #117336 - workingjubilee:rollup-6negquv, r=workingjubileebors-52/+70