| Age | Commit message (Expand) | Author | Lines |
| 2018-07-09 | Auto merge of #51899 - gnzlbg:llvm501, r=alexcrichton | bors | -100/+16 |
| 2018-07-09 | Auto merge of #50250 - csmoe:wf_traitref, r=scalexm | bors | -23/+82 |
| 2018-07-09 | Change wording | scalexm | -20/+22 |
| 2018-07-09 | Auto merge of #51956 - GuillaumeGomez:shutdown-doc-lints, r=oli-obk | bors | -4/+57 |
| 2018-07-09 | add comment about lints whitelisting | Guillaume Gomez | -0/+2 |
| 2018-07-09 | Auto merge of #52159 - SimonSapin:alloc-prelude, r=alexcrichton | bors | -17/+72 |
| 2018-07-09 | still support LLVM4 for emscripten | gnzlbg | -1/+167 |
| 2018-07-09 | bump llvm version of failing codegen test | gnzlbg | -0/+1 |
| 2018-07-09 | bump minimum LLVM version to 5.0 | gnzlbg | -267/+16 |
| 2018-07-09 | Auto merge of #52160 - euclio:include-macros, r=oli-obk | bors | -0/+35 |
| 2018-07-09 | Auto merge of #52066 - benjaminp:obligation-select, r=Mark-Simulacrum | bors | -2/+1 |
| 2018-07-09 | Removed a single trailing space. Oops. | Orson Peters | -1/+1 |
| 2018-07-09 | Reimplemented Vec's swap_remove to not rely on pop. | Orson Peters | -4/+6 |
| 2018-07-09 | Performance improvement of Vec's swap_remove. | Orson Peters | -3/+7 |
| 2018-07-08 | add regression test for #48835 | Andy Russell | -0/+35 |
| 2018-07-08 | Auto merge of #52152 - fabric-and-ink:edit-file-open-example, r=frewsxcv | bors | -3/+3 |
| 2018-07-08 | Auto merge of #52106 - PramodBisht:issue/52049, r=oli-obk | bors | -1/+48 |
| 2018-07-08 | Edit code example for File::open | Fabian Drinck | -3/+3 |
| 2018-07-08 | Auto merge of #51955 - zackmdavis:item_semi, r=oli-obk | bors | -0/+18 |
| 2018-07-08 | Auto merge of #51590 - bjorn3:codegen_llvm_extract, r=alexcrichton | bors | -110/+30 |
| 2018-07-07 | Reformat std prelude source to show it is the sum of core and alloc preludes | Simon Sapin | -16/+42 |
| 2018-07-07 | Add the `alloc::prelude` module | Simon Sapin | -1/+30 |
| 2018-07-07 | Auto merge of #52132 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -3/+8 |
| 2018-07-07 | Rollup merge of #52131 - Mark-Simulacrum:ship-clippy, r=kennytm | Mark Rousskov | -0/+1 |
| 2018-07-07 | Rollup merge of #52107 - PramodBisht:feature/52105, r=rkruppe | Mark Rousskov | -2/+0 |
| 2018-07-07 | Rollup merge of #52087 - malbarbo:musl-1.1.19, r=alexcrichton | Mark Rousskov | -1/+7 |
| 2018-07-07 | Ship clippy in manifests | Mark Rousskov | -0/+1 |
| 2018-07-07 | Auto merge of #52109 - michaelwoerister:ir-objs, r=alexcrichton | bors | -36/+28 |
| 2018-07-07 | Added UI testcases for #52049 | Pramod Bisht | -0/+44 |
| 2018-07-07 | Auto merge of #51993 - TheDarkula:master, r=oli-obk | bors | -73/+175 |
| 2018-07-07 | Update Cargo.lock | bjorn3 | -7/+1 |
| 2018-07-07 | Revert changes to bootstrap, rustc_driver and fix {core,std}simd | bjorn3 | -59/+30 |
| 2018-07-07 | Hopefully fix it | bjorn3 | -3/+1 |
| 2018-07-07 | Only use coresimd when codegen_backend is LLVM | bjorn3 | -7/+31 |
| 2018-07-07 | Move llvm_target_features back to llvm_util | bjorn3 | -133/+118 |
| 2018-07-07 | Move time_graph.rs to rustc/util | bjorn3 | -2/+2 |
| 2018-07-07 | Update Cargo.lock and move size_and_align_of_dst back | bjorn3 | -107/+132 |
| 2018-07-07 | Remove unused rustc_driver dependency on ar | bjorn3 | -2/+0 |
| 2018-07-07 | Leave fixme comment | bjorn3 | -1/+2 |
| 2018-07-07 | Fix test | bjorn3 | -5/+4 |
| 2018-07-07 | Fix metadata_only metadata encoding | bjorn3 | -1/+15 |
| 2018-07-07 | Solve review comment | bjorn3 | -11/+8 |
| 2018-07-07 | Undo unnecessary change | bjorn3 | -1/+3 |
| 2018-07-07 | Fix some errors | bjorn3 | -131/+17 |
| 2018-07-07 | Mostly fix compiling without LLVM (with metadata_only backend) | bjorn3 | -115/+15 |
| 2018-07-07 | Move some functions out of rustc_codegen_llvm and fix metadata_only backend | bjorn3 | -139/+265 |
| 2018-07-07 | Auto merge of #52037 - lqd:skipping-regionless-types, r=nikomatsakis | bors | -0/+9 |
| 2018-07-07 | removed redundant header file import in rustllvm.h | Pramod Bisht | -2/+0 |
| 2018-07-07 | Addresses #52049 | Pramod Bisht | -1/+4 |
| 2018-07-07 | update tests | csmoe | -6/+3 |