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
2023-09-24
Add OwnedTargetMachine to manage llvm:TargetMachine. Uses pointers
Florian Schmiderer
-3
/
+6
2023-09-22
Have a single struct for queries and hook
Oli Scherer
-3
/
+2
2023-09-22
Add a way to decouple the implementation and the declaration of a TyCtxt method.
Oli Scherer
-1
/
+2
2023-09-11
coverage: Simplify grouping of mappings by file
Zalathar
-0
/
+1
2023-07-31
Use standard Rust capitalization rules for names containing "LTO".
Nicholas Nethercote
-2
/
+2
2023-07-31
Remove `ExtraBackendMethods::spawn_thread`.
Nicholas Nethercote
-12
/
+0
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-3
/
+3
2023-07-21
Rollup merge of #113780 - dtolnay:printkindpath, r=b-naber
Matthias Krüger
-18
/
+19
2023-07-20
Implement printing to file in llvm_util
David Tolnay
-1
/
+1
2023-07-20
Implement printing to file in codegen_backend.print
David Tolnay
-11
/
+12
2023-07-20
Store individual output file name with every PrintRequest
David Tolnay
-8
/
+8
2023-07-20
address feedback from nikic and oli-obk https://github.com/rust-lang/rust/pul...
khei4
-16
/
+15
2023-07-17
print on rustc_codegen_llvm and rename malloc and cpy c_char
khei4
-6
/
+24
2023-07-16
rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics.
Patrick Walton
-0
/
+5
2023-07-05
Revert "use new c literals instead of cstr! macro"
León Orell Valerian Liehr
-1
/
+0
2023-06-04
Removed use of iteration through a HashMap/HashSet in rustc_incremental and r...
Andrew Xie
-2
/
+2
2023-05-31
use new c literals instead of cstr! macro
klensy
-0
/
+1
2023-05-22
Create a structure to define the features from to_llvm_features.
Jamie Cunliffe
-0
/
+1
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-04-25
Revert "Remove #[alloc_error_handler] from the compiler and library"
Matthias Krüger
-1
/
+2
2023-04-22
Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco
bors
-2
/
+1
2023-04-19
Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco
bors
-1
/
+1
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+1
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-04-16
Remove #[alloc_error_handler] from the compiler and library
Amanieu d'Antras
-2
/
+1
2023-03-29
Stabilize a portion of 'once_cell'
Trevor Gross
-1
/
+0
2023-03-21
Reduce output spam
John Kåre Alsaker
-4
/
+4
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-02-22
various: translation resources from cg backend
David Wood
-0
/
+4
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-1
/
+4
2023-01-30
session: diagnostic migration lint on more fns
David Wood
-5
/
+6
2022-11-09
Port diagnostics created by `Handler`
SLASHLogin
-1
/
+4
2022-11-09
Port unknown feature diagnostic to the new framework
SLASHLogin
-0
/
+1
2022-10-31
Rewrite implementation of `#[alloc_error_handler]`
Amanieu d'Antras
-2
/
+2
2022-10-01
Remove unused target_cpu and tune_cpu methods from ExtraBackendMethods
bjorn3
-6
/
+0
2022-10-01
Remove unused Context assoc type from WriteBackendMethods
bjorn3
-1
/
+0
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-01
Directly use the `instrument` macro instead of its full path
Oli Scherer
-0
/
+2
2022-08-29
Revert let_chains stabilization
Nilstrieb
-0
/
+1
2022-08-12
Adjust cfgs
Mark Rousskov
-1
/
+0
2022-07-28
Introduce an ArchiveBuilderBuilder
bjorn3
-2
/
+2
2022-07-16
Stabilize `let_chains`
Caio
-1
/
+1
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-07-13
Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwco
Dylan DPC
-2
/
+2
2022-07-11
Keep unstable target features for asm feature checking
Amanieu d'Antras
-2
/
+2
2022-06-28
Avoid unnecessary string interning for const_str
bjorn3
-0
/
+1
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-05-28
Fix documentation of basic stack protector
Nikita Popov
-2
/
+2
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+0
[next]