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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+1
2023-03-29
Stabilize a portion of 'once_cell'
Trevor Gross
-1
/
+0
2023-03-19
The name of NativeLib will be presented
yukang
-1
/
+1
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-0
/
+4
2023-02-17
typo
Tshepang Mbambo
-1
/
+1
2023-02-10
[link] enable packed bundled lib in non stable cases
Daniil Belov
-0
/
+1
2022-12-13
Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen...
Michael Goulet
-0
/
+2
2022-11-27
Stabilize native library modifier `verbatim`
Vadim Petrochenkov
-2
/
+2
2022-11-16
Merge basic blocks where possible when generating LLVM IR.
Nicholas Nethercote
-5
/
+6
2022-10-07
ADD - initial port of link.rs
Jhonny Bill Mena
-0
/
+1
2022-10-07
ADD - codegen_ssa initial diags translations machinery
Jhonny Bill Mena
-0
/
+1
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-12
change rlib format to discern native dependencies
Daniil Belov
-0
/
+2
2022-09-06
change stdlib circular dependencies handling
Daniil Belov
-3
/
+0
2022-08-25
Code cleaning
Adrian Tombu
-6
/
+6
2022-08-25
Replace spaghetti with a simple errors enum
Adrian Tombu
-17
/
+16
2022-08-25
Start adding enum errors for deserialize_rlink
Adrian Tombu
-7
/
+19
2022-07-02
move emit_metadata to rustc_metadata::fs
Yoshiki Matsuda
-3
/
+0
2022-06-29
Rollup merge of #97423 - m-ou-se:memory-ordering-intrinsics, r=tmiasko
Dylan DPC
-0
/
+1
2022-06-28
Rename/restructure memory ordering intrinsics.
Mara Bos
-0
/
+1
2022-06-16
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-1
/
+1
2022-06-14
Rename rustc_serialize::opaque::Encoder as MemEncoder.
Nicholas Nethercote
-3
/
+4
2022-06-10
Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1.
Nicholas Nethercote
-1
/
+1
2022-06-10
Revert b983e42936feab29f6333e9835913afc6b4a394e.
Nicholas Nethercote
-4
/
+3
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-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-05-24
Add support for embedding pretty printers via the `#[debugger_visualizer]` at...
ridwanabdillahi
-1
/
+2
2022-05-05
Auto merge of #91779 - ridwanabdillahi:natvis, r=michaelwoerister
bors
-0
/
+2
2022-05-04
Stabilize `bool::then_some`
Josh Triplett
-1
/
+0
2022-05-03
Add support for a new attribute `#[debugger_visualizer]` to support embedding...
ridwanabdillahi
-0
/
+2
2022-04-27
Use decorated names for linked_symbols on Windows
Gary Guo
-0
/
+1
2022-04-25
Auto merge of #95604 - nbdd0121:used2, r=petrochenkov
bors
-0
/
+2
2022-04-18
Synthesis object file for `#[used]` and exported symbols
Gary Guo
-0
/
+2
2022-04-08
check_doc_keyword: don't alloc string for emptiness check
klensy
-1
/
+1
2022-04-02
Address review comments and add a test
Jakub Beránek
-4
/
+24
2022-04-02
Include a header in .rlink files to provide nicer error messages when a wrong...
Jakub Beránek
-0
/
+31
2022-03-29
Make some rustc code conform to strict provenance.
Aria Beingessner
-0
/
+1
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-1
/
+1
2022-02-01
add a rustc::query_stability lint
lcnr
-0
/
+1
2021-12-15
Remove `in_band_lifetimes` from `rustc_codegen_ssa`
LegionMammal978
-1
/
+0
2021-10-28
Revert "Add rustc lint, warning when iterating over hashmaps"
Mark Rousskov
-1
/
+0
2021-10-25
Avoid a branch on key being local for queries that use the same local and ext...
bjorn3
-2
/
+2
2021-10-24
Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank
Matthias Krüger
-0
/
+1
2021-10-16
Adopt let_else across the compiler
est31
-0
/
+1
[next]