about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-20Auto merge of #66104 - yodaldevoid:generic-arg-disambiguation, r=petrochenkovbors-98/+221
2019-11-19Auto merge of #66454 - cjgillot:lift, r=Zoxcbors-322/+87
2019-11-19Rollup merge of #66538 - dingelish:master, r=CentrilMazdak Farrokhzad-1/+0
2019-11-19Rollup merge of #66536 - nnethercote:mv-QueryResult, r=CentrilMazdak Farrokhzad-13/+11
2019-11-19Rollup merge of #66529 - petrochenkov:reshelp2, r=davidtwcoMazdak Farrokhzad-48/+47
2019-11-19Rollup merge of #66511 - haraldh:error_chain_nocopy, r=dtolnayMazdak Farrokhzad-1/+1
2019-11-19Rollup merge of #66493 - JohnTitor:ping-me-rustc-guide, r=spastorinoMazdak Farrokhzad-4/+4
2019-11-19Rollup merge of #66461 - clemencetbk:master, r=GuillaumeGomezMazdak Farrokhzad-1/+22
2019-11-19Rollup merge of #66431 - Aaron1011:fix/opaque-type-infer, r=varkorMazdak Farrokhzad-66/+205
2019-11-19Rollup merge of #66430 - dns2utf8:fix_code_selection_click_handler, r=Guillau...Mazdak Farrokhzad-24/+37
2019-11-19Rollup merge of #66239 - estebank:suggest-async-closure-call, r=CentrilMazdak Farrokhzad-65/+175
2019-11-19Rollup merge of #66155 - GuillaumeGomez:long-err-explanation-E0594, r=Dylan-DPCMazdak Farrokhzad-22/+88
2019-11-19Rollup merge of #66090 - pietroalbini:ci-improvements, r=alexcrichtonMazdak Farrokhzad-101/+114
2019-11-19Auto merge of #66206 - PotHix:master, r=estebankbors-6/+6
2019-11-19Move the definition of `QueryResult` into `plumbing.rs`.Nicholas Nethercote-13/+11
2019-11-19Auto merge of #66074 - wesleywiser:test_run_const_prop, r=oli-obkbors-24/+37
2019-11-18Remove compiler_builtins_lib feature from libstdYu Ding-1/+0
2019-11-19Auto merge of #65821 - SimonSapin:in-place, r=Amanieubors-4/+18
2019-11-18Move E0594 to new error code systemGuillaume Gomez-2578/+24
2019-11-18test: Update tests with fallout of changesGabriel Smith-74/+54
2019-11-18test: const-generics: Update tests removing unrequired bracesGabriel Smith-19/+19
2019-11-18rustc: lowering: Lower type args as const args when resolved in valueGabriel Smith-5/+56
2019-11-18Auto merge of #58281 - mark-i-m:synthesis, r=estebankbors-6/+1144
2019-11-18resolve: late: Check if type arg is really a const argGabriel Smith-0/+46
2019-11-18rustc: hir: Add method to check validity of a Res/Def in a namespaceGabriel Smith-0/+38
2019-11-18resolve: Allow idents to resolve to primitives in the type namespaceGabriel Smith-0/+8
2019-11-19resolve: Give derive helpers highest priority during resolutionVadim Petrochenkov-48/+47
2019-11-18review commentsEsteban Küber-33/+45
2019-11-18Auto merge of #54733 - GuillaumeGomez:stabilize-rustdoc-theme, r=ollie27,Dyla...bors-52/+88
2019-11-18Update test outputAaron Hill-57/+45
2019-11-18Replace bool with new `FallbackMode` enumAaron Hill-8/+18
2019-11-18Add explanation of unconstrained opaque typeAaron Hill-2/+8
2019-11-18Fix 'type annotations needed' error with opaque typesAaron Hill-9/+144
2019-11-18Update ui testsGuillaume Gomez-21/+64
2019-11-18Add long error explanation for E0594Guillaume Gomez-0/+2577
2019-11-18Fix Makefile themes checkGuillaume Gomez-1/+2
2019-11-18Remove redundant html checkGuillaume Gomez-1/+0
2019-11-18improve error messages and documentationGuillaume Gomez-16/+24
2019-11-18remove -Z option from rustdoc theme checker toolGuillaume Gomez-1/+0
2019-11-18Apply review commentsGuillaume Gomez-9/+9
2019-11-18Rename rustdoc options --themes and --check-themes to --theme and --check-themeGuillaume Gomez-18/+21
2019-11-18remove unstable docsGuillaume Gomez-26/+2
2019-11-18rename check-theme option into check-themesGuillaume Gomez-12/+9
2019-11-18Improve documentation, add checks for themes option arguments, make sure the ...Guillaume Gomez-3/+12
2019-11-18Fix typosGuillaume Gomez-2/+2
2019-11-18Rename theme-checker option to check-themeGuillaume Gomez-9/+9
2019-11-18Add sentence to tell other options are ignored when running check-themeGuillaume Gomez-3/+3
2019-11-18Prevent invalid html characters in themes nameGuillaume Gomez-1/+3
2019-11-18add test for rustdoc's --themes flagQuietMisdreavus-0/+14
2019-11-18Apply review commentsGuillaume Gomez-5/+11