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
/
src
Age
Commit message (
Expand
)
Author
Lines
2023-02-28
Remove unused Context assoc type from WriteBackendMethods
bjorn3
-1
/
+0
2023-02-28
print <signal> when ranlib failed without an exit code
Ellis Hoag
-1
/
+1
2023-02-28
lint and remove unused diagnostic
Ellis Hoag
-6
/
+4
2023-02-28
remove comment
Ellis Hoag
-1
/
+0
2023-02-28
fix lifetime error
Ellis Hoag
-29
/
+3
2023-02-28
rebase and update trait names
Ellis Hoag
-25
/
+25
2023-02-28
impl SessionDiagnostic for LayoutError and Spanned<T>
Ellis Hoag
-1
/
+18
2023-02-28
Add monomorphization errors
Ellis Hoag
-147
/
+271
2023-02-28
lint type
Ellis Hoag
-1
/
+1
2023-02-28
Add wrapper type for ExitCode for use in RanlibFailure
Ellis Hoag
-2
/
+24
2023-02-28
remove IntoDiagnosticArg impl for Option
Ellis Hoag
-2
/
+2
2023-02-28
Lint against untranslatable diagnostics in rustc_codegen_gcc
Ellis Hoag
-0
/
+2
2023-02-28
Add LayoutSizeOverflow
Ellis Hoag
-2
/
+11
2023-02-28
Add LTONotSupported
Ellis Hoag
-1
/
+6
2023-02-28
Add UnwindingInlineAsm
Ellis Hoag
-1
/
+9
2023-02-28
Add LinkageConstOrMutType
Ellis Hoag
-4
/
+10
2023-02-28
Add RanlibFailure
Ellis Hoag
-1
/
+12
2023-02-28
Remove dead broken code from const zst handling in backends
Oli Scherer
-4
/
+0
2023-02-28
Move the cast_float_to_int fallback code to GCC
Josh Stone
-5
/
+170
2023-02-28
interpret: rename relocation → provenance
Ralf Jung
-6
/
+6
2023-02-28
Fix `ptr_mask` impl in cg gcc
Maybe Waffle
-1
/
+11
2023-02-28
Implement `ptr_mask` intrinsic in cg gcc
Maybe Waffle
-0
/
+2
2023-02-28
Move `ArgAbi::pad_i32` into `PassMode::Cast`.
Nicholas Nethercote
-11
/
+12
2023-02-28
Turn `ArgAbi::pad` into a `bool`.
Nicholas Nethercote
-2
/
+2
2023-02-28
Simplify arg capacity calculations.
Nicholas Nethercote
-19
/
+3
2023-02-28
Change `FnAbi::args` to a boxed slice.
Nicholas Nethercote
-1
/
+1
2023-02-28
Box `CastTarget` within `PassMode`.
Nicholas Nethercote
-5
/
+5
2023-02-25
Remove comment
Antoni Boucher
-1
/
+1
2023-02-25
Add feature gate
Antoni Boucher
-0
/
+5
2023-02-25
Implement simd_scatter
Antoni Boucher
-25
/
+151
2023-02-25
Implement simd_gather
Antoni Boucher
-1
/
+160
2023-01-26
Fix signed integer overflow
Antoni Boucher
-0
/
+2
2023-01-26
Cleanup
Antoni Boucher
-9
/
+6
2023-01-12
Avoid a hir access inside get_static
bjorn3
-78
/
+51
2023-01-10
Fix LLVM builtin mapping
Antoni Boucher
-3
/
+3
2023-01-09
Support libgccjit12
Antoni Boucher
-18
/
+48
2023-01-08
Cleanup
Antoni Boucher
-102
/
+36
2023-01-06
Fix unwinding
Antoni Boucher
-29
/
+6
2023-01-03
Comment
Antoni Boucher
-0
/
+8
2023-01-02
WIP
Antoni Boucher
-20
/
+19
2023-01-02
WIP: Implement unwinding
Antoni Boucher
-85
/
+371
2022-11-25
Run stdarch tests in the CI
Antoni Boucher
-2
/
+3
2022-11-24
Fix the argument order for some AVX-512 intrinsics
Antoni Boucher
-0
/
+9
2022-11-24
Fix simd_bitmask
Antoni Boucher
-1
/
+1
2022-11-24
Escape { and } in inline asm
Antoni Boucher
-9
/
+13
2022-10-26
Revert changes in argument parsing for setting asm syntax
Guillaume Gomez
-13
/
+3
2022-10-18
Improve code generating inline ASM
Guillaume Gomez
-9
/
+8
2022-10-18
Don't override -masm option if set in the command arguments
Guillaume Gomez
-2
/
+6
2022-10-18
Implement constraits modifiers
Guillaume Gomez
-21
/
+41
2022-10-18
Convert llvm-arg `--x86-asm-syntax` into GCC arg `-masm`
Guillaume Gomez
-1
/
+7
[next]