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_llvm
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2021-08-31
Include debug info for the allocator shim
Daniel Paoliello
-2
/
+3
2021-08-16
Dispose LLVM context after TargetMachine
Nikita Popov
-1
/
+1
2021-07-16
Consider all fields when comparing DllImports, to remove nondetermininsm in m...
Richard Cobbe
-3
/
+1
2021-07-06
Don't pass local_crate_name to link_binary separately
bjorn3
-6
/
+1
2021-06-28
Update to new bootstrap compiler
Mark Rousskov
-1
/
+0
2021-06-04
Move crate_name field from OngoingCodegen to CrateInfo
bjorn3
-1
/
+1
2021-06-04
Remove unused imports
bjorn3
-2
/
+2
2021-06-04
Provide default MetadataLoader
bjorn3
-4
/
+0
2021-06-04
Provide a default provide* implementation for CodegenBackend
bjorn3
-3
/
+0
2021-05-24
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2021-05-18
Stabilize extended_key_value_attributes
Joshua Nelson
-1
/
+1
2021-05-14
Auto merge of #83640 - bjorn3:shared_metadata_reader, r=nagisa
bors
-2
/
+1
2021-05-12
Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
bors
-9
/
+3
2021-05-08
Support -C passes in NewPM
Nikita Popov
-3
/
+4
2021-05-07
Remove cg_llvm::metadata module
bjorn3
-1
/
+0
2021-05-07
Use the object crate for metadata reading
bjorn3
-1
/
+1
2021-05-02
Move wasm_import_module_map provider to cg_ssa
bjorn3
-7
/
+2
2021-05-02
Pass target_cpu to LinkerInfo::new instead of link_binary
bjorn3
-2
/
+1
2021-03-26
Use iter::zip in compiler/
Josh Stone
-0
/
+1
2021-03-22
Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis
bors
-1
/
+1
2021-03-20
Move debuginfo docs from `doc.rs` module to `doc.md` file
Camelid
-0
/
+1
2021-03-19
stabilize or_patterns
mark
-1
/
+1
2021-01-28
rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`
Alex Crichton
-6
/
+1
2020-12-30
remove unused return types such as empty Results or Options that would always...
Matthias Krüger
-1
/
+1
2020-12-17
Move some code out of CodegenBackend::{codegen_crate,link}
bjorn3
-13
/
+11
2020-12-16
cg_llvm: split dwarf filename and comp dir
David Wood
-1
/
+1
2020-12-16
cg_llvm: implement split dwarf support
David Wood
-3
/
+9
2020-12-16
cg_ssa: introduce `TargetMachineFactoryFn` alias
David Wood
-4
/
+5
2020-10-14
Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obk
Dylan DPC
-43
/
+12
2020-10-13
Auto merge of #76830 - Artoria2e5:tune, r=nagisa
bors
-0
/
+3
2020-10-12
Remove dump_incremental_data
bjorn3
-3
/
+0
2020-10-10
Move llvm_util::time_trace_profiler_finish call to join_codegen
bjorn3
-6
/
+6
2020-10-10
Use fixed type for CodegenResults
bjorn3
-22
/
+4
2020-10-10
Move finalize_session_directory call out of cg_llvm
bjorn3
-4
/
+0
2020-10-10
Move save_work_product_index call out of cg_llvm
bjorn3
-10
/
+4
2020-10-09
Move supported_target_features query provider to cg_ssa
bjorn3
-2
/
+2
2020-10-05
Pass tune-cpu to LLVM
Mingye Wang
-0
/
+3
2020-10-02
Implement Make `handle_alloc_error` default to panic (for no_std + liballoc)
Harald Hoyer
-1
/
+2
2020-09-26
Rollup merge of #77161 - est31:swich_len_already_trusted, r=petrochenkov
Ralf Jung
-1
/
+0
2020-09-24
Remove TrustedLen requirement from BuilderMethods::switch
est31
-1
/
+0
2020-09-23
/nightly/nightly-rustc
Erik Hofmayer
-1
/
+1
2020-09-23
Updated html_root_url for compiler crates
Erik Hofmayer
-1
/
+1
2020-09-09
Add `-Z combine_cgu` flag
Victor Ding
-0
/
+7
2020-08-30
mv compiler to compiler/
mark
-0
/
+400