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_llvm
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2020-09-09
Move `rustllvm` into `rustc_llvm`
Vadim Petrochenkov
-173
/
+0
2020-07-17
Generating the coverage map
Rich Kadel
-0
/
+6
2020-07-16
apply bootstrap cfgs
Mark Rousskov
-1
/
+1
2020-06-24
lints: add `improper_ctypes_definitions`
David Wood
-0
/
+1
2020-06-09
[AVR] Add AVR platform support
Jake Goulding
-0
/
+8
2019-12-22
Format the world
Mark Rousskov
-87
/
+117
2019-12-12
Fix weird implicit dependency between rustllvm and rustc_codegen_llvm
Aaron Hill
-0
/
+20
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-1
/
+0
2019-07-24
Initialize the MSP430 AsmParser if available
Nikita Popov
-0
/
+2
2019-07-07
rustc: Remove `dylib` crate type from most rustc crates
Alex Crichton
-4
/
+0
2019-02-10
Revert removed #![feature(nll)]
Taiki Endo
-0
/
+1
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-02-07
librustc_llvm => 2018
Taiki Endo
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+1
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
2018-08-09
[nll] librustc_llvm: enable feature(nll) for bootstrap
memoryruins
-0
/
+1
2018-08-01
[RISCV] Enable LLVM backend.
David Craven
-0
/
+6
2018-07-31
rustc_llvm: fix linking on mingw.
Irina Popa
-0
/
+2
2018-07-30
rustc_llvm: move to rustc_codegen_llvm::llvm.
Irina Popa
-315
/
+3
2018-07-29
Replace push loops with collect() and extend() where possible
ljedrz
-5
/
+1
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-1
/
+0
2018-07-12
Deny bare trait objects in the rest of rust
ljedrz
-0
/
+1
2018-06-14
Initialize LLVM's AMDGPU target machine, if available.
Richard Diamond
-0
/
+6
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-1
/
+1
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2018-03-07
Make metadata references Send + Sync
John Kåre Alsaker
-0
/
+2
2018-01-24
llvm6: Remove MIPS64 archive variant
Alex Crichton
-1
/
+0
2018-01-07
Remove dead function rustc_llvm::debug_loc_to_string()
Björn Steinbrink
-5
/
+0
2017-11-19
rustc_trans: support scalar pairs directly in the Rust ABI.
Eduard-Mihai Burtescu
-6
/
+3
2017-11-03
Add support for specifying the TLS model
Amanieu d'Antras
-0
/
+5
2017-10-05
Remove nacl from librustc_llvm
est31
-4
/
+0
2017-09-17
Remove rustc_bitflags; use the bitflags crate
Tamir Duberstein
-3
/
+6
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-8
/
+6
2017-07-25
Bump master to 1.21.0
Alex Crichton
-2
/
+0
2017-07-06
remove associated_consts feature gate
Sean McArthur
-1
/
+2
2017-06-20
Auto merge of #42571 - tlively:wasm-dev, r=alexcrichton
bors
-0
/
+5
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-4
/
+0
2017-06-16
Add target to use LLVM wasm backend
Thomas Lively
-0
/
+5
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-3
/
+4
2017-04-25
Add Hexagon support
Michael Wu
-0
/
+6
2017-04-23
FIN: windows-gnu: statically link gcc_s, pthread with llvm
Tim Neumann
-0
/
+1
2017-02-06
std: Remove cfg(cargobuild) annotations
Alex Crichton
-10
/
+0
2017-01-08
Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc
bors
-1
/
+1
2016-12-31
Improve naming style in rustllvm.
Ian Kerins
-4
/
+4
2016-12-29
Remove not(stage0) from deny(warnings)
Alex Crichton
-1
/
+1
2016-12-29
Rollup merge of #38559 - japaric:ptx2, r=alexcrichton
Alex Crichton
-0
/
+5
[next]