summaryrefslogtreecommitdiff
path: root/src/librustc_codegen_utils/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Deny `internal` in stage0Mateusz Mikuła2019-04-171-1/+1
* Deny internal lints on non conflicting cratesflip19952019-04-031-0/+1
* Remove MetadataOnlyCodegenBackendbjorn32019-03-161-1/+0
* rustc: move the formatter into ty::print::PrintCx.Eduard-Mihai Burtescu2019-03-151-0/+1
* Rollup merge of #58259 - taiki-e:librustc_codegen_utils-2018, r=CentrilMazdak Farrokhzad2019-02-091-10/+2
|\
| * librustc_codegen_utils => 2018Taiki Endo2019-02-081-10/+2
* | Remove images' url to make it work even without internet connectionGuillaume Gomez2019-02-071-3/+1
|/
* Create `nvptx64-nvidia-cuda` target specificationDenys Zariaiev2019-01-271-0/+1
* Remove quote_*! macros and associated APIsMark Simulacrum2019-01-241-1/+0
* Querify entry_fnIgor Matuszewski2019-01-151-5/+4
* Remove licensesMark Rousskov2018-12-251-10/+0
* Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker2018-12-061-1/+1
* Remove __build_diagnostic_array! from cg_utilsbjorn32018-11-291-2/+0
* [eddyb] rustc_codegen_utils: remove extraneous `#![allow(dead_code)]`.Eduard-Mihai Burtescu2018-11-161-1/+0
* Separating the back folder between backend-agnostic and LLVM-specific codeDenis Merigoux2018-11-161-31/+0
* Beginning of moving all backend-agnostic code to rustc_codegen_ssaDenis Merigoux2018-11-161-72/+0
* Moved Backend interface into rustc_codegen_utilsDenis Merigoux2018-11-161-16/+72
* Starting to move backend-agnostic code into codegen_utilsDenis Merigoux2018-11-161-0/+1
* Remove rustc_metadata_utils, which contains only one functionbjorn32018-11-031-1/+1
* Move cg_llvm::back::linker to cg_utilsbjorn32018-11-031-0/+47
* Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone2018-09-271-1/+1
* stabalize infer outlives requirements (RFC 2093).toidiu2018-09-111-1/+0
* check that adding infer-outlives requirement to all crates worksNiko Matsakis2018-08-241-0/+1
* [nll] librustc_codegen_utils: enable feature(nll) for bootstrapmemoryruins2018-08-091-0/+1
* Move validate_crate_name to rustc_metadataMark Rousskov2018-08-031-0/+1
* Deny bare_trait_objects globallyTatsuyuki Ishi2018-07-251-1/+0
* Deny bare trait objects in in src/librustc_codegen_utilsljedrz2018-07-111-0/+1
* Move llvm_target_features back to llvm_utilbjorn32018-07-071-1/+0
* Move time_graph.rs to rustc/utilbjorn32018-07-071-1/+0
* Fix metadata_only metadata encodingbjorn32018-07-071-0/+1
* Mostly fix compiling without LLVM (with metadata_only backend)bjorn32018-07-071-4/+0
* Move some functions out of rustc_codegen_llvm and fix metadata_only backendbjorn32018-07-071-0/+2
* Update recursion limitsJohn Kåre Alsaker2018-06-011-0/+2
* Rename trans to codegen everywhere.Irina Popa2018-05-171-0/+63