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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_codegen_utils
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-11
rustc_codegen_*: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-0
/
+1
2019-06-08
Remove unused `#![feature(custom_attribute)]`s
Vadim Petrochenkov
-1
/
+0
2019-05-31
rustc_codegen_utils: add new mangling scheme implementation.
Eduard-Mihai Burtescu
-0
/
+2
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-1
/
+2
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-16
Remove MetadataOnlyCodegenBackend
bjorn3
-1
/
+0
2019-03-15
rustc: move the formatter into ty::print::PrintCx.
Eduard-Mihai Burtescu
-0
/
+1
2019-02-09
Rollup merge of #58259 - taiki-e:librustc_codegen_utils-2018, r=Centril
Mazdak Farrokhzad
-10
/
+2
2019-02-08
librustc_codegen_utils => 2018
Taiki Endo
-10
/
+2
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-01-27
Create `nvptx64-nvidia-cuda` target specification
Denys Zariaiev
-0
/
+1
2019-01-24
Remove quote_*! macros and associated APIs
Mark Simulacrum
-1
/
+0
2019-01-15
Querify entry_fn
Igor Matuszewski
-5
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-1
/
+1
2018-11-29
Remove __build_diagnostic_array! from cg_utils
bjorn3
-2
/
+0
2018-11-16
[eddyb] rustc_codegen_utils: remove extraneous `#![allow(dead_code)]`.
Eduard-Mihai Burtescu
-1
/
+0
2018-11-16
Separating the back folder between backend-agnostic and LLVM-specific code
Denis Merigoux
-31
/
+0
2018-11-16
Beginning of moving all backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-72
/
+0
2018-11-16
Moved Backend interface into rustc_codegen_utils
Denis Merigoux
-16
/
+72
2018-11-16
Starting to move backend-agnostic code into codegen_utils
Denis Merigoux
-0
/
+1
2018-11-03
Remove rustc_metadata_utils, which contains only one function
bjorn3
-1
/
+1
2018-11-03
Move cg_llvm::back::linker to cg_utils
bjorn3
-0
/
+47
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_codegen_utils: enable feature(nll) for bootstrap
memoryruins
-0
/
+1
2018-08-03
Move validate_crate_name to rustc_metadata
Mark Rousskov
-0
/
+1
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-1
/
+0
2018-07-11
Deny bare trait objects in in src/librustc_codegen_utils
ljedrz
-0
/
+1
2018-07-07
Move llvm_target_features back to llvm_util
bjorn3
-1
/
+0
2018-07-07
Move time_graph.rs to rustc/util
bjorn3
-1
/
+0
2018-07-07
Fix metadata_only metadata encoding
bjorn3
-0
/
+1
2018-07-07
Mostly fix compiling without LLVM (with metadata_only backend)
bjorn3
-4
/
+0
2018-07-07
Move some functions out of rustc_codegen_llvm and fix metadata_only backend
bjorn3
-0
/
+2
2018-06-01
Update recursion limits
John Kåre Alsaker
-0
/
+2
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+63