about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-02-09Rollup merge of #58259 - taiki-e:librustc_codegen_utils-2018, r=CentrilMazdak Farrokhzad-23/+18
2019-02-09Rollup merge of #58257 - taiki-e:librustc_target-2018, r=CentrilMazdak Farrokhzad-220/+221
2019-02-09Rollup merge of #58256 - taiki-e:librustc_cratesio_shim-2018, r=CentrilMazdak Farrokhzad-0/+3
2019-02-09Rollup merge of #58255 - taiki-e:librustc_metadata-2018, r=CentrilMazdak Farrokhzad-66/+67
2019-02-09Rollup merge of #58251 - h-michael:librustc_traits-2018, r=CentrilMazdak Farrokhzad-23/+20
2019-02-09Rollup merge of #58247 - taiki-e:librustc_passes-2018, r=CentrilMazdak Farrokhzad-22/+23
2019-02-09Rollup merge of #58245 - taiki-e:librustc_lint-2018, r=CentrilMazdak Farrokhzad-100/+108
2019-02-09Rollup merge of #58233 - taiki-e:librustc_save_analysis-2018, r=CentrilMazdak Farrokhzad-82/+79
2019-02-09Rollup merge of #58222 - taiki-e:librustc_allocator-2018, r=CentrilMazdak Farrokhzad-15/+7
2019-02-09Rollup merge of #58120 - h-michael:build_helper-theme-2018, r=CentrilMazdak Farrokhzad-0/+3
2019-02-09Rollup merge of #58115 - h-michael:rustdoc-2018, r=CentrilMazdak Farrokhzad-2/+3
2019-02-09Rollup merge of #58091 - phansch:compiletest2018, r=CentrilMazdak Farrokhzad-47/+39
2019-02-08Remove trailing white-spacegnzlbg-1/+1
2019-02-08Saturating add/sub intrinsic emulation refactor/comments #58030Patrick McCarter-5/+12
2019-02-08simd-saturating-arith test requires LLVM >= 8.0gnzlbg-3/+3
2019-02-08Auto merge of #58161 - davidtwco:issue-57960, r=arielb1bors-4/+68
2019-02-09librustc_data_structures => 2018Taiki Endo-107/+86
2019-02-08Move simd intrinsic codegen tests into the simd-intrinsic subdirgnzlbg-0/+0
2019-02-08Add simd_saturating_{add,sub} intrinsicsgnzlbg-9/+895
2019-02-08Deny warnings in std stage 0varkor-2/+1
2019-02-08Extract block to insert an intrinsic into its own functiongnzlbg-12/+17
2019-02-08Don't default on std crate when manipulating browser historyGuillaume Gomez-1/+1
2019-02-08review comments: (marginally) reduce memory consumtionEsteban Küber-12/+68
2019-02-08Auto merge of #58294 - hrls:master, r=GuillaumeGomezbors-1/+1
2019-02-08Improve stability tags displayGuillaume Gomez-11/+10
2019-02-08Correct descriptive item name for implvarkor-5/+3
2019-02-08librustc_typeck => 2018Taiki Endo-100/+98
2019-02-08Use descriptive variant namevarkor-7/+7
2019-02-08librustc_incremental => 2018Taiki Endo-32/+29
2019-02-08librustc_borrowck => 2018Taiki Endo-69/+71
2019-02-08librustc_codegen_utils => 2018Taiki Endo-23/+18
2019-02-08librustc_target => 2018Taiki Endo-220/+221
2019-02-08librustc_cratesio_shim => 2018Taiki Endo-0/+3
2019-02-08librustc_metadata => 2018Taiki Endo-66/+67
2019-02-08librustc_passes => 2018Taiki Endo-22/+23
2019-02-08Cleanup JS a bitGuillaume Gomez-8/+6
2019-02-08librustc_lint => 2018Taiki Endo-100/+108
2019-02-08Remove #[macro_use] extern crate bitflagsTaiki Endo-3/+1
2019-02-08Use real try blocksTaiki Endo-12/+5
2019-02-08Revert removed #![feature(nll)]Taiki Endo-0/+1
2019-02-08std::sys::unix::stdio: explain why we do into_rawRalf Jung-3/+3
2019-02-08Auto merge of #58213 - Mark-Simulacrum:fix-checktools, r=alexcrichtonbors-0/+1
2019-02-08fix rustdoc JShrls-1/+1
2019-02-08Fix nll test outputEsteban Küber-1/+1
2019-02-08Don't shadow the provided `stringify!` macro in a wasm code size test caseNick Fitzgerald-23/+17
2019-02-08Use write_char for writing padding charactersNick Fitzgerald-23/+9
2019-02-08Add a wasm code size test for stringifying numbersNick Fitzgerald-0/+49
2019-02-08Also de-duplicate 32- and 64-bit number formatting on wasm32Nick Fitzgerald-8/+18
2019-02-08Remove initial newline from automatically generated span testsKonrad Borowski-1/+1
2019-02-08Remove code for updating copyright years in generate-deriving-span-testsKonrad Borowski-22/+6