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_gcc
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-10
Rename `{create,emit}_warning` as `{create,emit}_warn`.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-5
/
+5
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-4
/
+4
2023-12-14
Move rustc_codegen_ssa target features to rustc_target
Urgau
-2
/
+3
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-2
/
+1
2023-11-26
Avoid need for `{D,Subd}iagnosticMessage` imports.
Nicholas Nethercote
-1
/
+1
2023-11-19
Pass TyCtxt by value
Antoni Boucher
-2
/
+2
2023-11-19
Merge commit '2e8386e9fb3506cef991d04f8b3bc78f9a0c2630' into subtree-update_c...
Antoni Boucher
-5
/
+23
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-3
/
+3
2023-11-12
target_feature: make it more clear what that 'Option' means
Ralf Jung
-1
/
+1
2023-10-26
Merge commit 'e4fe941b11a55c5005630696e9b6d81c65f7bd04' into subtree-update_c...
Antoni Boucher
-2
/
+4
2023-10-16
docs: add Rust logo to more compiler crates
Michael Howell
-0
/
+2
2023-10-09
Use IntoDynSyncSend
Antoni Boucher
-6
/
+14
2023-10-09
Merge commit '11a0cceab966e5ff1058ddbcab5977e8a1d6d290' into subtree-update_c...
Antoni Boucher
-71
/
+113
2023-09-22
Have a single struct for queries and hook
Oli Scherer
-3
/
+2
2023-09-22
Add a way to decouple the implementation and the declaration of a TyCtxt method.
Oli Scherer
-1
/
+2
2023-07-31
Use standard Rust capitalization rules for names containing "LTO".
Nicholas Nethercote
-4
/
+4
2023-07-16
rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics.
Patrick Walton
-0
/
+4
2023-06-19
Merge commit '1bbee3e217d75e7bc3bfe5d8c1b35e776fce96e6' into sync-cg_gcc-2023...
Antoni Boucher
-0
/
+2
2023-06-04
Updated cranelift codegen to reflect modified trait signature
Andrew Xie
-2
/
+2
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-04-25
Revert "Remove #[alloc_error_handler] from the compiler and library"
Matthias Krüger
-2
/
+2
2023-04-22
Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco
bors
-2
/
+2
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+2
2023-04-16
Remove #[alloc_error_handler] from the compiler and library
Amanieu d'Antras
-2
/
+2
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-03-05
Merge commit '08a6d6e16b5efe217123e780398969946266268f' into sync-cg_gcc-2023...
Antoni Boucher
-2
/
+7
2023-02-22
various: translation resources from cg backend
David Wood
-0
/
+4
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-1
/
+4
2023-01-30
session: diagnostic migration lint on more fns
David Wood
-0
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2022-11-12
Allow actual AVX512-related feature names in the case of some misleading aliases
Caleb Zulawski
-4
/
+4
2022-10-31
Rewrite implementation of `#[alloc_error_handler]`
Amanieu d'Antras
-2
/
+2
2022-10-01
Remove unused target_cpu and tune_cpu methods from ExtraBackendMethods
bjorn3
-9
/
+0
2022-10-01
Remove unused Context assoc type from WriteBackendMethods
bjorn3
-1
/
+0
2022-09-24
Lint against untranslatable diagnostics in rustc_codegen_gcc
Ellis Hoag
-0
/
+2
2022-09-24
Add LTONotSupported
Ellis Hoag
-1
/
+2
2022-09-24
Add RanlibFailure
Ellis Hoag
-0
/
+2
2022-08-16
Move the cast_float_to_int fallback code to GCC
Josh Stone
-0
/
+1
2022-07-28
Introduce an ArchiveBuilderBuilder
bjorn3
-1
/
+2
2022-07-13
Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwco
Dylan DPC
-4
/
+4
2022-07-11
Keep unstable target features for asm feature checking
Amanieu d'Antras
-4
/
+4
2022-06-28
Avoid unnecessary string interning for const_str
bjorn3
-1
/
+8
2022-06-06
Merge commit 'e8dca3e87d164d2806098c462c6ce41301341f68' into sync_from_cg_gcc
Antoni Boucher
-2
/
+17
2022-04-30
Merge new_metadata into codegen_allocator
bjorn3
-7
/
+5
2022-04-30
Remove config parameter of optimize_fat and avoid interior mutability for module
bjorn3
-1
/
+1
2022-04-30
Let LtoModuleCodegen::optimize take self by value
bjorn3
-2
/
+2
2022-04-30
Rename run_lto_pass_manager to optimize_fat and remove thin parameter
bjorn3
-5
/
+5
2022-04-03
Cleanup after some refactoring in rustc_target
Loïc BRANSTETT
-2
/
+4
[next]