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-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
2018-07-07
Fix some errors
bjorn3
-0
/
+10
2018-07-07
Mostly fix compiling without LLVM (with metadata_only backend)
bjorn3
-100
/
+11
2018-07-07
Move some functions out of rustc_codegen_llvm and fix metadata_only backend
bjorn3
-5
/
+408
2018-06-26
migrate codebase to `..=` inclusive range patterns
Zack M. Davis
-1
/
+1
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-2
/
+2
2018-06-01
Update recursion limits
John Kåre Alsaker
-0
/
+2
2018-05-26
Add `Ident::as_str` helper
Vadim Petrochenkov
-1
/
+1
2018-05-17
Added extra hashing step.
iancormac84
-0
/
+7
2018-05-17
Code structure edits.
iancormac84
-57
/
+61
2018-05-17
Removed use of TypeIdHasher in symbol hash generation and replaced it with St...
iancormac84
-14
/
+13
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+1087