index
:
xmake.git
ascend
bundle
cl
clang
claude/sharp-bose
comments
copilot/fix-6807
copyright
debug
dev
elf
emcc
env
errs
go
headerunits
jobgraph
linkdeps
linkgroups
links
lua55
master
mergelib
mimalloc
missdll
ndk
nim
ohos
option
pack
package
packagever
pairs
path
pch
ping
requireslock
rust
string
template
test
tests
unitybuild
vcpkg
verilator
vs
xpack
zig
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xmake
/
rules
/
rust
/
xmake.lua
Age
Commit message (
Collapse
)
Author
2025-07-09
fix: rust libstd not found in non-windows
IMXEren
- In non-windows, it's located at <sysroot>/lib
2025-07-07
refactor: use on_config to add runenvs instead of before_run
IMXEren
2025-07-06
refactor: simplify rust shared lib template and use rule to add libstd in env
IMXEren
2025-07-06
fix: rust static and shared library failing to find extern crate in windows-msvc
IMXEren
1. rustc requires lib*.rlib, *.dll but produces *.rlib, *.dll. 2. shared library are `foo.dll`, `foo.dll.lib` and it links for `foo.dll`.
2025-07-03
rename copyright
ruki
2024-05-29
improve panic abort for rust no_std
ruki
2024-05-29
add abort panic
ruki
2023-03-06
fix sysflags
ruki
2021-11-13
add edition for rust
ruki
2021-11-13
add frameworks for rust
ruki
2021-11-11
add rust.cxxbridge rules
ruki
2021-11-11
add find_cxxbridge
ruki
2021-11-11
rename to .rsx
ruki
2021-11-11
improve target.sourcekinds
ruki
2021-11-10
fix rpath for rust
ruki
2020-12-19
update copyright date
ruki
2020-09-25
fix trailing white-space
ruki
2020-04-29
fix tests
ruki
2020-01-23
support to compile *.c as c++
ruki
2019-12-19
update the copyright date
ruki
2019-09-07
improve rules
ruki
2019-09-02
improve to pass progress info to build target
ruki
2019-09-02
add rust rule
ruki