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
Age
Commit message (
Expand
)
Author
Lines
2022-10-24
Support raw-dylib functions being used inside inlined functions
Daniel Paoliello
-0
/
+1
2022-10-23
Migrate all diagnostics
Nilstrieb
-23
/
+23
2022-10-02
Remove type argument of array_alloca and rename to byte_array_alloca
bjorn3
-1
/
+1
2022-10-02
Remove dynamic_alloca from BuilderMethods
bjorn3
-4
/
+0
2022-10-01
Merge apply_attrs_callsite into call and invoke
bjorn3
-13
/
+32
2022-10-01
Remove unused target_cpu and tune_cpu methods from ExtraBackendMethods
bjorn3
-9
/
+0
2022-10-01
Remove several unused methods from MiscMethods
bjorn3
-16
/
+0
2022-10-01
Remove unused Context assoc type from WriteBackendMethods
bjorn3
-1
/
+0
2022-09-28
print <signal> when ranlib failed without an exit code
Ellis Hoag
-1
/
+1
2022-09-26
lint and remove unused diagnostic
Ellis Hoag
-6
/
+4
2022-09-24
remove comment
Ellis Hoag
-1
/
+0
2022-09-24
fix lifetime error
Ellis Hoag
-29
/
+3
2022-09-24
rebase and update trait names
Ellis Hoag
-25
/
+25
2022-09-24
impl SessionDiagnostic for LayoutError and Spanned<T>
Ellis Hoag
-1
/
+18
2022-09-24
Add monomorphization errors
Ellis Hoag
-153
/
+261
2022-09-24
lint type
Ellis Hoag
-1
/
+1
2022-09-24
Add wrapper type for ExitCode for use in RanlibFailure
Ellis Hoag
-2
/
+24
2022-09-24
remove IntoDiagnosticArg impl for Option
Ellis Hoag
-2
/
+2
2022-09-24
Lint against untranslatable diagnostics in rustc_codegen_gcc
Ellis Hoag
-0
/
+2
2022-09-24
Add LayoutSizeOverflow
Ellis Hoag
-2
/
+11
2022-09-24
Add LTONotSupported
Ellis Hoag
-1
/
+6
2022-09-24
Add UnwindingInlineAsm
Ellis Hoag
-1
/
+9
2022-09-24
Add LinkageConstOrMutType
Ellis Hoag
-4
/
+10
2022-09-24
Add RanlibFailure
Ellis Hoag
-1
/
+12
2022-09-06
Remove dead broken code from const zst handling in backends
Oli Scherer
-4
/
+0
2022-08-30
Rollup merge of #100653 - cuviper:fptoint_sat, r=michaelwoerister,antoyo
Dylan DPC
-5
/
+170
2022-08-30
Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk
Dylan DPC
-6
/
+6
2022-08-28
Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm
bors
-0
/
+12
2022-08-27
interpret: rename relocation → provenance
Ralf Jung
-6
/
+6
2022-08-26
Move `ArgAbi::pad_i32` into `PassMode::Cast`.
Nicholas Nethercote
-11
/
+12
2022-08-26
Turn `ArgAbi::pad` into a `bool`.
Nicholas Nethercote
-2
/
+2
2022-08-26
Simplify arg capacity calculations.
Nicholas Nethercote
-19
/
+3
2022-08-26
Change `FnAbi::args` to a boxed slice.
Nicholas Nethercote
-1
/
+1
2022-08-26
Box `CastTarget` within `PassMode`.
Nicholas Nethercote
-5
/
+5
2022-08-21
Fix `ptr_mask` impl in cg gcc
Maybe Waffle
-1
/
+11
2022-08-21
Implement `ptr_mask` intrinsic in cg gcc
Maybe Waffle
-0
/
+2
2022-08-16
Move the cast_float_to_int fallback code to GCC
Josh Stone
-5
/
+170
2022-07-28
Introduce an ArchiveBuilderBuilder
bjorn3
-27
/
+34
2022-07-28
Inline inject_dll_import_lib
bjorn3
-4
/
+0
2022-07-28
Move output argument from ArchiveBuilder::new to .build()
bjorn3
-11
/
+7
2022-07-26
Auto merge of #98989 - dpaoliello:rawdylibbin, r=michaelwoerister
bors
-2
/
+10
2022-07-24
Auto merge of #95548 - rcvalle:rust-cfi-2, r=nagisa
bors
-11
/
+12
2022-07-23
Add fine-grained LLVM CFI support to the Rust compiler
Ramon de C Valle
-11
/
+12
2022-07-22
Enable raw-dylib for binaries
Daniel Paoliello
-2
/
+10
2022-07-22
Auto merge of #99420 - RalfJung:vtable, r=oli-obk
bors
-0
/
+5
2022-07-20
slightly cleaner, if more verbose, vtable handling in codegen backends
Ralf Jung
-8
/
+5
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-2
/
+2
2022-07-20
add a Vtable kind of symbolic allocations
Ralf Jung
-0
/
+8
2022-07-20
Remove unused StableMap and StableSet types from rustc_data_structures
Michael Woerister
-2
/
+2
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-2
/
+2
[next]