| Age | Commit message (Expand) | Author | Lines |
| 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 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -1/+1 |
| 2018-11-15 | Rollup merge of #55785 - stjepang:unsized-drop-forget, r=alexcrichton | Pietro Albini | -1/+1 |
| 2018-11-15 | Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk | bors | -1/+2 |
| 2018-11-13 | Auto merge of #55912 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -2/+2 |
| 2018-11-13 | Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiser | kennytm | -1/+1 |
| 2018-11-12 | Use type safe `VariantIdx` instead of `usize` everywhere | Oliver Scherer | -19/+21 |
| 2018-11-12 | Auto merge of #55701 - tromey:ice-fix, r=matthewjasper | bors | -4/+4 |
| 2018-11-11 | Auto merge of #55698 - nikic:remove-llvm-4-support, r=alexcrichton | bors | -59/+26 |
| 2018-11-11 | Fix typos. | Bruce Mitchener | -1/+1 |
| 2018-11-11 | Auto merge of #54993 - TimNN:pda-tdl, r=eddyb | bors | -3/+13 |
| 2018-11-10 | Auto merge of #54864 - ljedrz:cleanup_codegen_llvm_back, r=Mark-Simulacrum | bors | -139/+110 |
| 2018-11-10 | Auto merge of #55650 - nikic:funnel-shift, r=nagisa | bors | -5/+45 |
| 2018-11-10 | codegen_llvm_back: simplify a conversion to char | ljedrz | -1/+1 |
| 2018-11-10 | codegen_llvm_back: remove a redundant continue | ljedrz | -1/+0 |
| 2018-11-10 | codegen_llvm_back: possible minor speedup in logic | ljedrz | -1/+1 |
| 2018-11-10 | codegen_llvm_back: remove 'static from consts | ljedrz | -3/+3 |
| 2018-11-10 | codegen_llvm_back: use to_owned instead of to_string with string literals | ljedrz | -4/+4 |
| 2018-11-10 | codegen_llvm_back: improve common patterns | ljedrz | -46/+23 |
| 2018-11-10 | codegen_llvm_back: remove explicit returns | ljedrz | -12/+15 |
| 2018-11-10 | codegen_llvm_back: use Cow<'static, str> where applicable | ljedrz | -22/+21 |
| 2018-11-10 | codegen_llvm_back: whitespace & formatting fixes | ljedrz | -50/+43 |
| 2018-11-10 | Auto merge of #55626 - nikic:update-emscripten, r=alexcrichton | bors | -1/+2 |
| 2018-11-08 | Rollup merge of #55633 - nikic:memcpy-align, r=nagisa | Mark Rousskov | -47/+60 |
| 2018-11-08 | Support for the program data address space option | Tim Neumann | -3/+13 |
| 2018-11-08 | Disable wasm32 features on emscripten | Nikita Popov | -1/+2 |
| 2018-11-08 | Allow unsized types in mem::drop and mem::forget | Stjepan Glavina | -1/+1 |
| 2018-11-07 | no more action on ref or cast, but add new MIR statement for escaping a ptr t... | Ralf Jung | -1/+2 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -2/+2 |
| 2018-11-07 | Rollup merge of #55609 - nikic:fix-51947, r=nagisa | kennytm | -2/+13 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -2/+2 |
| 2018-11-06 | Run name-anon-globals after LTO passes as well | Nikita Popov | -2/+13 |
| 2018-11-05 | Auto merge of #55410 - nagisa:atomic-align, r=pnkfelix | bors | -13/+10 |
| 2018-11-05 | Fix emission of niche-filling discriminant values | Tom Tromey | -4/+4 |