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
/
debuginfo
/
gdb.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-10-30
Consistently use safe wrapper function `set_section`
Zalathar
-1
/
+1
2024-10-26
Use safe wrappers `get_linkage` and `set_linkage`
Zalathar
-1
/
+1
2024-09-19
Reformat some comments.
Nicholas Nethercote
-1
/
+2
2024-08-27
Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau
Matthias Krüger
-3
/
+5
2024-08-20
Avoid extra `cast()`s after `CStr::as_ptr()`
Josh Stone
-3
/
+2
2024-08-16
Add `warn(unreachable_pub)` to `rustc_codegen_llvm`.
Nicholas Nethercote
-3
/
+5
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+7
2023-12-03
compiler: replace cstr macro with c str literals in compiler and few other c ...
klensy
-4
/
+3
2023-08-09
rustc: Move `crate_types` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-1
/
+1
2023-08-01
Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3
bors
-2
/
+1
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-1
/
+1
2023-07-29
cg_llvm: remove pointee types and pointercast/bitcast-of-ptr
Erik Desjardins
-2
/
+1
2023-07-05
Revert "use new c literals instead of cstr! macro"
León Orell Valerian Liehr
-1
/
+2
2023-05-31
use new c literals instead of cstr! macro
klensy
-2
/
+1
2023-05-16
Move DebuggerVisualizerFile types from rustc_span to rustc_middle
Michael Woerister
-2
/
+1
2023-04-17
Spelling - compiler
Josh Soref
-2
/
+2
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-2
/
+2
2022-07-18
avoid `Symbol` to `&str` conversions
Takayuki Maeda
-1
/
+1
2022-05-24
Update documentation.
ridwanabdillahi
-2
/
+2
2022-05-24
Add support for embedding pretty printers via the `#[debugger_visualizer]` at...
ridwanabdillahi
-2
/
+54
2021-12-16
Remove `in_band_lifetimes` from `rustc_codegen_llvm`
LegionMammal978
-1
/
+1
2021-10-01
Fix clippy lints
Guillaume Gomez
-4
/
+2
2021-08-04
Prepare inbounds_gep for opaque pointers
Tomasz Miąsko
-4
/
+3
2021-07-09
Pass type when creating load
Nikita Popov
-1
/
+1
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-1
/
+1
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+71