Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update toolchain to nightly-2024-07-30 #322

Merged
merged 48 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
b80729c
update nightly and change maitake patches to not use a specific commi…
Aug 10, 2024
37d5abd
Revert "update nightly and change maitake patches to not use a specif…
Aug 10, 2024
9a8fe7c
reintroduce maitake patch section, update platforms/x86_64 to use sai…
Aug 10, 2024
72ef0da
cargo update
Aug 10, 2024
84b33de
add clippy exception and TODO note
Aug 10, 2024
a9e59b1
replace the ?UNUSED? thumbv6 with target_has_atomic
Aug 10, 2024
5e91c3a
update nix flake to pick up latest rust
hawkw Aug 10, 2024
b45865f
fix bindep-related build failure
hawkw Aug 10, 2024
80928e4
fix clippy lints - further action recommended (see TODOs)
Aug 10, 2024
cdddfdc
use ptr::addr_of
Aug 10, 2024
874e8d0
add rust-src component to clippy action
Aug 10, 2024
5eb245d
add SPECIFIC rust-src component to clippy action
Aug 10, 2024
5bc3123
Revert "use ptr::addr_of"
Aug 10, 2024
1aecece
add clippy exception for static_mut_refs
Aug 10, 2024
8dd6bc8
remove component-src again, red herring
Aug 10, 2024
d4c3505
experiment: remove forced-target and see what breaks
Aug 10, 2024
195d52c
Merge branch 'main' into update-toolchain
spookyvision Aug 10, 2024
ce04211
update to stabilized panic_info_message
Aug 10, 2024
fe3018d
Merge branch 'update-toolchain' of https://github.com/tosc-rs/mnemos …
Aug 10, 2024
089e142
Revert "experiment: remove forced-target and see what breaks"
Aug 10, 2024
9799a49
justfile: fix _x86_pkg referring to bootloader instead of core
Aug 10, 2024
85f6125
add dep:spin, seems to help with bindeps b0rkage
Aug 10, 2024
57732bf
cargo update
Aug 10, 2024
0096f32
go back to a nightly where build-std works
hawkw Aug 10, 2024
5acf3a7
more dead code
Aug 10, 2024
4bbb32e
Merge branch 'main' into update-toolchain
Aug 13, 2024
99aa095
forward to most recent nightly again
Aug 13, 2024
15aad39
Revert "forward to most recent nightly again"
Aug 13, 2024
653d459
try to debug CI borkage with more verbose env settings
Aug 13, 2024
71993e9
Revert "try to debug CI borkage with more verbose env settings"
Aug 13, 2024
9074d0d
*properly* set debug environment
Aug 13, 2024
7131be2
Revert "*properly* set debug environment"
Aug 13, 2024
cc6e5ae
document running melpo under macos with homebrew-installed sdl2
Aug 13, 2024
290e0fa
update nextest
Aug 13, 2024
14a8b20
add Lichee RV FEL flash instructions
Aug 13, 2024
80eb1f9
wording
Aug 13, 2024
c145098
fix justfile path
Aug 13, 2024
753e464
additional info re: D1 running/verifying successful install
Aug 13, 2024
cdb25d4
D1: change docs to mention crowtty
Aug 13, 2024
6d77149
Update source/spitebuf/src/lib.rs
spookyvision Aug 13, 2024
fc69b5f
Update .github/workflows/ci.yml
spookyvision Aug 13, 2024
67e2091
revert toml autoformat
Aug 13, 2024
e0df9cf
Update platforms/allwinner-d1/d1-core/src/drivers/smhc.rs
spookyvision Aug 13, 2024
1d1fb96
Update source/abi/src/bbqueue_ipc/bbbuffer.rs
spookyvision Aug 13, 2024
a21981a
Update platforms/melpomene/README.md
spookyvision Aug 13, 2024
e69c2bc
Update platforms/x86_64/core/src/interrupt.rs
spookyvision Aug 13, 2024
afdd704
Merge branch 'update-toolchain' of https://github.com/tosc-rs/mnemos …
Aug 13, 2024
a7b8cc2
placate rustfmt
Aug 13, 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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: install nextest
uses: taiki-e/install-action@v2
with:
tool: [email protected].61
tool: [email protected].72
spookyvision marked this conversation as resolved.
Show resolved Hide resolved
- uses: extractions/setup-just@v1
- name: just test
run: just test
Expand Down
Loading
Loading