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
2022-11-06
Add type_array to BaseTypeMethods
Ayush Singh
-21
/
+21
2022-10-31
Rewrite implementation of `#[alloc_error_handler]`
Amanieu d'Antras
-11
/
+4
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-17
Stabilize asm_sym
Amanieu d'Antras
-3
/
+6
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-30
Rollup merge of #101075 - ellishg:rustc_codegen_gcc_diagnostics, r=davidtwco
Matthias Krüger
-163
/
+322
2022-09-28
print <signal> when ranlib failed without an exit code
Ellis Hoag
-1
/
+1
2022-09-27
Stabilize bench_black_box
Urgau
-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-27
Auto merge of #100999 - nnethercote:shrink-FnAbi, r=bjorn3
bors
-31
/
+16
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
Rollup merge of #100604 - dtolnay:okorerr, r=m-ou-se
Yuki Okushi
-1
/
+0
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-21
Replace most uses of `pointer::offset` with `add` and `sub`
Maybe Waffle
-1
/
+1
2022-08-17
Remove unstable Result::into_ok_or_err
David Tolnay
-1
/
+0
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
[next]