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
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
2021-10-15
allow `potential_query_instability` everywhere
lcnr
-0
/
+1
2021-10-03
Move rustc_middle::middle::cstore to rustc_session.
Camille GILLOT
-1
/
+1
2021-09-30
Move EncodedMetadata to rustc_metadata.
Camille GILLOT
-1
/
+1
2021-08-30
Fix handling of +whole-archive native link modifier.
Michael Woerister
-0
/
+1
2021-07-06
Fold LinkerInfo into CrateInfo
bjorn3
-2
/
+3
2021-07-06
Remove unused panic_runtime field from CrateInfo
bjorn3
-1
/
+0
2021-07-06
Move LinkerInfo into CrateInfo
bjorn3
-1
/
+1
2021-07-05
Remove LibSource
bjorn3
-3
/
+2
2021-06-07
Auto merge of #85810 - bjorn3:further_driver_cleanup, r=varkor
bors
-2
/
+2
2021-06-04
Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl...
Richard Cobbe
-1
/
+8
2021-06-04
Move crate_name field from OngoingCodegen to CrateInfo
bjorn3
-1
/
+1
2021-06-04
Move windows_subsystem field from CodegenResults to CrateInfo
bjorn3
-1
/
+1
2021-05-31
Remove unused feature gates
bjorn3
-4
/
+0
2021-05-24
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
[prev]
[next]