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_ssa
/
src
/
base.rs
Age
Commit message (
Expand
)
Author
Lines
2023-05-03
Add cross-language LLVM CFI support to the Rust compiler
Ramon de C Valle
-1
/
+1
2023-04-01
Use `FieldIdx` in various things related to aggregates
Scott McMurray
-3
/
+3
2023-03-25
Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT`
Scott McMurray
-3
/
+2
2023-03-23
Rollup merge of #107718 - Zoxc:z-time, r=nnethercote
Matthias Krüger
-0
/
+1
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-1
/
+1
2023-03-21
Remove `unique` and move `VerboseTimingGuard` fields into a new struct
John Kåre Alsaker
-1
/
+0
2023-03-21
Add `-Z time-passes-format` to allow specifying a JSON output for `-Z time-pa...
John Kåre Alsaker
-0
/
+2
2023-03-09
Don't export of __rust_* alloc symbols if not codegened
Collin Baker
-21
/
+23
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-1
/
+1
2023-02-18
Use inttoptr to support usize as dyn* value, use pointercast to make sure poi...
Michael Goulet
-0
/
+8
2023-02-18
make first component of dyn* use pointer layout+type, and adjust DynStar comment
Ralf Jung
-8
/
+1
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-6
/
+4
2023-02-14
s/eval_usize/eval_target_usize/ for clarity
Oli Scherer
-1
/
+1
2023-02-10
[link] enable packed bundled lib in non stable cases
Daniil Belov
-0
/
+1
2023-01-26
add EarlyBinder::no_bound_vars
Kyle Matsuda
-1
/
+1
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-1
/
+1
2023-01-19
Use UnordSet instead of FxHashSet in define_id_collections!().
Michael Woerister
-6
/
+9
2023-01-11
Allow codegen to unsize dyn* to dyn
Michael Goulet
-3
/
+1
2022-12-27
UPDATE - migrate base.rs to new diagnostics infrastructure
Jhonny Bill Mena
-11
/
+5
2022-12-20
Remove wrapper functions for some unstable options
Nilstrieb
-2
/
+2
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-11-12
linker: Simplify linking of `compiler_builtins` and `profiler_builtins`
Vadim Petrochenkov
-6
/
+13
2022-10-31
Rewrite implementation of `#[alloc_error_handler]`
Amanieu d'Antras
-1
/
+8
2022-10-29
Cleanup weak lang items
Cameron Steffen
-7
/
+6
2022-10-25
Simplify `cast_shift_expr_rhs`.
Nicholas Nethercote
-21
/
+16
2022-10-25
Inline and remove `cast_shift_rhs`.
Nicholas Nethercote
-9
/
+0
2022-10-15
linker: Fix weak lang item linking with combination windows-gnu + LLD + LTO
Vadim Petrochenkov
-3
/
+8
2022-10-14
Address nits, add test for implicit dyn-star coercion without feature gate
Michael Goulet
-2
/
+5
2022-10-14
Allow dyn* upcasting
Michael Goulet
-13
/
+48
2022-10-01
Merge apply_attrs_callsite into call and invoke
bjorn3
-1
/
+1
2022-09-10
Fix pointer value punning.
Charles Lew
-1
/
+6
2022-09-06
Fix CI failures on windows and aarch64-linux
Vadim Petrochenkov
-20
/
+28
2022-09-06
change stdlib circular dependencies handling
Daniil Belov
-17
/
+27
2022-08-28
Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`
Martin Nordholts
-6
/
+10
2022-08-06
make NOP dyn casts not require anything about the vtable
Ralf Jung
-0
/
+1
2022-07-27
Reliably signal coordinator thread on panic during ongoing codegen
Nikita Popov
-54
/
+4
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-1
/
+1
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-06-07
Rollup merge of #97738 - Kixiron:zst-panic, r=eddyb
Dylan DPC
-2
/
+3
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-05-24
Add support for embedding pretty printers via the `#[debugger_visualizer]` at...
ridwanabdillahi
-13
/
+48
2022-05-15
Compute pre_compiled_cgus more eagerly
bjorn3
-28
/
+19
2022-05-15
Move cgu_reuse a bit earlier
bjorn3
-8
/
+8
2022-05-03
Add support for a new attribute `#[debugger_visualizer]` to support embedding...
ridwanabdillahi
-1
/
+17
2022-04-30
Merge new_metadata into codegen_allocator
bjorn3
-9
/
+2
2022-04-25
Auto merge of #95604 - nbdd0121:used2, r=petrochenkov
bors
-0
/
+7
2022-04-18
Synthesis object file for `#[used]` and exported symbols
Gary Guo
-0
/
+7
2022-04-08
check_doc_keyword: don't alloc string for emptiness check
klensy
-1
/
+1
2022-03-28
use cfg attribute instead of macro
klensy
-25
/
+27
[prev]
[next]