| Age | Commit message (Expand) | Author | Lines |
| 2018-07-30 | rustc_codegen_llvm: remove #![allow(dead_code)] from llvm. | Irina Popa | -37/+2 |
| 2018-07-30 | rustc_codegen_llvm: remove unused ExecutionEngineRef type. | Irina Popa | -2/+0 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Metadata and DI*. | Irina Popa | -377/+411 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for DIBuilder. | Irina Popa | -34/+33 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Builder. | Irina Popa | -144/+142 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Type. | Irina Popa | -533/+568 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Context and Module. | Irina Popa | -556/+549 |
| 2018-07-30 | rustc_codegen_llvm: move from empty enums to extern types. | Irina Popa | -197/+178 |
| 2018-07-30 | rustc_llvm: move to rustc_codegen_llvm::llvm. | Irina Popa | -2/+2437 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -17/+17 |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -18/+16 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -18/+16 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -2/+2 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -3/+2 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -17/+17 |
| 2018-07-28 | Rollup merge of #52703 - ljedrz:vec_improvements, r=nikomatsakis | kennytm | -2/+3 |
| 2018-07-27 | Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum | bors | -1/+0 |
| 2018-07-27 | Unnecessary `to_string` | Shotaro Yamada | -3/+2 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -2/+2 |
| 2018-07-26 | Improve a few vectors - calculate capacity or build from iterators | ljedrz | -2/+3 |
| 2018-07-26 | Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -64/+99 |
| 2018-07-26 | Auto merge of #52488 - nikomatsakis:nll-issue-48071-universe-and-sub, r=pnkfelix | bors | -10/+10 |
| 2018-07-26 | Rollup merge of #52690 - paoloteti:rclass-dsp, r=alexcrichton | Mark Rousskov | -0/+2 |
| 2018-07-26 | Rollup merge of #52654 - alecmocatta:master, r=alexcrichton | Mark Rousskov | -17/+19 |
| 2018-07-26 | Rollup merge of #52635 - yodaldevoid:issue_18804, r=oli-obk | Mark Rousskov | -47/+78 |
| 2018-07-25 | ARM: expose `rclass` and `dsp` target features | Paolo Teti | -0/+2 |
| 2018-07-25 | parameterize `BitVector` and `BitMatrix` by their index types | Niko Matsakis | -10/+10 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -1/+0 |
| 2018-07-24 | Deduplicate linkage checking code for statics | Gabriel Smith | -85/+69 |
| 2018-07-24 | Properly set the linkage type on non-local statics | Gabriel Smith | -6/+53 |
| 2018-07-24 | Rollup merge of #52391 - Amanieu:volatile_unaligned, r=alexcrichton | Mark Rousskov | -3/+23 |
| 2018-07-24 | Auto merge of #52597 - oli-obk:promotion_simplify, r=nagisa | bors | -55/+100 |
| 2018-07-24 | break --subsystem=x into 2 args; closer to former presumably known-good incan... | alecmocatta | -1/+2 |
| 2018-07-24 | Pass multiple linker arguments rather than concatenate with commas; -l librar... | alecmocatta | -17/+18 |
| 2018-07-23 | Replace a few expect+format combos with unwrap_or_else+panic | ljedrz | -3/+3 |
| 2018-07-23 | Fix tidy | Oliver Schneider | -1/+2 |
| 2018-07-23 | Explain promoted extraction for simd shuffle | Oliver Schneider | -0/+3 |
| 2018-07-23 | Promoteds are statics and statics have a place, not just a value | Oliver Schneider | -55/+96 |
| 2018-07-23 | Auto merge of #52571 - oli-obk:promotion_abort, r=nagisa | bors | -3/+8 |
| 2018-07-21 | Auto merge of #52438 - ljedrz:rustc_vec_capacity, r=eddyb | bors | -1/+7 |
| 2018-07-21 | Rollup merge of #52573 - oli-obk:cleanups, r=RalfJung | kennytm | -18/+1 |
| 2018-07-21 | Rollup merge of #52505 - alexcrichton:remove-thinlto-hack, r=nikomatsakis | kennytm | -14/+0 |
| 2018-07-20 | Refactor a few push loops to iterators in librustc | ljedrz | -1/+7 |
| 2018-07-20 | Abort instead of UB if promotion fails | Oliver Schneider | -3/+8 |
| 2018-07-20 | Remove unused method | Oliver Schneider | -18/+1 |
| 2018-07-18 | rustc: Remove a workaroudn in ThinLTO fixed upstream | Alex Crichton | -14/+0 |
| 2018-07-18 | rustc: Stabilize #[wasm_import_module] as #[link(...)] | Alex Crichton | -32/+54 |
| 2018-07-16 | rustc: Use link_section, not wasm_custom_section | Alex Crichton | -79/+47 |
| 2018-07-16 | ItemKind | csmoe | -4/+4 |
| 2018-07-16 | ForeignItemKind | csmoe | -1/+1 |