about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-02-09Add EmbeddedBook to test list in bootstrapMark Rousskov-0/+1
2019-02-09Auto merge of #58065 - alexreg:refactor-smart_resolve_path_fragment, r=petroc...bors-389/+423
2019-02-09Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obkbors-157/+332
2019-02-09Auto merge of #57885 - arielb1:xform-probe, r=nikomatsakisbors-7/+402
2019-02-09Auto merge of #58207 - nnethercote:intern_lazy_const, r=oli-obkbors-38/+40
2019-02-09Auto merge of #57617 - mark-i-m:multiple-matcher-bindings, r=petrochenkovbors-38/+171
2019-02-09Auto merge of #57184 - varkor:deny-warnings-lib, r=Mark-Simulacrumbors-2/+1
2019-02-09Rollup merge of #58312 - taiki-e:librustc_data_structures-2018, r=CentrilMazdak Farrokhzad-107/+86
2019-02-09Rollup merge of #58285 - taiki-e:error_index_generator-2018, r=CentrilMazdak Farrokhzad-1/+3
2019-02-09Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-SimulacrumMazdak Farrokhzad-0/+81
2019-02-09Rollup merge of #58265 - taiki-e:librustc_mir-2018, r=matthewjasperMazdak Farrokhzad-519/+520
2019-02-09Rollup merge of #58261 - taiki-e:librustc_incremental-2018, r=CentrilMazdak Farrokhzad-32/+29
2019-02-09Rollup merge of #58260 - taiki-e:librustc_borrowck-2018, r=CentrilMazdak Farrokhzad-69/+71
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-08Auto merge of #58161 - davidtwco:issue-57960, r=arielb1bors-4/+68
2019-02-09librustc_data_structures => 2018Taiki Endo-107/+86
2019-02-08Deny warnings in std stage 0varkor-2/+1
2019-02-08Auto merge of #58294 - hrls:master, r=GuillaumeGomezbors-1/+1
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-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-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-08error_index_generator => 2018Taiki Endo-1/+3
2019-02-08Auto merge of #58191 - varkor:const-generics-ast, r=petrochenkovbors-709/+1085
2019-02-07WIPAlexander Regueiro-3/+3
2019-02-07Minor cosmetic changes.Alexander Regueiro-9/+8
2019-02-07Addressed review points.Alexander Regueiro-404/+412
2019-02-07Factored out context-dependent help for error reporting.Alexander Regueiro-183/+195
2019-02-07Factored out error reporting from `smart_resolve_path_fragment` fn.Alexander Regueiro-332/+347