about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-08Instantiate binder for Copy/Clone/Sized eagerlyMichael Goulet-196/+222
2025-07-08Instantiate auto trait before computing higher-ranked constituent typesMichael Goulet-16/+23
2025-07-09Migrate `pull_assignment_up` assist to `SyntaxEditor`Hayashi Mikihiro-27/+59
2025-07-08Remove `const_eval_select` hackOli Scherer-99/+23
2025-07-08Fix weird rustdoc output when single and glob reexport conflict on a nameGuillaume Gomez-40/+84
2025-07-08Merge pull request #1853 from Kobzol/pull-fixedAmanieu d'Antras-22324/+35859
2025-07-08Constify `Fn*` traitsOli Scherer-532/+128
2025-07-08Merge ref '040e2f8b9ff2' from rust-lang/rustJakub Beránek-22323/+35858
2025-07-08Prepare for merging from rust-lang/rustJakub Beránek-0/+1
2025-07-08Reset rust-versionJakub Beránek-1/+0
2025-07-08Auto merge of #134628 - estebank:const-default, r=oli-obkbors-160/+192
2025-07-08Implement enter_trace_span() in MiriMachineStypox-2/+10
2025-07-08Make enter_trace_span take a closure for better optimizationStypox-2/+2
2025-07-08Add inline(always) to Machine::enter_trace_spanStypox-0/+1
2025-07-08Replace TRACING_ENABLED with enter_trace_span()Stypox-20/+24
2025-07-08Always inline InterpCx::layout_of after perf regressionStypox-1/+1
2025-07-08Add cross-compilation tool testJakub Beránek-0/+29
2025-07-08skip exit late lint pass on tests (#15222)llogiq-9/+99
2025-07-08clippy fix: markdown indentation for indented items after line breakMarijn Schouten-16/+16
2025-07-08collect.rs: remove empty line after doc commentMarijn Schouten-8/+3
2025-07-08int_log10.rs: change top level doc comments to outerMarijn Schouten-2/+2
2025-07-08Rewrite for clarityAleksey Kliger-12/+14
2025-07-08fix: correct assertion to check for 'noinline' attribute presence before removalDillon Amburgey-1/+1
2025-07-08fix: correct parameter names in LLVMRustBuildMinNum and LLVMRustBuildMaxNum F...Dillon Amburgey-2/+2
2025-07-08Auto merge of #143540 - yotamofek:pr/library/simplify-num-fmt, r=tgross35bors-22/+3
2025-07-08remove unneeded castFolkert de Vries-4/+4
2025-07-08shorten array literalsFolkert de Vries-104/+28
2025-07-08remote intermediate assignmentFolkert de Vries-51/+23
2025-07-08fix whitespace in `aarch64.spec.yml`Folkert de Vries-27/+27
2025-07-08remove `-znostart-stop-gc` workaroundRémy Rakic-29/+0
2025-07-08document new stable flags, with x64 linux implementation notesRémy Rakic-43/+59
2025-07-08expand `-Clink-self-contained` testsRémy Rakic-1/+47
2025-07-08update to literal-escaper-0.0.5Marijn Schouten-16/+16
2025-07-08Update README with link to `josh-sync`Jakub Beránek-45/+2
2025-07-08Remove custom josh-sync scriptsJakub Beránek-768/+0
2025-07-08Also test `LldWrapper` and remove `llvm-config` override from testsJakub Beránek-3/+10
2025-07-08Update llvm-bitcode-linker testsJakub Beránek-5/+35
2025-07-08Remove sysroot copy from `LlvmBitcodeLinker` stepJakub Beránek-20/+10
2025-07-08Remove `extra_features` from `LlvmBitcodeLinker`Jakub Beránek-6/+2
2025-07-08expand `-Clinker-features` testsRémy Rakic-19/+59
2025-07-08update bootstrap mcp510 handlingRémy Rakic-16/+46
2025-07-08stabilize `-Clink-self-contained=-linker` on x64 linuxRémy Rakic-21/+40
2025-07-08stabilize `-Clinker-features=-lld` on x64 linuxRémy Rakic-20/+70
2025-07-08Disable `tests/run-make/mte-ffi`Jieyou Xu-0/+7
2025-07-08Revert `tests/run-make/mte-ffi` changesJieyou Xu-7/+4
2025-07-08add post-dist test for checking that we use LLDRémy Rakic-22/+32
2025-07-08use LLD by default on x64 regardless of channelRémy Rakic-7/+2
2025-07-08Merge pull request #4454 from RalfJung/data_structureOli Scherer-25/+26
2025-07-08Fix handling of std crates for no_std targetsJakub Beránek-41/+106
2025-07-08Add `crates` metadata to `doc::Std` stepJakub Beránek-20/+24