about summary refs log tree commit diff
path: root/src/librustc_llvm/lib.rs
AgeCommit message (Expand)AuthorLines
2020-09-09Move `rustllvm` into `rustc_llvm`Vadim Petrochenkov-173/+0
2020-07-17Generating the coverage mapRich Kadel-0/+6
2020-07-16apply bootstrap cfgsMark Rousskov-1/+1
2020-06-24lints: add `improper_ctypes_definitions`David Wood-0/+1
2020-06-09[AVR] Add AVR platform supportJake Goulding-0/+8
2019-12-22Format the worldMark Rousskov-87/+117
2019-12-12Fix weird implicit dependency between rustllvm and rustc_codegen_llvmAaron Hill-0/+20
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-1/+0
2019-07-24Initialize the MSP430 AsmParser if availableNikita Popov-0/+2
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-4/+0
2019-02-10Revert removed #![feature(nll)]Taiki Endo-0/+1
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-02-07librustc_llvm => 2018Taiki Endo-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+1
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-09[nll] librustc_llvm: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-01[RISCV] Enable LLVM backend.David Craven-0/+6
2018-07-31rustc_llvm: fix linking on mingw.Irina Popa-0/+2
2018-07-30rustc_llvm: move to rustc_codegen_llvm::llvm.Irina Popa-315/+3
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-5/+1
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-1/+0
2018-07-12Deny bare trait objects in the rest of rustljedrz-0/+1
2018-06-14Initialize LLVM's AMDGPU target machine, if available.Richard Diamond-0/+6
2018-05-17Rename trans to codegen everywhere.Irina Popa-1/+1
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-03-07Make metadata references Send + SyncJohn Kåre Alsaker-0/+2
2018-01-24llvm6: Remove MIPS64 archive variantAlex Crichton-1/+0
2018-01-07Remove dead function rustc_llvm::debug_loc_to_string()Björn Steinbrink-5/+0
2017-11-19rustc_trans: support scalar pairs directly in the Rust ABI.Eduard-Mihai Burtescu-6/+3
2017-11-03Add support for specifying the TLS modelAmanieu d'Antras-0/+5
2017-10-05Remove nacl from librustc_llvmest31-4/+0
2017-09-17Remove rustc_bitflags; use the bitflags crateTamir Duberstein-3/+6
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-8/+6
2017-07-25Bump master to 1.21.0Alex Crichton-2/+0
2017-07-06remove associated_consts feature gateSean McArthur-1/+2
2017-06-20Auto merge of #42571 - tlively:wasm-dev, r=alexcrichtonbors-0/+5
2017-06-19Bump version and stage0 compilerAlex Crichton-4/+0
2017-06-16Add target to use LLVM wasm backendThomas Lively-0/+5
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-3/+4
2017-04-25Add Hexagon supportMichael Wu-0/+6
2017-04-23FIN: windows-gnu: statically link gcc_s, pthread with llvmTim Neumann-0/+1
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-10/+0
2017-01-08Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors-1/+1
2016-12-31Improve naming style in rustllvm.Ian Kerins-4/+4
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-29Rollup merge of #38559 - japaric:ptx2, r=alexcrichtonAlex Crichton-0/+5