about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-12ci: extract running the build into a scriptPietro Albini-14/+22
2019-11-12ci: extract validate-toolstate into a scriptPietro Albini-12/+19
2019-11-12ci: remove the MSYS_BITS env varPietro Albini-36/+28
2019-11-12ci: remove the MINGW_DIR and MINGW_ARCHIVE env varsPietro Albini-15/+12
2019-11-12ci: replace MINGW_URL with CUSTOM_MINGW=1Pietro Albini-10/+10
2019-11-12Auto merge of #66129 - Nadrieril:refactor-slice-pat-usefulness, r=varkorbors-264/+627
2019-11-11Auto merge of #66310 - Manishearth:clippyup, r=Manishearthbors-7/+7
2019-11-11Update clippyManish Goregaokar-7/+7
2019-11-11Auto merge of #65933 - crgl:vec-deque-truncate, r=alexcrichtonbors-4/+63
2019-11-11Auto merge of #66252 - cjgillot:trees, r=oli-obkbors-404/+298
2019-11-11Auto merge of #66213 - tmiasko:mandatory-error-warn, r=petrochenkovbors-416/+464
2019-11-11Auto merge of #66207 - Manishearth:clippyup, r=Centrilbors-11/+12
2019-11-11Update clippyManish Goregaokar-11/+12
2019-11-11Auto merge of #66250 - oli-obk:no_fields_in_empty_unions, r=eddybbors-5/+16
2019-11-10Auto merge of #66161 - mark-i-m:fix-rustc-guide, r=ehussbors-0/+0
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-326/+380
2019-11-10Add warning annotations to rustdoc-ui testsTomasz Miąsko-46/+67
2019-11-10Add warning annotations to ignore-stage1 ui-fulldeps testsTomasz Miąsko-44/+17
2019-11-10Auto merge of #66070 - petrochenkov:regattr, r=matthewjasperbors-118/+411
2019-11-10Auto merge of #65324 - Centril:organize-syntax, r=petrochenkovbors-697/+837
2019-11-10Fix tidy.Camille GILLOT-5/+11
2019-11-10Merge hir::ImplPolarity into ast::ImplPolarity.Camille GILLOT-27/+3
2019-11-10Merge hir::IsAuto into ast::IsAuto.Camille GILLOT-16/+3
2019-11-10Merge hir::CaptureClause into ast::CaptureBy.Camille GILLOT-27/+12
2019-11-10Merge hir::GeneratorMovability into ast::Movability.Camille GILLOT-42/+32
2019-11-10Merge hir::Unsafety into ast::Unsafety.Camille GILLOT-50/+28
2019-11-10Merge hir::Constness into ast::Constness.Camille GILLOT-16/+3
2019-11-10Merge hir::Mutability into ast::Mutability.Camille GILLOT-233/+218
2019-11-10tidyNadrieril-6/+7
2019-11-10Undo an assert causing an ICE until we fix the problem properlyOliver Scherer-5/+16
2019-11-10Inline constructor_sub_pattern_tysNadrieril-67/+63
2019-11-10Auto merge of #66072 - Mark-Simulacrum:next-node-id, r=nikomatsakisbors-344/+355
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-420/+458
2019-11-10Auto merge of #66259 - JohnTitor:rollup-x9nk1e2, r=JohnTitorbors-226/+423
2019-11-10move config.rs to libsyntax_expandMazdak Farrokhzad-175/+259
2019-11-10Rollup merge of #66235 - eddyb:coff-syrup, r=nagisaYuki Okushi-9/+7
2019-11-10Rollup merge of #66217 - RalfJung:diagnostic-items, r=CentrilYuki Okushi-19/+16
2019-11-10Rollup merge of #66216 - wesleywiser:const_prop_codegen_improvements, r=oli-obkYuki Okushi-15/+101
2019-11-10Rollup merge of #66058 - mjptree:patch-2, r=kennytmYuki Okushi-1/+1
2019-11-10Rollup merge of #66048 - mjptree:patch-1, r=Dylan-DPCYuki Okushi-1/+1
2019-11-10Rollup merge of #65831 - matthewjasper:array-ptr-cast, r=oli-obkYuki Okushi-56/+131
2019-11-10Rollup merge of #65719 - pitdicker:refactor_sync_once, r=AmanieuYuki Okushi-125/+166
2019-11-09Auto merge of #65694 - wesleywiser:uninhabited_enum_variants_pass, r=oli-obkbors-0/+354
2019-11-09Auto merge of #63871 - BatmanAoD:FloatFnMustUse, r=withoutboatsbors-9/+85
2019-11-09Inline reserve_node_idsMark Rousskov-13/+5
2019-11-09Move pretty parsing into Session optionsMark Rousskov-280/+299
2019-11-09Move next_node_id to ResolverMark Rousskov-64/+64
2019-11-09Address review commentsVadim Petrochenkov-10/+140
2019-11-09resolve: Factor out some common binding creation functionalityVadim Petrochenkov-29/+14
2019-11-09resolve: Remove some bits relevant only to legacy pluginsVadim Petrochenkov-22/+11