Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
65530ba
std::unix::fs: copy simplification for apple.
devnexen Jun 21, 2024
9905357
cargo update
invalid-email-address Jun 23, 2024
e8b5ba1
For [E0308]: mismatched types, when expr is in an arm's body, not add…
surechen Jun 14, 2024
0d8f734
compiler: Fix arm32 asm issues by hierarchically sorting reg classes
workingjubilee Jun 23, 2024
bd9ce3e
std::unix::os::home_dir: fallback's optimisation.
devnexen Jun 23, 2024
fc50aca
fix build
devnexen Jun 23, 2024
29113bf
Add `ar_command` in `run_make_support`
GuillaumeGomez Jun 23, 2024
10990e2
Migrate `run-make/invalid-library` to `rmake.rs`
GuillaumeGomez Jun 23, 2024
03d73fa
ci: Add support for dist-loongarch64-musl
heiher Mar 5, 2024
16fef40
Promote loongarch64-unknown-linux-musl to Tier 2 with host tools
heiher Nov 13, 2023
a426d6f
Implement use<> formatting in rustfmt
compiler-errors Jun 20, 2024
a23917c
Add hard error and migration lint for unsafe attrs
carbotaniuman Jun 8, 2024
057236a
Rollup merge of #126177 - carbotaniuman:unsafe_attr_errors, r=jieyouxu
workingjubilee Jun 24, 2024
6ec7f2a
Rollup merge of #126298 - heiher:loongarch64-musl-ci, r=Mark-Simulacrum
workingjubilee Jun 24, 2024
fa5d4d0
Rollup merge of #126455 - surechen:fix_126222, r=estebank
workingjubilee Jun 24, 2024
91168f2
Rollup merge of #126754 - compiler-errors:use-rustfmt, r=calebcartwright
workingjubilee Jun 24, 2024
07ed427
Rollup merge of #126807 - devnexen:copy_file_macos_simpl, r=Mark-Simu…
workingjubilee Jun 24, 2024
3005eed
Rollup merge of #126845 - rust-lang:cargo_update, r=Mark-Simulacrum
workingjubilee Jun 24, 2024
dcd2d6e
Rollup merge of #126849 - workingjubilee:correctly-classify-arm-low-d…
workingjubilee Jun 24, 2024
12d7736
Rollup merge of #126854 - devnexen:std_unix_os_fallback_upd, r=Mark-S…
workingjubilee Jun 24, 2024
969bbc6
Rollup merge of #126861 - GuillaumeGomez:migrate-run-make-invalid-lib…
workingjubilee Jun 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cargo update
     Locking 9 packages to latest compatible versions
    Updating clap_complete v4.5.5 -> v4.5.6
    Updating displaydoc v0.2.4 -> v0.2.5
    Removing icu_collections v1.5.0
    Removing icu_normalizer v1.5.0
    Removing icu_normalizer_data v1.5.0
    Removing icu_properties v1.5.0
    Removing icu_properties_data v1.5.0
 Downgrading idna v1.0.0 -> v0.5.0 (latest: v1.0.1)
    Updating lazy_static v1.4.0 -> v1.5.0
    Updating miniz_oxide v0.7.3 -> v0.7.4
    Updating proc-macro2 v1.0.85 -> v1.0.86
    Updating syn v2.0.66 -> v2.0.67
      Adding unicode-bidi v0.3.15
    Updating url v2.5.1 -> v2.5.2
    Removing utf16_iter v1.0.5
    Removing utf8_iter v1.0.4
    Removing write16 v1.0.0
note: pass `--verbose` to see 85 unchanged dependencies behind latest
  • Loading branch information
github-actions committed Jun 23, 2024
commit 990535723d5efd0d4e86d7e18bdf2047e0ca921f
Loading