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
/
codegen_attrs.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-05
Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubilee
bors
-7
/
+7
2024-11-04
mark some target features as 'forbidden' so they cannot be (un)set
Ralf Jung
-7
/
+7
2024-11-04
ty::KContainer -> ty::AssocItemContainer::K
Michael Goulet
-1
/
+1
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-5
/
+5
2024-10-10
Rollup merge of #130308 - davidtwco:tied-target-consolidation, r=wesleywiser
Matthias Krüger
-2
/
+43
2024-10-06
Rename NestedMetaItem to MetaItemInner
codemountains
-2
/
+2
2024-09-24
codegen_ssa: consolidate tied feature checking
David Wood
-2
/
+43
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-7
/
+7
2024-09-21
remove `#[cmse_nonsecure_entry]`
Folkert
-18
/
+0
2024-09-17
Clean up formatting.
Nicholas Nethercote
-14
/
+15
2024-09-17
Minimize visibilities.
Nicholas Nethercote
-1
/
+1
2024-09-11
Simplify some nested if statements
Michael Goulet
-22
/
+19
2024-09-01
Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU"
Jakub Beránek
-115
/
+10
2024-08-28
Implement RFC 3525.
Luca Versari
-10
/
+115
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+6
2024-07-19
Avoid ref when using format! in compiler
Yuri Astrakhan
-2
/
+2
2024-06-28
Rollup merge of #124741 - nebulark:patchable-function-entries-pr, r=estebank,...
Matthias Krüger
-2
/
+78
2024-06-27
Updated diagnostic messages
Florian Schmiderer
-16
/
+36
2024-06-26
coverage: Detach `#[coverage(..)]` from codegen attribute handling
Zalathar
-17
/
+0
2024-06-25
Updated code for changes to RFC, added additional error handling, added
Florian Schmiderer
-15
/
+47
2024-06-25
Support `#[patchable_function_entries]`
Matthew Maurer
-1
/
+25
2024-06-24
coverage: Tighten validation of `#[coverage(off)]` and `#[coverage(on)]`
Zalathar
-7
/
+4
2024-06-03
Allow static mut definitions with #[linkage]
bjorn3
-12
/
+13
2024-05-27
Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote
bors
-1
/
+1
2024-05-26
Rollup merge of #125046 - bjorn3:no_mutable_static_linkage, r=cjgillot
Jubilee
-0
/
+12
2024-05-23
Remove `LintDiagnostic::msg`
León Orell Valerian Liehr
-1
/
+1
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-1
/
+1
2024-05-13
Only allow immutable statics with #[linkage]
bjorn3
-0
/
+12
2024-04-24
Rename `NestedMetaItem::name_value_literal`.
Nicholas Nethercote
-1
/
+1
2024-03-02
Fix misleading message when using a named constant as a struct alignment/pack
yukang
-1
/
+1
2024-02-11
is_closure_like
Michael Goulet
-3
/
+3
2024-01-30
Remove `ffi_returns_twice` feature
clubby789
-3
/
+0
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-1
/
+1
2024-01-23
Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.
Nicholas Nethercote
-1
/
+1
2024-01-19
Pack the u128 in LitKind::Int
Josh Stone
-1
/
+1
2024-01-13
Add check for ui_testing via promoting parameters from `ParseSess` to `Session`
George-lewis
-4
/
+4
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-3
/
+3
2024-01-10
Rename `struct_span_err!` as `struct_span_code_err!`.
Nicholas Nethercote
-13
/
+14
2024-01-08
Use chaining for `DiagnosticBuilder` construction and `emit`.
Nicholas Nethercote
-4
/
+4
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-2
/
+2
2023-12-30
is_coroutine -> is_coroutine_or_closure
Michael Goulet
-3
/
+3
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-26
/
+25
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-21
/
+11
2023-12-15
Don't pass lint back out of lint decorator
Michael Goulet
-1
/
+3
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-2
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-4
/
+4
2023-10-13
Format all the let chains in compiler
Michael Goulet
-17
/
+20
2023-09-08
Correct typo
Andy Caldwell
-1
/
+1
2023-09-08
Rework no_coverage to coverage(off)
Andy Caldwell
-2
/
+19
[next]