GitClassic
Feed
Explore
Random
Go Pro
Sign in
fmease
/
lushui
Code
/
Commits
/ 032b5df
Upgrade toolchain (to latest nightly) and edition (to Rust 2024)
León Orell Valerian Liehr
committed on Nov 30, 2024, 03:49 PM
Showing
45
changed files
+55 additions
-55 deletions
M
compiler/ast/Cargo.toml
+1
-1
M
compiler/ast/src/path.rs
+1
-1
M
compiler/codegen_cranelift/Cargo.toml
+1
-1
M
compiler/codegen_llvm/Cargo.toml
+1
-1
M
compiler/diagnostics/Cargo.toml
+1
-1
M
compiler/diagnostics/src/lib.rs
+8
-8
M
compiler/documenter/Cargo.toml
+1
-1
M
compiler/documenter/src/subsections.rs
+1
-1
M
compiler/driver/Cargo.toml
+1
-1
M
compiler/driver/src/lib.rs
+1
-2
M
compiler/hir/Cargo.toml
+1
-1
M
compiler/hir/src/identifier.rs
+1
-1
M
compiler/hir/src/special.rs
+1
-1
M
compiler/hir_format/Cargo.toml
+1
-1
M
compiler/lexer/Cargo.toml
+1
-1
M
compiler/lexer/src/lib.rs
+2
-2
M
compiler/lo_ast/Cargo.toml
+1
-1
M
compiler/lowerer/Cargo.toml
+1
-1
M
compiler/main/Cargo.toml
+1
-1
M
compiler/package/Cargo.toml
+1
-1
M
compiler/parser/Cargo.toml
+1
-1
M
compiler/resolver/Cargo.toml
+1
-1
M
compiler/resolver/src/lib.rs
+2
-2
M
compiler/server/Cargo.toml
+1
-1
M
compiler/session/Cargo.toml
+1
-1
M
compiler/session/src/lib.rs
+1
-1
M
compiler/session/src/package.rs
+1
-1
M
compiler/session/src/unit.rs
+1
-1
M
compiler/span/Cargo.toml
+1
-1
M
compiler/span/src/lib.rs
+1
-1
M
compiler/syntax/Cargo.toml
+1
-1
M
compiler/typer/Cargo.toml
+1
-1
M
compiler/utility/Cargo.toml
+1
-1
M
library/core/source/boot/Cargo.toml
+1
-1
M
library/core/source/boot/src/lib.rs
+1
-1
M
project/grammar/generate.rs
+1
-1
M
project/library/derivation/Cargo.toml
+1
-1
M
project/library/derivation/macros/Cargo.toml
+1
-1
M
project/library/index_map/Cargo.toml
+1
-1
M
project/library/index_map/src/derive/Cargo.toml
+1
-1
M
project/library/index_map/src/lib.rs
+2
-1
M
project/library/recnot/Cargo.toml
+1
-1
M
project/tool/ui_test_framework/Cargo.toml
+1
-1
M
project/tool/ui_test_framework/src/main.rs
+1
-1
M
rust-toolchain.toml
+1
-1
Browse files at this commit →