| Age | Commit message (Expand) | Author | Lines |
| 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-15 | submodules: update clippy from d8b42690 to f5d868c9 | Matthias Krüger | -14/+14 |
| 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 |
| 2018-11-15 | Rollup merge of #55750 - oli-obk:node_id_x, r=michaelwoerister | Pietro Albini | -100/+75 |
| 2018-11-15 | Rollup merge of #55622 - jakllsch:netbsd-librt, r=alexcrichton | Pietro Albini | -1/+4 |
| 2018-11-15 | Rollup merge of #55556 - nnethercote:MmapMeta, r=eddyb | Pietro Albini | -4/+30 |
| 2018-11-15 | Rollup merge of #55530 - ljedrz:speed_up_String_from_utf16, r=SimonSapin | Pietro Albini | -1/+9 |
| 2018-11-15 | Rollup merge of #55507 - fhartwig:size_of_intrinsic_docs, r=frewsxcv | Pietro Albini | -0/+3 |
| 2018-11-15 | Rollup merge of #55211 - fintelia:bufwriter-buffer, r=shepmaster | Pietro Albini | -10/+38 |
| 2018-11-15 | Rollup merge of #55182 - jD91mZM2:rebased, r=alexcrichton | Pietro Albini | -63/+235 |
| 2018-11-15 | Auto merge of #54906 - qnighy:fix-issue-50452, r=nikomatsakis | bors | -8/+80 |
| 2018-11-15 | Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk | bors | -163/+267 |
| 2018-11-14 | Auto merge of #55939 - alexcrichton:path-regression-again, r=sfackler | bors | -106/+83 |
| 2018-11-14 | std: Synchronize access to global env during `exec` | Alex Crichton | -16/+96 |
| 2018-11-14 | add test for issue #54348 | Andy Russell | -0/+21 |
| 2018-11-14 | add test for issue #55587 | Andy Russell | -0/+14 |
| 2018-11-14 | Revert "Fixes #46775 -- don't mutate the process's environment in Command::exec" | Alex Crichton | -111/+8 |
| 2018-11-14 | xLTO: Don't pass --plugin-opt=thin to LLD. That's not supported anymore. | Michael Woerister | -11/+0 |
| 2018-11-14 | core/char: Add comment to `to_digit()` | Tobias Bieniek | -0/+3 |
| 2018-11-14 | core/char: Drop `radix == 10` special case | Tobias Bieniek | -8/+1 |