This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-10-13 23:58:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_errors
/
src
History
Michael Goulet
aea2a6f836
Convert some Into impls into From impls
2024-12-31 01:56:33 +00:00
..
json
…
markdown
chore: fix some typos
2024-12-18 23:23:44 +08:00
annotate_snippet_emitter_writer.rs
Store a single copy of the error registry in DiagCtxt
2024-12-06 18:42:31 +00:00
codes.rs
…
diagnostic_impls.rs
Re-export more
rustc_span::symbol
things from
rustc_span
.
2024-12-18 13:38:53 +11:00
diagnostic.rs
Convert some Into impls into From impls
2024-12-31 01:56:33 +00:00
emitter.rs
Account for removal of multiline span in suggestion
2024-12-26 17:41:43 +00:00
error.rs
…
json.rs
Store a single copy of the error registry in DiagCtxt
2024-12-06 18:42:31 +00:00
lib.rs
update uses of extract_if in the compiler
2024-12-16 22:06:52 +01:00
lock.rs
…
registry.rs
…
snippet.rs
…
styled_buffer.rs
…
tests.rs
Delete the
cfg(not(parallel))
serial compiler
2024-11-12 13:38:58 +00:00
translation.rs
…