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_codegen_llvm
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2023-05-06
Rollup merge of #111203 - Kobzol:remark-print-kind, r=tmiasko
Matthias Krüger
-0
/
+1
2023-05-04
Output LLVM optimization remark kind in `-Cremark` output
Jakub Beránek
-0
/
+1
2023-04-18
Stablize raw-dylib, link_ordinal and -Cdlltool
Daniel Paoliello
-1
/
+2
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-3
/
+4
2023-01-30
session: diagnostic migration lint on more fns
David Wood
-9
/
+114
2023-01-09
Remove backwards compat for LLVM 12 coverage format
Arpad Borsos
-4
/
+0
2022-12-17
Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisa
bors
-4
/
+0
2022-12-06
Check AArch64 branch-protection earlier in the pipeline.
Jacob Bramley
-4
/
+0
2022-12-05
Move linkage type check to HIR analysis and fix semantics issues.
Peter Collingbourne
-7
/
+0
2022-11-26
Rewrite LLVM's archive writer in Rust
bjorn3
-12
/
+0
2022-11-09
Use `LayoutError`'s implementation of `IntoDiagnostic`
SLASHLogin
-8
/
+0
2022-11-09
Simplify existing Diagnostic implementations
SLASHLogin
-33
/
+28
2022-11-09
Port diagnostics created by `Handler`
SLASHLogin
-0
/
+11
2022-11-09
Flatten diagnostic structs
SLASHLogin
-48
/
+43
2022-11-09
Port `MissingFeatures` and `TargetFeatureDisableOrEnable`
SLASHLogin
-1
/
+28
2022-11-09
Port `UnknownArchiveKind`
SLASHLogin
-0
/
+6
2022-11-09
Port `DlltoolFailImportLibrary` and implement `IntoDiagnosticArg` for `Cow<'a...
SLASHLogin
-0
/
+9
2022-11-09
Port ErrorCallingDllTool
SLASHLogin
-0
/
+6
2022-11-09
Import ErrorWritingDEFFile
SLASHLogin
-0
/
+6
2022-11-09
Port ArchiveBuildFailure
SLASHLogin
-0
/
+6
2022-11-09
Port SanitizerMemtagRequiresMte
SLASHLogin
-0
/
+4
2022-11-09
Port LinkageConstOrMutType error
SLASHLogin
-1
/
+8
2022-11-09
Port InvalidMinimumAlignment
SLASHLogin
-0
/
+6
2022-11-09
Port layout size overflow
SLASHLogin
-0
/
+8
2022-11-09
Port branch protection on aarch64
SLASHLogin
-0
/
+4
2022-11-09
Fix diag() and formatting
SLASHLogin
-1
/
+1
2022-11-09
Port `symbol_already_defined` error
SLASHLogin
-0
/
+9
2022-11-09
Port Instrument coverage requires llvm 12 to the new struct
SLASHLogin
-0
/
+4
2022-11-09
Import `error creating import library`
SLASHLogin
-0
/
+8
2022-11-09
Missing lifetime parameter and formatting
SLASHLogin
-1
/
+1
2022-11-09
Change String in structs to &'a str
SLASHLogin
-3
/
+3
2022-11-09
Formatting
SLASHLogin
-3
/
+6
2022-11-09
Port unknown feature diagnostic to the new framework
SLASHLogin
-0
/
+33