| Age | Commit message (Expand) | Author | Lines |
| 2018-11-16 | Split CommonMethods to accomodate for use in back/write.rs | Denis Merigoux | -24/+29 |
| 2018-11-16 | Added self argument for Codegen CommonMethod trait methods | Denis Merigoux | -118/+119 |
| 2018-11-16 | Replaced Codegen field access by trait method | Denis Merigoux | -247/+247 |
| 2018-11-16 | Traitification of common.rs methods | Denis Merigoux | -391/+492 |
| 2018-11-16 | New Backend trait containing associated types | Denis Merigoux | -9/+26 |
| 2018-11-16 | New files and folders for traits | Denis Merigoux | -172/+188 |
| 2018-11-16 | Use real type names rather than Self:: | Denis Merigoux | -163/+163 |
| 2018-11-16 | Removed parasite yaml file and put explicit lifetimes | Denis Merigoux | -1/+1 |
| 2018-11-16 | Use associated types instead of type parameters inside the BuilderMethods trait | Denis Merigoux | -361/+355 |
| 2018-11-16 | Removed genericity over Value in various functions | Denis Merigoux | -194/+165 |
| 2018-11-16 | Generalized AsmDialect for BuilderMethods | Denis Merigoux | -10/+15 |
| 2018-11-16 | Generalized SynchronisationScope for BuilderMethods | Denis Merigoux | -6/+24 |
| 2018-11-16 | Generalized AtomicOrdering for BuilderMethods | Denis Merigoux | -14/+69 |
| 2018-11-16 | Generalized AtomicRmwBinOp for BuilderMethods | Denis Merigoux | -18/+56 |
| 2018-11-16 | Generalized OperandBundleDef in BuilderMethods | Denis Merigoux | -12/+31 |
| 2018-11-16 | Removed useless traits for IntPredicate and RealPredicate | Denis Merigoux | -14/+5 |
| 2018-11-16 | Generalized RealPredicate | Denis Merigoux | -16/+62 |
| 2018-11-16 | Generalized IntPredicate in the BuilderMethods trait | Denis Merigoux | -38/+73 |
| 2018-11-16 | Generalized BasicBlocks in BuilderMethods trait | Denis Merigoux | -8/+16 |
| 2018-11-16 | Generalized base.rs#call_memcpy and everything that it uses | Denis Merigoux | -313/+791 |
| 2018-11-16 | Reduced line length to pass tidy | Denis Merigoux | -38/+44 |
| 2018-11-16 | Work around to fix issue https://github.com/rust-lang/rust/issues/53912 | Denis Merigoux | -1/+4 |
| 2018-11-16 | rustc_codegen_llvm: begin generalizing over backend values. | Irina Popa | -75/+107 |
| 2018-11-16 | add ui test | Axary | -0/+15 |
| 2018-11-16 | Ensure that the `static_assert!` argument is a `bool` | Oliver Scherer | -1/+2 |
| 2018-11-16 | Update stderr file | Oliver Scherer | -2/+2 |
| 2018-11-16 | remove unused dependency | Andreas Jonson | -2/+0 |
| 2018-11-15 | use ? operator instead of match | Sebastian Geisler | -20/+6 |
| 2018-11-15 | Rename checked_add_duration to checked_add and make it take the duration by v... | Sebastian Geisler | -5/+5 |
| 2018-11-15 | Implement checked_add_duration for SystemTime | Sebastian Geisler | -22/+92 |
| 2018-11-15 | submodules: update clippy from d8b42690 to f5d868c9 | Matthias Krüger | -14/+14 |
| 2018-11-15 | Fix stability hole with `static _` | Oliver Scherer | -0/+34 |
| 2018-11-15 | update closure arg suggesstion ui test | csmoe | -10/+28 |
| 2018-11-15 | lint based on closure pipe span | csmoe | -1/+17 |
| 2018-11-15 | test/linkage-visibility: Ignore on musl targets | Samuel Holland | -0/+2 |
| 2018-11-15 | Add powerpc64-unknown-linux-musl target | Samuel Holland | -0/+33 |
| 2018-11-15 | Use the ELFv2 ABI on powerpc64 musl | Samuel Holland | -5/+10 |
| 2018-11-15 | Fix powerpc64 ELFv2 big-endian struct-passing ABI | Samuel Holland | -18/+13 |
| 2018-11-15 | Add powerpc-unknown-linux-musl target | Samuel Holland | -0/+32 |
| 2018-11-15 | Auto merge of #55974 - pietroalbini:rollup, r=pietroalbini | bors | -389/+933 |
| 2018-11-15 | Rollup merge of #55956 - euclio:issue-55587, r=estebank | Pietro Albini | -0/+35 |
| 2018-11-15 | Rollup merge of #55932 - Turbo87:to_digit, r=alexcrichton | Pietro Albini | -8/+71 |
| 2018-11-15 | Rollup merge of #55930 - ljedrz:hir_bonuses, r=cramertj | Pietro Albini | -7/+4 |
| 2018-11-15 | Rollup merge of #55926 - cynecx:fix-rustdoc-mobile-css, r=GuillaumeGomez | Pietro Albini | -1/+1 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -67/+67 |
| 2018-11-15 | Rollup merge of #55865 - RalfJung:unix-rwlock, r=alexcrichton | Pietro Albini | -3/+3 |
| 2018-11-15 | Rollup merge of #55852 - varkor:dotdotequals-lint, r=zackmdavis | Pietro Albini | -20/+71 |
| 2018-11-15 | Rollup merge of #55785 - stjepang:unsized-drop-forget, r=alexcrichton | Pietro Albini | -1/+20 |
| 2018-11-15 | Rollup merge of #55781 - pnkfelix:issue-54382-more-precise-spans-for-temps-an... | Pietro Albini | -34/+194 |
| 2018-11-15 | Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb | Pietro Albini | -69/+73 |