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
Age
Commit message (
Expand
)
Author
Lines
2024-01-03
Support reg_addr register class in s390x inline assembly
Taiki Endo
-1
/
+4
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-2
/
+2
2023-12-30
Auto merge of #118705 - WaffleLapkin:codegen-atomic-exhange-untuple, r=cjgillot
bors
-14
/
+6
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-1
/
+1
2023-12-28
Change `rustc_codegen_ssa`'s `atomic_cmpxchg` interface to return a pair of v...
Bernd Schmidt
-14
/
+6
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-13
/
+13
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-5
/
+9
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-21
/
+21
2023-12-18
Rename `CodegenContext::create_diag_handler` as `CodegenContext::create_dcx`.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-12
/
+13
2023-12-17
Auto merge of #118828 - mu001999:master, r=b-naber
bors
-17
/
+0
2023-12-14
Move rustc_codegen_ssa target features to rustc_target
Urgau
-7
/
+6
2023-12-13
Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`.
Lukasz Anforowicz
-1
/
+1
2023-12-11
Fix rustc codegen gcc tests
Urgau
-1
/
+1
2023-12-11
Remove dead codes
r0cky
-17
/
+0
2023-12-09
Auto merge of #117873 - quininer:android-emutls, r=Amanieu
bors
-0
/
+1
2023-12-07
Auto merge of #118324 - RalfJung:ctfe-read-only-pointers, r=saethlin
bors
-3
/
+5
2023-12-07
ctfe interpreter: extend provenance so that it can track whether a pointer is...
Ralf Jung
-3
/
+5
2023-12-07
Allow internal_features in rustc_codegen_gcc examples
Urgau
-0
/
+1
2023-12-07
Update rustc_codegen_gcc libc
Urgau
-2
/
+2
2023-12-07
Add emulated TLS support
quininer
-0
/
+1
2023-12-04
Rename some arguments.
Nicholas Nethercote
-2
/
+2
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
-3
/
+3
2023-11-19
Merge commit '2e8386e9fb3506cef991d04f8b3bc78f9a0c2630' into subtree-update_c...
Antoni Boucher
-41
/
+104
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-11-02
Remove `libc` dependency in cg_gcc alloc_system example
Guillaume Gomez
-4
/
+14
2023-11-02
Pass `--sysroot` option
Guillaume Gomez
-0
/
+4
2023-11-02
Fix config.sh script
Guillaume Gomez
-1
/
+1
2023-11-02
Fix compilation errors in rustc_codegen_gcc examples
Guillaume Gomez
-2
/
+2
2023-11-02
Disable `master` feature by default when building rustc_codegen_gcc
Guillaume Gomez
-1
/
+0
2023-10-27
Merge commit '09ce29d0591a21e1abae22eac4d41ffd32993af8' into subtree-update_c...
Antoni Boucher
-53
/
+98
2023-10-26
Merge commit 'e4fe941b11a55c5005630696e9b6d81c65f7bd04' into subtree-update_c...
Antoni Boucher
-507
/
+2664
2023-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-4
/
+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
Fix checks
Antoni Boucher
-1
/
+1
2023-10-09
Merge commit '11a0cceab966e5ff1058ddbcab5977e8a1d6d290' into subtree-update_c...
Antoni Boucher
-657
/
+2836
2023-10-02
Auto merge of #102099 - InnovativeInventor:re-cold-land, r=nikic
bors
-1
/
+1
2023-10-02
Reapply: Mark drop calls in landing pads cold instead of noinline
Erik Desjardins
-1
/
+1
2023-10-02
Auto merge of #115898 - onur-ozkan:config-change-tracking, r=Mark-Simulacrum
bors
-1
/
+1
2023-10-01
implement major change tracking for the bootstrap configuration
onur-ozkan
-1
/
+1
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-09-15
fix gcc, cranelift build
Ralf Jung
-6
/
+6
2023-09-15
clarify PassMode::Indirect as well
Ralf Jung
-5
/
+5
2023-09-14
treat host effect params as erased generics in codegen
Deadbeef
-1
/
+1
[prev]
[next]