| Age | Commit message (Expand) | Author | Lines |
| 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/+26 |
| 2018-03-25 | librustc_trans: Mark some profiler symbols as exported to avoid LTO removing ... | Emilio Cobos Álvarez | -0/+33 |
| 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/+6 |
| 2018-03-25 | librustc: Convert -C pgo-gen and -C pgo-use into -Z flags. | Emilio Cobos Álvarez | -26/+28 |
| 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/+16 |
| 2018-03-25 | profiler_builtins: Add missing ProfilingNameVar file to the profiler build. | Emilio Cobos Álvarez | -0/+1 |
| 2018-03-25 | Test that pgo-gen works properly. | Emilio Cobos Álvarez | -0/+19 |
| 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 | -7/+46 |
| 2018-03-25 | rustc_metadata: Load the profiler runtime if we're generating PGO profile data. | Emilio Cobos Álvarez | -1/+3 |
| 2018-03-25 | session: Add two tracked, exclusive codegen options for PGO profile usage and... | Emilio Cobos Álvarez | -0/+20 |
| 2018-03-25 | profiler-builtins: define COMPILER_RT_HAS_UNAME on non-msvc platforms. | Emilio Cobos Álvarez | -0/+1 |
| 2018-03-25 | Auto merge of #49141 - gnzlbg:simd_select, r=alexcrichton | bors | -0/+259 |
| 2018-03-24 | Add flag for telling the linker to strip debuginfo when building without it | Johannes Löthberg | -1/+14 |
| 2018-03-24 | appveyor: Move run-pass-fulldeps to extra builders | Alex Crichton | -0/+7 |
| 2018-03-25 | Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakis | kennytm | -171/+26 |
| 2018-03-25 | Rollup merge of #49318 - steveklabnik:update-books, r=kennytm | kennytm | -0/+0 |
| 2018-03-25 | Rollup merge of #49314 - Mark-Simulacrum:remove-getopts, r=alexcrichton | kennytm | -1622/+0 |
| 2018-03-25 | Rollup merge of #49312 - GuillaumeGomez:fix-ie11-search, r=QuietMisdreavus | kennytm | -0/+7 |
| 2018-03-25 | Rollup merge of #49290 - cuviper:unextended-dist-rustfmt, r=nikomatsakis | kennytm | -1/+0 |
| 2018-03-25 | Rollup merge of #49274 - oli-obk:slow_miri, r=michaelwoerister,eddyb | kennytm | -58/+44 |
| 2018-03-25 | Rollup merge of #49273 - michaelwoerister:fix-extern-proc-macro-defkey, r=eddyb | kennytm | -2/+19 |
| 2018-03-25 | Rollup merge of #49268 - ordovicia:dotdot-pattern-diag, r=petrochenkov | kennytm | -1/+44 |
| 2018-03-25 | Rollup merge of #49254 - Tacklebox:atan2_doc, r=QuietMisdreavus | kennytm | -8/+10 |
| 2018-03-25 | Rollup merge of #49235 - topecongiro:run-rustfmt/libtest, r=nrc | kennytm | -233/+182 |
| 2018-03-25 | Rollup merge of #49229 - Centril:doc/format_args_display_debug, r=steveklabnik | kennytm | -6/+78 |
| 2018-03-25 | Rollup merge of #49203 - Eijebong:lets-cleanup-dependencies, r=Mark-Simulacrum | kennytm | -102/+12 |
| 2018-03-25 | Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertj | kennytm | -124/+96 |
| 2018-03-25 | Rollup merge of #49193 - davidtwco:issue-29893, r=alexcrichton | kennytm | -45/+202 |
| 2018-03-25 | Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakis | kennytm | -61/+85 |
| 2018-03-25 | Rollup merge of #49122 - scottmcm:z-align-attr, r=cramertj | kennytm | -1/+3 |
| 2018-03-25 | Rollup merge of #49121 - varkor:stabilise-from_utf8_error_as_bytes, r=bluss | kennytm | -2/+1 |
| 2018-03-25 | Rollup merge of #49120 - Zoxc:parallel-ci, r=alexcrichton | kennytm | -0/+9 |
| 2018-03-25 | Rollup merge of #49089 - alexcrichton:fix-timings, r=Mark-Simulacrum | kennytm | -54/+60 |
| 2018-03-25 | Rollup merge of #49076 - bobdavelisafrank:filetype-metadata-docfix, r=bluss | kennytm | -3/+32 |
| 2018-03-25 | Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoerister | kennytm | -56/+118 |
| 2018-03-24 | fixup! Some comments and documentation for name resolution crate | Michal 'vorner' Vaner | -7/+23 |
| 2018-03-24 | Fix impl assoc constant link not working | Guillaume Gomez | -8/+32 |
| 2018-03-24 | update books for next release | steveklabnik | -0/+0 |
| 2018-03-24 | don't pass -no-pie to gnu ld | Jimmy Brush | -2/+4 |
| 2018-03-24 | Auto merge of #49251 - nikomatsakis:issue-15872-elision-impl-header, r=cramertj | bors | -1107/+2081 |
| 2018-03-23 | Add a codegen test for exact_div intrinsic | Scott McMurray | -0/+30 |
| 2018-03-24 | Cleanup | Shotaro Yamada | -14/+4 |
| 2018-03-24 | Add test for `impl Trait` in argument position | Shotaro Yamada | -0/+46 |
| 2018-03-24 | Resolve `impl Trait` in argument position | Shotaro Yamada | -10/+54 |
| 2018-03-24 | Hide synthesized type parameters | Shotaro Yamada | -4/+23 |