index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_const_eval
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-9
/
+9
2022-10-23
Migrate all diagnostics
Nilstrieb
-30
/
+30
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-22
/
+22
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-22
/
+22
2022-08-22
Addressing last comment on PR review
nidnogg
-1
/
+1
2022-08-22
Switched errors to diags according to latest PRs
nidnogg
-12
/
+12
2022-08-21
Hotfix ftl err name, added check for err.code in create_feature_err
nidnogg
-1
/
+1
2022-08-21
Fixed failing tests (missing labels), added automatic error code in create_fe...
nidnogg
-3
/
+5
2022-08-21
Added several more migrations under ops.rs, failing some tests though
nidnogg
-0
/
+81
2022-08-21
Migration on ops.rs for unstable const functions
nidnogg
-0
/
+8
2022-08-21
Migrated Unallowed function pointer calls in interpreter/ops
nidnogg
-0
/
+8
2022-08-21
Finished const_eval module migration, moving onto sibling folders
nidnogg
-0
/
+8
2022-08-21
Replace #[lint/warning/error] with #[diag]
Xiretza
-9
/
+9
2022-07-08
Migrate MutDeref, TransientMutBorrow diagnostics
Michael Goulet
-0
/
+24
2022-07-08
Migrate PanicNonStr, RawPtrComparison, RawPtrToInt diagnostics
Michael Goulet
-0
/
+24
2022-07-08
Migrate StaticAccess diagnostic
Michael Goulet
-0
/
+13
2022-07-08
Migrate NonConstOp diagnostic
Michael Goulet
-0
/
+7
2022-07-08
Migrate unstable-in-stable diagnostic
Michael Goulet
-0
/
+21