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
/
src
/
librustc_codegen_ssa
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-24
Don't generate unnecessary rmeta files.
Nicholas Nethercote
-1
/
+1
2019-04-20
Move some filename constants to cg_ssa
bjorn3
-0
/
+1
2019-04-18
Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov
bors
-1
/
+1
2019-04-17
Rename modules
Yuki OKUSHI
-1
/
+1
2019-04-17
Deny `internal` in stage0
Mateusz Mikuła
-1
/
+1
2019-04-03
Deny internal lints on non conflicting crates
flip1995
-0
/
+1
2019-03-29
Use ExactSizeIterator + TrustedLen instead of num_cases arg for switch
bjorn3
-0
/
+1
2019-03-14
Use try blocks in rustc_codegen_ssa
Taiki Endo
-0
/
+1
2019-03-03
Wrap the self-profiler in an `Arc<Mutex<>>`
Wesley Wiser
-0
/
+3
2019-02-26
rustc: Update LLVM, remove dead wasm code
Alex Crichton
-1
/
+0
2019-02-25
librustc_codegen_ssa: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-1
/
+0
2019-02-12
Stabilize slice_sort_by_cached_key
Scott McMurray
-1
/
+0
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-2
/
+2
2019-02-10
rustc: doc comments
Alexander Regueiro
-2
/
+2
2019-02-09
librustc_codegen_ssa => 2018
Taiki Endo
-20
/
+5
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-01-24
Remove quote_*! macros and associated APIs
Mark Simulacrum
-1
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-23
Fix recursion limits
John Kåre Alsaker
-0
/
+2
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-16
[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.
Eduard-Mihai Burtescu
-1
/
+1
2018-11-16
Separating the back folder between backend-agnostic and LLVM-specific code
Denis Merigoux
-0
/
+25
2018-11-16
Added some docs + start to &mut self builder methods
Denis Merigoux
-4
/
+4
2018-11-16
Finished moving backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-16
/
+16
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-5
/
+52
2018-11-16
Moved DeclareMethods, MiscMethods and StaticMethods
Denis Merigoux
-0
/
+2
2018-11-16
Beginning of moving all backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-0
/
+113