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_utils
/
codegen_backend.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-13
Remove unused method CodegenBackend::diagnostics
bjorn3
-1
/
+0
2019-09-25
Remove tx_to_llvm_workers from TyCtxt
Mark Rousskov
-2
/
+0
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-2
/
+0
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-2
/
+1
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
Fix fallout from `deny(unused_lifetimes)`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-1
/
+1
2019-04-30
Move metadata encoding earlier.
Nicholas Nethercote
-1
/
+3
2019-03-16
Remove MetadataOnlyCodegenBackend
bjorn3
-144
/
+2
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-3
/
+4
2019-02-09
Rollup merge of #58259 - taiki-e:librustc_codegen_utils-2018, r=Centril
Mazdak Farrokhzad
-11
/
+11
2019-02-08
librustc_codegen_utils => 2018
Taiki Endo
-11
/
+11
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-01-09
MetadataOnlyCodegenBackend: remove `is_inline` call
lqd
-1
/
+0
2019-01-07
Codegen: run the collector only once
lqd
-13
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
use top level `fs` functions where appropriate
Andy Russell
-9
/
+4
2018-12-06
codegen_utils, driver: fix clippy errors
ljedrz
-12
/
+9
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-3
/
+1
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-1
/
+1
2018-08-18
Remove LinkMeta struct
bjorn3
-3
/
+2
2018-08-04
Use diagnostic API on Session
Mark Rousskov
-1
/
+1
2018-08-04
Normalize variants of CrateType to standard style
Mark Rousskov
-6
/
+6
2018-07-11
Deny bare trait objects in in src/librustc_codegen_utils
ljedrz
-12
/
+12
2018-07-10
Upgrade to LLVM's master branch (LLVM 7)
Alex Crichton
-1
/
+0
2018-07-07
Move llvm_target_features back to llvm_util
bjorn3
-3
/
+2
2018-07-07
Leave fixme comment
bjorn3
-1
/
+2
2018-07-07
Fix metadata_only metadata encoding
bjorn3
-1
/
+13
2018-07-07
Mostly fix compiling without LLVM (with metadata_only backend)
bjorn3
-94
/
+11
2018-07-07
Move some functions out of rustc_codegen_llvm and fix metadata_only backend
bjorn3
-5
/
+11
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+296