| Age | Commit message (Expand) | Author | Lines |
| 2018-04-25 | Only warn on erroneous promoted constants | Oliver Schneider | -1/+8 |
| 2018-04-20 | Use InternedString instead of Symbol for type parameters. | Michael Woerister | -3/+3 |
| 2018-04-20 | Fix ICE with `main`'s return type containing lifetimes | Shotaro Yamada | -4/+8 |
| 2018-04-20 | Rollup merge of #50046 - michaelwoerister:backport-no-debug, r=alexcrichton | kennytm | -7/+15 |
| 2018-04-18 | Clean up attribute handling in create_function_debug_context(). | Michael Woerister | -4/+5 |
| 2018-04-18 | Support #[no_debug] for global variables. | Michael Woerister | -3/+10 |
| 2018-04-17 | Stop referring to statics' AllocIds directly | Oliver Schneider | -8/+7 |
| 2018-03-29 | rustc: Group linked libraries where needed | Alex Crichton | -0/+91 |
| 2018-03-28 | Rollup merge of #49329 - canarysnort01:fix-no-pie, r=pnkfelix | kennytm | -2/+4 |
| 2018-03-28 | Auto merge of #49019 - phil-opp:target-spec, r=pnkfelix | bors | -7/+9 |
| 2018-03-27 | Auto merge of #49249 - gnzlbg:simd_minmax, r=alexcrichton | bors | -0/+23 |
| 2018-03-26 | Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisa | bors | -2/+1 |
| 2018-03-26 | Introduce a TargetTriple enum to support absolute target paths | Philipp Oppermann | -7/+9 |
| 2018-03-26 | Stabilize i128 feature too | Mark Mansi | -2/+1 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -1/+1 |
| 2018-03-26 | Auto merge of #48346 - emilio:pgo, r=alexcrichton | bors | -7/+102 |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -1/+1 |
| 2018-03-26 | properly handle the case when LLVM does not have min/maxnum | gnzlbg | -2/+6 |
| 2018-03-26 | require llvm 6 | gnzlbg | -2/+6 |
| 2018-03-26 | implement minmax intrinsics | gnzlbg | -0/+15 |
| 2018-03-26 | Auto merge of #49297 - scottmcm:offset-from, r=dtolnay | bors | -1/+14 |
| 2018-03-25 | Auto merge of #49212 - kyrias:strip-debug-no-debuginfo, r=michaelwoerister | bors | -1/+12 |
| 2018-03-25 | Move linker code to the Linker trait instead. | Emilio Cobos Álvarez | -14/+32 |
| 2018-03-25 | try to fix the build on older LLVM versions. | Emilio Cobos Álvarez | -0/+7 |
| 2018-03-25 | librustc_trans: Mark some profiler symbols as exported to avoid LTO removing ... | Emilio Cobos Álvarez | -0/+14 |
| 2018-03-25 | librustc_trans: Turn PGO diagnostics into warnings. | Emilio Cobos Álvarez | -1/+1 |
| 2018-03-25 | librustc_trans: Gate the preinliner with another -Z flag. | Emilio Cobos Álvarez | -1/+3 |
| 2018-03-25 | librustc: Convert -C pgo-gen and -C pgo-use into -Z flags. | Emilio Cobos Álvarez | -4/+6 |
| 2018-03-25 | librustc_trans: disable profiling pre-inlining. | Emilio Cobos Álvarez | -0/+1 |
| 2018-03-25 | librustc_llvm: Show PGO diagnostics properly. | Emilio Cobos Álvarez | -2/+7 |
| 2018-03-25 | rustc_trans: Fix PGO generation linking on Linux by adding the relevant linke... | Emilio Cobos Álvarez | -0/+14 |
| 2018-03-25 | rustc_trans: disable probestack when using pgo-gen. | Emilio Cobos Álvarez | -0/+5 |
| 2018-03-25 | rustc_llvm: rustc_trans: Thread the PGO config down to the pass manager builder. | Emilio Cobos Álvarez | -5/+32 |
| 2018-03-25 | Auto merge of #49141 - gnzlbg:simd_select, r=alexcrichton | bors | -0/+21 |
| 2018-03-24 | Add flag for telling the linker to strip debuginfo when building without it | Johannes Löthberg | -1/+12 |
| 2018-03-25 | Rollup merge of #49122 - scottmcm:z-align-attr, r=cramertj | kennytm | -1/+1 |
| 2018-03-24 | don't pass -no-pie to gnu ld | Jimmy Brush | -2/+4 |
| 2018-03-24 | Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakis | bors | -0/+1 |
| 2018-03-23 | Introduce unsafe offset_from on pointers | Scott McMurray | -1/+14 |
| 2018-03-22 | Added UserAssertTy statement. | David Wood | -0/+1 |
| 2018-03-22 | rustc: Add a `#[wasm_import_module]` attribute | Alex Crichton | -20/+331 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -1/+150 |
| 2018-03-22 | Rollup merge of #49231 - gnzlbg:fix_vec_fminmax, r=rkruppe | kennytm | -4/+4 |
| 2018-03-22 | Rollup merge of #49225 - QuietMisdreavus:all-the-features-all-the-time, r=ale... | kennytm | -4/+26 |
| 2018-03-21 | fix vector fmin/fmax non-fast/fast intrinsics NaN handling | gnzlbg | -4/+4 |
| 2018-03-20 | whitelist every target feature for rustdoc | QuietMisdreavus | -4/+26 |
| 2018-03-20 | Auto merge of #49190 - kennytm:rollup, r=kennytm | bors | -4/+4 |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -1/+1 |
| 2018-03-20 | Rollup merge of #49092 - mark-i-m:deptrack_readme, r=nikomatsakis | kennytm | -4/+4 |
| 2018-03-18 | add simd_select intrinsic | gnzlbg | -0/+21 |