| Age | Commit message (Expand) | Author | Lines |
| 2018-07-09 | Implement #[alloc_error_handler] | Simon Sapin | -7/+224 |
| 2018-07-09 | Add a test for the default allocation error hook | Simon Sapin | -0/+28 |
| 2018-07-09 | Remove `extern` on the `pub fn rust_oom` lang item in libstd, to match ABI of... | Simon Sapin | -1/+1 |
| 2018-07-09 | Auto merge of #52159 - SimonSapin:alloc-prelude, r=alexcrichton | bors | -17/+72 |
| 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 | Auto merge of #52123 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -175/+354 |
| 2018-07-06 | Rollup merge of #52120 - japaric:mclass, r=alexcrichton | Mark Rousskov | -0/+1 |
| 2018-07-06 | Rollup merge of #52117 - Eijebong:filetime, r=alexcrichton | Mark Rousskov | -19/+8 |
| 2018-07-06 | Rollup merge of #52104 - tmccombs:repr_trans_stable, r=Mark-Simulacrum | Mark Rousskov | -1/+0 |
| 2018-07-06 | Rollup merge of #52103 - tmccombs:rc_downcast, r=Mark-Simulacrum | Mark Rousskov | -4/+2 |
| 2018-07-06 | Rollup merge of #52099 - zackmdavis:and_the_case_of_the_typ, r=oli-obk | Mark Rousskov | -1/+1 |