about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-11-16Split CommonMethods to accomodate for use in back/write.rsDenis Merigoux-24/+29
2018-11-16Added self argument for Codegen CommonMethod trait methodsDenis Merigoux-118/+119
2018-11-16Replaced Codegen field access by trait methodDenis Merigoux-247/+247
2018-11-16Traitification of common.rs methodsDenis Merigoux-391/+492
2018-11-16New Backend trait containing associated typesDenis Merigoux-9/+26
2018-11-16New files and folders for traitsDenis Merigoux-172/+188
2018-11-16Use real type names rather than Self::Denis Merigoux-163/+163
2018-11-16Removed parasite yaml file and put explicit lifetimesDenis Merigoux-1/+1
2018-11-16Use associated types instead of type parameters inside the BuilderMethods traitDenis Merigoux-361/+355
2018-11-16Removed genericity over Value in various functionsDenis Merigoux-194/+165
2018-11-16Generalized AsmDialect for BuilderMethodsDenis Merigoux-10/+15
2018-11-16Generalized SynchronisationScope for BuilderMethodsDenis Merigoux-6/+24
2018-11-16Generalized AtomicOrdering for BuilderMethodsDenis Merigoux-14/+69
2018-11-16Generalized AtomicRmwBinOp for BuilderMethodsDenis Merigoux-18/+56
2018-11-16Generalized OperandBundleDef in BuilderMethodsDenis Merigoux-12/+31
2018-11-16Removed useless traits for IntPredicate and RealPredicateDenis Merigoux-14/+5
2018-11-16Generalized RealPredicateDenis Merigoux-16/+62
2018-11-16Generalized IntPredicate in the BuilderMethods traitDenis Merigoux-38/+73
2018-11-16Generalized BasicBlocks in BuilderMethods traitDenis Merigoux-8/+16
2018-11-16Generalized base.rs#call_memcpy and everything that it usesDenis Merigoux-313/+791
2018-11-16Reduced line length to pass tidyDenis Merigoux-38/+44
2018-11-16Work around to fix issue https://github.com/rust-lang/rust/issues/53912Denis Merigoux-1/+4
2018-11-16rustc_codegen_llvm: begin generalizing over backend values.Irina Popa-75/+107
2018-11-16add ui testAxary-0/+15
2018-11-16Ensure that the `static_assert!` argument is a `bool`Oliver Scherer-1/+2
2018-11-16Update stderr fileOliver Scherer-2/+2
2018-11-16remove unused dependencyAndreas Jonson-2/+0
2018-11-15use ? operator instead of matchSebastian Geisler-20/+6
2018-11-15Rename checked_add_duration to checked_add and make it take the duration by v...Sebastian Geisler-5/+5
2018-11-15Implement checked_add_duration for SystemTimeSebastian Geisler-22/+92
2018-11-15submodules: update clippy from d8b42690 to f5d868c9Matthias Krüger-14/+14
2018-11-15Fix stability hole with `static _`Oliver Scherer-0/+34
2018-11-15update closure arg suggesstion ui testcsmoe-10/+28
2018-11-15lint based on closure pipe spancsmoe-1/+17
2018-11-15test/linkage-visibility: Ignore on musl targetsSamuel Holland-0/+2
2018-11-15Add powerpc64-unknown-linux-musl targetSamuel Holland-0/+33
2018-11-15Use the ELFv2 ABI on powerpc64 muslSamuel Holland-5/+10
2018-11-15Fix powerpc64 ELFv2 big-endian struct-passing ABISamuel Holland-18/+13
2018-11-15Add powerpc-unknown-linux-musl targetSamuel Holland-0/+32
2018-11-15Auto merge of #55974 - pietroalbini:rollup, r=pietroalbinibors-389/+933
2018-11-15Rollup merge of #55956 - euclio:issue-55587, r=estebankPietro Albini-0/+35
2018-11-15Rollup merge of #55932 - Turbo87:to_digit, r=alexcrichtonPietro Albini-8/+71
2018-11-15Rollup merge of #55930 - ljedrz:hir_bonuses, r=cramertjPietro Albini-7/+4
2018-11-15Rollup merge of #55926 - cynecx:fix-rustdoc-mobile-css, r=GuillaumeGomezPietro Albini-1/+1
2018-11-15Rollup merge of #55901 - euclio:speling, r=petrochenkovPietro Albini-67/+67
2018-11-15Rollup merge of #55865 - RalfJung:unix-rwlock, r=alexcrichtonPietro Albini-3/+3
2018-11-15Rollup merge of #55852 - varkor:dotdotequals-lint, r=zackmdavisPietro Albini-20/+71
2018-11-15Rollup merge of #55785 - stjepang:unsized-drop-forget, r=alexcrichtonPietro Albini-1/+20
2018-11-15Rollup merge of #55781 - pnkfelix:issue-54382-more-precise-spans-for-temps-an...Pietro Albini-34/+194
2018-11-15Rollup merge of #55778 - nnethercote:LrcPreds, r=eddybPietro Albini-69/+73