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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_codegen_ssa
/
src
/
back
/
write.rs
Age
Commit message (
Expand
)
Author
Lines
2023-05-06
Rollup merge of #110985 - Amanieu:normalize_asm_spans, r=b-naber
Matthias Krüger
-3
/
+9
2023-05-06
Fix spans in LLVM-generated inline asm errors
Amanieu d'Antras
-3
/
+9
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-03-28
[fix] don't panic on failure to acquire jobserver token
Daniil Belov
-2
/
+2
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-2
/
+3
2023-01-30
session: diagnostic migration lint on more fns
David Wood
-2
/
+6
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-7
/
+7
2023-01-11
Fix some typos in code comments.
Cedric
-9
/
+9
2022-12-28
Explicitly pass in which crate type to use to each_linked_rlib
bjorn3
-1
/
+1
2022-12-20
Remove wrapper functions for some unstable options
Nilstrieb
-1
/
+1
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-9
/
+9
2022-11-09
Add constructor for `Diagnostic` that takes `Vec<(DiagnosticMessage, Style)>`
SLASHLogin
-2
/
+1
2022-11-09
Add `replace_args` method for `rustc_errors::diagnostic::Diagnostic`
SLASHLogin
-3
/
+1
2022-11-09
Delay diagnostic translation in `rustc_codegen_ssa`
SLASHLogin
-9
/
+18
2022-10-23
Allow LTO for dylibs
bjorn3
-9
/
+9
2022-10-12
Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errors
Dylan DPC
-2
/
+5
2022-10-10
errors: use `HashMap` to store diagnostic args
David Wood
-2
/
+5
2022-10-07
UPDATE - resolve fixme and emit errors via Handler
Jhonny Bill Mena
-13
/
+6
2022-10-07
UPDATE - migrate write.rs to new diagnostics infra
Jhonny Bill Mena
-22
/
+19
2022-10-06
Remove `-Ztime` option.
Nicholas Nethercote
-1
/
+1
2022-09-18
Remove -Znew-llvm-pass-manager
Josh Stone
-2
/
+0
2022-08-26
translations(rustc_session): migrate check_expected_reuse
Luis Cardoso
-1
/
+1
2022-08-15
errors: move translation logic into module
David Wood
-9
/
+11
2022-08-05
Auto merge of #100035 - workingjubilee:merge-functions, r=nikic
bors
-2
/
+5
2022-08-05
Enable function merging when opt is for size
Jubilee Young
-2
/
+5
2022-07-27
Also wait on other threads if a WorkerFatalError occurs
Nikita Popov
-5
/
+5
2022-07-27
Reliably signal coordinator thread on panic during ongoing codegen
Nikita Popov
-22
/
+39
2022-07-14
rustc: add ability to output regular LTO bitcode modules
Ziv Dunkelman
-0
/
+2
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-22
/
+21
2022-07-06
incr: cache dwarf objects in work products
David Wood
-24
/
+51
2022-06-16
Support lint expectations for `--force-warn` lints (RFC 2383)
xFrednet
-1
/
+1
2022-06-06
Make saved_file field of WorkProduct non-optional
bjorn3
-23
/
+19
2022-06-06
Factor Option out of copy_cgu_workproduct_to_incr_comp_cache_dir call
bjorn3
-6
/
+6
2022-06-06
Avoid an unnecessary clone for copy_cgu_workproduct_to_incr_comp_cache_dir calls
bjorn3
-2
/
+2
2022-04-30
Let LtoModuleCodegen::optimize take self by value
bjorn3
-1
/
+1
2022-04-25
Auto merge of #95604 - nbdd0121:used2, r=petrochenkov
bors
-2
/
+2
2022-04-18
Add `SymbolExportInfo`
Gary Guo
-2
/
+2
2022-04-13
errors: lazily load fallback fluent bundle
David Wood
-1
/
+1
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-5
/
+15
2022-04-05
errors: introduce `DiagnosticMessage`
David Wood
-2
/
+2
2022-04-03
Replace every `String` in Target(Options) with `Cow<'static, str>`
Loïc BRANSTETT
-2
/
+2
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-20
Take &mut Diagnostic in emit_diagnostic.
Camille GILLOT
-1
/
+1
2022-03-01
Querify `global_backend_features`
Simonas Kazlauskas
-1
/
+2
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-1
/
+1
2022-02-23
rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself.
Eduard-Mihai Burtescu
-1
/
+1
2022-02-09
Ensure that queries only return Copy types.
Camille GILLOT
-2
/
+2
2022-01-14
Remove LLVMRustMarkAllFunctionsNounwind
Amanieu d'Antras
-3
/
+1
2022-01-06
sess/cg: re-introduce split dwarf kind
David Wood
-1
/
+7
[next]