rust/src
bors 1dc5f73c13 Auto merge of - weihanglo:update-cargo, r=weihanglo
Update cargo

12 commits in 8964c8ccff6e420e2a38b8696d178d69fab84d9d..f772ec0224d3755ce52ac5128a80319fb2eb45d0
2024-02-27 19:22:46 +0000 to 2024-03-01 22:57:35 +0000
- feat(toml): Warn on unset Edition ()
- fix(msrv): Report all incompatible packages, not just a random one ()
- refactor: abstract `std::fs` away from on-disk index cache ()
- chore(deps): update compatible ()
- chore(deps): update rust crate rusqlite to 0.31.0 ()
- [docs]: Clarify vendored sources as read-only and way to modify ()
- chore(deps): update rust crate supports-hyperlinks to v3 ()
- refactor: Clarify more Config -> Context ()
- test: Make `edition` explicit in packages ()
- Add all unit's children recursively for `doc.extern-map` option ()
- fix(rustc): Always pass --edition to rustc ()
- Silently ignore `cargo::rustc-check-cfg` to avoid MSRV annoyance when stabilizing `-Zcheck-cfg` ()

r? ghost
2024-03-02 02:34:03 +00:00
..
bootstrap Auto merge of - nikic:update-llvm-21, r=cuviper 2024-03-01 21:35:07 +00:00
ci Auto merge of - majaha:mingw_ci_new, r=Mark-Simulacrum 2024-02-25 21:10:15 +00:00
doc Rollup merge of - AaronChen0:master, r=Nilstrieb 2024-02-29 20:50:05 +01:00
etc Update tests. 2024-01-27 16:38:57 +01:00
librustdoc Auto merge of - tgross35:f16-f128-step1-ty-updates, r=compiler-errors 2024-03-01 03:36:11 +00:00
llvm-project@7973f35602 Update to LLVM 18.1.0 rc 4 2024-03-01 16:18:57 +01:00
rustdoc-json-types Add is_object_safe information for traits in JSON output 2023-12-23 11:43:31 +01:00
tools Auto merge of - weihanglo:update-cargo, r=weihanglo 2024-03-02 02:34:03 +00:00
README.md
stage0.json Bump to newly branched stage0 compiler 2024-02-08 07:43:38 -05:00
version Bump to 1.78 2024-02-03 13:14:34 -05:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.