index
:
delta/rust.git
92745/rustdoc-semantic-ids
Aaronepower-patch-1
Camelid-RustThanks
E0002-precision
GuillaumeGomez-patch-1
Havvy-patch-1
LeSeulArtichaut-patch-1
SimonSapin-patch-1
XAMPPRocky-patch-1
XAMPPRocky-patch-1-1
XAMPPRocky-patch-2
accept-felixes-typo
acrichto-tmp
adt-docs-fix
alex-tmp
aphs-no-unsynchronised-llvm-err-global
appveyor
auto
beta
beta-fix-69341
beta-next
borrowck-niche-discriminants
borrowck-snippet
c9788fdd5b8
clarify-tidy-since
clean-two-dots
cleanup-e0554
clone-shim-split
compiler-autolabel
const-generics-coerce-unsized
const_tls_local_panic_count
cranelift-rebase
debug-48866
debug-for-422
debug-intravisit-fnkind
duplicate-word
fix-1.38-type_name
fix-63313
fix-async-date
fix-cancel
fix-dev-no-comment
fix-loop-break-mir-generation
fix-publish-toolstate-syntax-error
followup-from-92533
frewsxcv-issue-44929
frewsxcv-issue-45636
frewsxcv-patch-1
frewsxcv-patch-2
frewsxcv-patch-3
frewsxcv-rename-slice-swap-param
frewsxcv/unstable-book
generators-clone-doc
gh35653
gitignore-readd-tmp
hex-value-process-exit
homu-tmp
increase-nested-groups-test-coverage
into_raw_non_null
ishitatsuyuki-patch-1
issue-85533
jdm-patch-1
jonas-schievink-patch-1
jonas-schievink-patch-2
kennytm/steal-the-cron-job
lcnr-doc-patch
lcnr-patch-1
libs-tracking-issue
llvm-5
llvm-6-test
llvm-6-try
llvm-icebreakers-ping
llvm-icebreakers-ping-1
master
maybe-bound-eror
maybe-uninit-gates
min/add-track-caller
min_const_generics-version
more-osx-cores
multisuggest_disambiguation
must-use-join
mutable-overloaded-operators
nellshamrell/fix-80658
nightly-dev
nitpick-slp
nll-alias-analysis
nox/i-need-a-niche-but-i-have-no-dog
nrc-patch-1
oli-obk-patch-1
opt-fuse
ostrich
pass-check-runfail
perf-odds-and-ends
permit-asyncawait-ondeck-by-anyone
petrochenkov-patch-1
petrochenkov-patch-2
pietroalbini-patch-1
place2_2
pr-75593
promote-tmp
release-notes-tweak
relnotes-1.50.0
relnotes-1.51.0
relnotes-1.52.0
remove-most-azure
remove-unwanted-z-index
revert-105395-sunfishcode/update-wasi
revert-74416-linker-locale-utf8
revert-76110-convert-openoptions-cint
revert-77467-query-docs
revert-77961-embed-bitcode
revert-80244-spans
revert-82057-cstr
revert-82313-update-normalize-css
revert-88147-issue-88097
revert-88548-intersperse
revert-98576-region-stuff-cool-beans
rust-1.17-relnotes
rust-1.19.0-relnotes
rust-analyzer-2020-09-09
rust-analyzer-2020-09-14
rust-analyzer-2021-11-22
rustc-spring-cleaning
rustdoc-autolabel
rustix
sfackler-patch-1
sgrif-patch-1
shallow-borrow-fixes
single_derive
slice
snap-stage3
some-new-labels
sort_by_cached_key
spastorino-patch-1
stable
stable-1.31.1
stable-next
steveklabnik-must-use
steveklabnik-patch-1
temp-dev-stable
tmandry-patch-1
tmp
tmp-nightly
to-be-dev-nightly
travis-shell
triagebot-ping-alias
try
try-build-llvm
turbo-expander
upgrade-to-9.4-xcode
upper-tuple
vec-leak
wesleywiser-patch-1
whitelist-thumb
x-link-mem-swaps
xcode9.4
yeet-unused-substs
github.com: rust-lang/rust.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_codegen_utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove rustc_metadata_utils, which contains only one function
bjorn3
2018-11-03
3
-4
/
+3
*
Move cg_llvm::back::linker to cg_utils
bjorn3
2018-11-03
5
-0
/
+1719
*
Auto merge of #54183 - qnighy:by-value-object-safety, r=oli-obk
bors
2018-10-27
1
-1
/
+12
|
\
|
*
Include InstanceDef's discriminant in the symbol hash.
Masaki Hara
2018-10-24
1
-2
/
+4
|
*
Distinguish vtable shims in symbol paths.
Masaki Hara
2018-10-24
1
-1
/
+10
*
|
Remove redundant clone
Shotaro Yamada
2018-10-26
1
-1
/
+1
|
/
*
Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper
bors
2018-10-20
1
-1
/
+1
|
\
|
*
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
2018-10-19
1
-1
/
+1
*
|
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
2018-10-19
1
-3
/
+1
*
|
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
2018-10-19
1
-1
/
+1
|
/
*
Attempt to resolve linking issues.
David Wood
2018-10-02
1
-1
/
+1
*
Add `crate::` to trait suggestions in Rust 2018.
David Wood
2018-10-02
1
-0
/
+1
*
Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum
bors
2018-09-30
1
-1
/
+1
|
\
|
*
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
2018-09-27
1
-1
/
+1
*
|
Move `filename_for_metadata` to codegen_utils
Igor Matuszewski
2018-09-28
1
-0
/
+13
|
/
*
stabalize infer outlives requirements (RFC 2093).
toidiu
2018-09-11
1
-1
/
+0
*
Rename hir::map::NodeKind to hir::Node
varkor
2018-08-27
1
-2
/
+2
*
Remove path prefixes from NodeKind
varkor
2018-08-27
1
-2
/
+2
*
Rename hir::map::Node to hir::map::NodeKind
varkor
2018-08-27
1
-1
/
+1
*
Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis
bors
2018-08-27
1
-0
/
+1
|
\
|
*
check that adding infer-outlives requirement to all crates works
Niko Matsakis
2018-08-24
1
-0
/
+1
*
|
rustc: Continue to tweak "std internal symbols"
Alex Crichton
2018-08-26
1
-10
/
+5
|
/
*
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
2018-08-22
1
-1
/
+1
*
Remove LinkMeta struct
bjorn3
2018-08-18
2
-13
/
+2
*
Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakis
Guillaume Gomez
2018-08-12
1
-0
/
+1
|
\
|
*
[nll] librustc_codegen_utils: enable feature(nll) for bootstrap
memoryruins
2018-08-09
1
-0
/
+1
*
|
Move SVH structure to data structures
Mark Rousskov
2018-08-09
1
-1
/
+1
|
/
*
Use diagnostic API on Session
Mark Rousskov
2018-08-04
1
-1
/
+1
*
Move share_generics getter onto options directly
Mark Rousskov
2018-08-04
1
-1
/
+1
*
Normalize variants of CrateType to standard style
Mark Rousskov
2018-08-04
2
-20
/
+20
*
Move validate_crate_name to rustc_metadata
Mark Rousskov
2018-08-03
3
-2
/
+5
*
Deny bare_trait_objects globally
Tatsuyuki Ishi
2018-07-25
1
-1
/
+0
*
Deny bare trait objects in in src/librustc_codegen_utils
ljedrz
2018-07-11
2
-12
/
+13
*
Upgrade to LLVM's master branch (LLVM 7)
Alex Crichton
2018-07-10
1
-1
/
+0
*
Move llvm_target_features back to llvm_util
bjorn3
2018-07-07
3
-131
/
+2
*
Move time_graph.rs to rustc/util
bjorn3
2018-07-07
2
-279
/
+0
*
Leave fixme comment
bjorn3
2018-07-07
1
-1
/
+2
*
Fix metadata_only metadata encoding
bjorn3
2018-07-07
3
-1
/
+15
*
Fix some errors
bjorn3
2018-07-07
1
-0
/
+10
*
Mostly fix compiling without LLVM (with metadata_only backend)
bjorn3
2018-07-07
3
-100
/
+11
*
Move some functions out of rustc_codegen_llvm and fix metadata_only backend
bjorn3
2018-07-07
4
-5
/
+408
*
migrate codebase to `..=` inclusive range patterns
Zack M. Davis
2018-06-26
1
-1
/
+1
*
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
2018-06-14
2
-2
/
+2
*
Update recursion limits
John Kåre Alsaker
2018-06-01
1
-0
/
+2
*
Add `Ident::as_str` helper
Vadim Petrochenkov
2018-05-26
1
-1
/
+1
*
Added extra hashing step.
iancormac84
2018-05-17
1
-0
/
+7
*
Code structure edits.
iancormac84
2018-05-17
1
-57
/
+61
*
Removed use of TypeIdHasher in symbol hash generation and replaced it with St...
iancormac84
2018-05-17
1
-14
/
+13
*
Rename trans to codegen everywhere.
Irina Popa
2018-05-17
6
-0
/
+1087