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
Age
Commit message (
Expand
)
Author
Lines
2018-11-15
Rollup merge of #55901 - euclio:speling, r=petrochenkov
Pietro Albini
-1
/
+1
2018-11-14
xLTO: Don't pass --plugin-opt=thin to LLD. That's not supported anymore.
Michael Woerister
-11
/
+0
2018-11-13
fix various typos in doc comments
Andy Russell
-1
/
+1
2018-11-11
Fix typos.
Bruce Mitchener
-1
/
+1
2018-11-10
codegen_llvm_back: use mem::replace instead of swap where more concise
ljedrz
-12
/
+5
2018-11-10
codegen_llvm_back: use to_owned instead of to_string with string literals
ljedrz
-1
/
+1
2018-11-10
codegen_llvm_back: improve common patterns
ljedrz
-11
/
+7
2018-11-10
codegen_llvm_back: whitespace & formatting fixes
ljedrz
-12
/
+10
2018-11-10
Auto merge of #55626 - nikic:update-emscripten, r=alexcrichton
bors
-0
/
+10
2018-11-07
Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco
kennytm
-1
/
+1
2018-11-06
refactor: use shorthand fields
teresy
-1
/
+1
2018-11-04
Don't export non-function symbols with emscripten
Nikita Popov
-0
/
+10
2018-11-03
Remove rustc_metadata_utils, which contains only one function
bjorn3
-4
/
+3
2018-11-03
Move cg_llvm::back::linker to cg_utils
bjorn3
-0
/
+1719
2018-10-27
Auto merge of #54183 - qnighy:by-value-object-safety, r=oli-obk
bors
-1
/
+12
2018-10-26
Remove redundant clone
Shotaro Yamada
-1
/
+1
2018-10-24
Include InstanceDef's discriminant in the symbol hash.
Masaki Hara
-2
/
+4
2018-10-24
Distinguish vtable shims in symbol paths.
Masaki Hara
-1
/
+10
2018-10-20
Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper
bors
-1
/
+1
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-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-1
/
+1
2018-10-02
Attempt to resolve linking issues.
David Wood
-1
/
+1
2018-10-02
Add `crate::` to trait suggestions in Rust 2018.
David Wood
-0
/
+1
2018-09-30
Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum
bors
-1
/
+1
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+1
2018-09-28
Move `filename_for_metadata` to codegen_utils
Igor Matuszewski
-0
/
+13
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-08-27
Rename hir::map::NodeKind to hir::Node
varkor
-2
/
+2
2018-08-27
Remove path prefixes from NodeKind
varkor
-2
/
+2
2018-08-27
Rename hir::map::Node to hir::map::NodeKind
varkor
-1
/
+1
2018-08-27
Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis
bors
-0
/
+1
2018-08-26
rustc: Continue to tweak "std internal symbols"
Alex Crichton
-10
/
+5
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-1
/
+1
2018-08-18
Remove LinkMeta struct
bjorn3
-13
/
+2
2018-08-12
Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakis
Guillaume Gomez
-0
/
+1
2018-08-09
[nll] librustc_codegen_utils: enable feature(nll) for bootstrap
memoryruins
-0
/
+1
2018-08-09
Move SVH structure to data structures
Mark Rousskov
-1
/
+1
2018-08-04
Use diagnostic API on Session
Mark Rousskov
-1
/
+1
2018-08-04
Move share_generics getter onto options directly
Mark Rousskov
-1
/
+1
2018-08-04
Normalize variants of CrateType to standard style
Mark Rousskov
-20
/
+20
2018-08-03
Move validate_crate_name to rustc_metadata
Mark Rousskov
-2
/
+5
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
-12
/
+13
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
-131
/
+2
2018-07-07
Move time_graph.rs to rustc/util
bjorn3
-279
/
+0
2018-07-07
Leave fixme comment
bjorn3
-1
/
+2
2018-07-07
Fix metadata_only metadata encoding
bjorn3
-1
/
+15
[next]