| Age | Commit message (Expand) | Author | Lines |
| 2018-08-10 | Introduce SmallCStr and use it where applicable. | Michael Woerister | -6/+4 |
| 2018-08-09 | address review comments | Jorge Aparicio | -60/+43 |
| 2018-08-09 | try to infer linker flavor from linker name and vice versa | Jorge Aparicio | -34/+96 |
| 2018-08-09 | Export WASM table by default | Marko Mijalkovic | -0/+3 |
| 2018-08-09 | Move Fingerprint to data structures | Mark Rousskov | -1/+1 |
| 2018-08-09 | Move path2cstr to rustc_fs_util | Mark Rousskov | -2/+1 |
| 2018-08-09 | Move rustc::util::fs into separate (new) crate | Mark Rousskov | -2/+2 |
| 2018-08-08 | Address review comments for #53031 and fix some merge fallout. | Michael Woerister | -6/+6 |
| 2018-08-07 | Set 'PrepareForThinLTO' whenever doing cross-language LTO. | Michael Woerister | -1/+2 |
| 2018-08-07 | Make sure upstream object files are added to staticlibs when compiling | Michael Woerister | -1/+5 |
| 2018-08-07 | Fix issue around dllimport and ThinLTO as LLD runs it. | Michael Woerister | -6/+22 |
| 2018-08-07 | Auto merge of #51007 - AstralSorcerer:master, r=nagisa | bors | -0/+31 |
| 2018-08-04 | Move share_generics getter onto options directly | Mark Rousskov | -1/+1 |
| 2018-08-04 | Normalize DebugInfoLevel to standard style | Mark Rousskov | -9/+9 |
| 2018-08-04 | Normalize variants of Passes to standard style | Mark Rousskov | -4/+3 |
| 2018-08-04 | Normalize variants of CrateType to standard style | Mark Rousskov | -38/+38 |
| 2018-08-03 | Auto merge of #52887 - yurydelendik:disable-lld-symbols, r=alexcrichton | bors | -0/+12 |
| 2018-08-01 | Make sure we prepare for thin LTO whenever we are emitting bitcode | Colin Pronovost | -0/+31 |
| 2018-07-31 | rustc: Handle linker diagnostic from LLVM | Alex Crichton | -8/+17 |
| 2018-07-30 | Disable debug sections when optimization flags is set for LLD. | Yury Delendik | -0/+12 |
| 2018-07-30 | rustc_codegen_llvm: fix tidy errors. | Irina Popa | -1/+4 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for ThinLTOData. | Irina Popa | -7/+6 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for ThinLTOBuffer. | Irina Popa | -2/+2 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for ModuleBuffer. | Irina Popa | -2/+2 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for RustArchiveMember. | Irina Popa | -10/+10 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for ArchiveChild. | Irina Popa | -3/+3 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Linker. | Irina Popa | -5/+5 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for PassManager. | Irina Popa | -46/+48 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Twine, DiagnosticInfo, SMDiagnostic. | Irina Popa | -5/+3 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for TargetMachine. | Irina Popa | -5/+5 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Pass. | Irina Popa | -8/+6 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for PassManagerBuilder. | Irina Popa | -1/+1 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Type. | Irina Popa | -3/+3 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Context and Module. | Irina Popa | -340/+343 |
| 2018-07-30 | rustc_codegen_llvm: move from empty enums to extern types. | Irina Popa | -4/+4 |
| 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 | -3/+1 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -3/+1 |
| 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 | 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 | Rollup merge of #52654 - alecmocatta:master, r=alexcrichton | Mark Rousskov | -17/+19 |
| 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 | -2/+2 |
| 2018-07-21 | Rollup merge of #52505 - alexcrichton:remove-thinlto-hack, r=nikomatsakis | kennytm | -14/+0 |