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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_codegen_ssa
Age
Commit message (
Expand
)
Author
Lines
2022-06-14
Remove src_files and remove_file
bjorn3
-19
/
+15
2022-06-14
account for endianness in debuginfo for const args
b-naber
-3
/
+6
2022-06-14
rebase
b-naber
-1
/
+2
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-4
/
+4
2022-06-14
Add llvm.type.checked.load intrinsic
flip1995
-15
/
+63
2022-06-14
Rollup merge of #97935 - nnethercote:rename-ConstS-val-as-kind, r=lcnr
Dylan DPC
-6
/
+6
2022-06-14
Rename rustc_serialize::opaque::Encoder as MemEncoder.
Nicholas Nethercote
-3
/
+4
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-6
/
+6
2022-06-14
Rollup merge of #95243 - vladimir-ea:compiler_watch_os, r=nagisa
Yuki Okushi
-2
/
+12
2022-06-13
Add Apple WatchOS compile targets
Vladimir Michael Eatwell
-2
/
+12
2022-06-11
Use safer `strip=symbols`-flag for dylibs on macOS
David Knaack
-4
/
+8
2022-06-11
Auto merge of #97905 - nnethercote:revert-infallible-encoder, r=bjorn3
bors
-5
/
+4
2022-06-10
Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1.
Nicholas Nethercote
-1
/
+1
2022-06-10
Revert b983e42936feab29f6333e9835913afc6b4a394e.
Nicholas Nethercote
-4
/
+3
2022-06-09
Stabilize the `bundle` native library modifier
Vadim Petrochenkov
-2
/
+2
2022-06-08
Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.
Nicholas Nethercote
-3
/
+4
2022-06-08
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-1
/
+1
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-6
/
+6
2022-06-08
Don't pass in a vector to `Encoder::new`.
Nicholas Nethercote
-1
/
+1
2022-06-08
Remove an unnecessary encoder operation.
Nicholas Nethercote
-2
/
+0
2022-06-07
Rollup merge of #97808 - alexcrichton:wasm-features, r=petrochenkov
Dylan DPC
-0
/
+3
2022-06-07
Rollup merge of #97738 - Kixiron:zst-panic, r=eddyb
Dylan DPC
-2
/
+3
2022-06-07
Rollup merge of #97058 - bjorn3:multi_artifact_work_products, r=nagisa
Dylan DPC
-31
/
+27
2022-06-06
Add some unstable target features for the wasm target codegen
Alex Crichton
-0
/
+3
2022-06-06
Make saved_file field of WorkProduct non-optional
bjorn3
-23
/
+19
2022-06-06
Factor Option out of copy_cgu_workproduct_to_incr_comp_cache_dir call
bjorn3
-6
/
+6
2022-06-06
Avoid an unnecessary clone for copy_cgu_workproduct_to_incr_comp_cache_dir calls
bjorn3
-2
/
+2
2022-06-06
Rename CodegenUnit::work_product to previous_work_product
bjorn3
-2
/
+2
2022-06-04
Fixed premature assertions that caused -Z randomize-layout to fail on alloc
Chase Wilson
-2
/
+3
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-06-03
Fix emscripten linker invocation
bjorn3
-13
/
+7
2022-06-03
Avoid rustc_serialize in linker.rs
bjorn3
-16
/
+13
2022-06-02
comment
Ralf Jung
-0
/
+3
2022-06-02
add cast kind of from_exposed_addr (int-to-ptr casts)
Ralf Jung
-1
/
+2
2022-06-01
Session object: Decouple e_flags from FileFlags
Martin Kröning
-5
/
+6
2022-06-01
rename PointerAddress → PointerExposeAddress
Ralf Jung
-1
/
+1
2022-05-31
Add a pointer to address cast kind
Tomasz Miąsko
-3
/
+7
2022-05-29
Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoerister
Guillaume Gomez
-57
/
+87
2022-05-26
clippy::complexity fixes
Matthias Krüger
-1
/
+1
2022-05-26
Auto merge of #97369 - tmiasko:codgen-ssa-atomic-ordering, r=michaelwoerister
bors
-8
/
+11
2022-05-25
Simplify implementation of `-Z gcc-ld`
Vadim Petrochenkov
-37
/
+15
2022-05-25
rustc_codegen_ssa: derive copy and clone for various enums
Tomasz Miąsko
-0
/
+5
2022-05-25
rustc_codegen_ssa: cleanup `AtomicOrdering`
Tomasz Miąsko
-8
/
+6
2022-05-24
Add support for embedding pretty printers via the `#[debugger_visualizer]` at...
ridwanabdillahi
-57
/
+87
2022-05-24
Add flag for stricter checks on uninit/zeroed
5225225
-3
/
+5
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-17
/
+19
2022-05-19
Rollup merge of #97062 - bjorn3:cg_ssa_driver_refactor, r=compiler-errors
Yuki Okushi
-33
/
+24
2022-05-17
Change `Successors` to `impl Iterator<Item = BasicBlock>`
SparrowLii
-1
/
+1
2022-05-15
Compute pre_compiled_cgus more eagerly
bjorn3
-28
/
+19
2022-05-15
Move cgu_reuse a bit earlier
bjorn3
-8
/
+8
[prev]
[next]