about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-02-07Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakisDylan DPC-29/+279
2020-02-07Auto merge of #68499 - ssomers:btree_search_tidying, r=Mark-Simulacrumbors-42/+101
2020-02-07Lift range_search up one level of abstractionStein Somers-42/+45
2020-02-07Create benchmarks for BTreeMap::rangeStein Somers-0/+56
2020-02-06Rollup merge of #68894 - JohnTitor:update-e0565, r=Dylan-DPCDylan DPC-5/+9
2020-02-06Rollup merge of #68888 - tspiteri:ignore-to-compile_fail, r=petrochenkovDylan DPC-5/+7
2020-02-06Rollup merge of #68886 - tom-a-wagner:master, r=Mark-SimulacrumDylan DPC-0/+12
2020-02-06Rollup merge of #68791 - mark-i-m:proper-linkcheck, r=ehuss,JohnTitorDylan DPC-14/+61
2020-02-06Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=ZoxcDylan DPC-283/+867
2020-02-06tests: add a revision to macro_backtrace without -Zmacro-backtrace.Eduard-Mihai Burtescu-4/+40
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-119/+888
2020-02-06rustc_errors: hide "in this macro invocation" when redundant, more explicitly.Eduard-Mihai Burtescu-68/+53
2020-02-06rustc_errors: deduplicate the -Zmacro-backtrace suggestion message.Eduard-Mihai Burtescu-12/+5
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-149/+141
2020-02-06rustc_errors: split macro backtrace rendering from <*macros> hacks.Eduard-Mihai Burtescu-67/+97
2020-02-06Mark fn map_or() as eagerly evaluated.Tom A. Wagner-0/+12
2020-02-07Update E0565 examplesYuki Okushi-5/+9
2020-02-06Rollup merge of #68880 - JohnTitor:issue-non-zero, r=Dylan-DPCDylan DPC-23/+37
2020-02-06Rollup merge of #68869 - GuillaumeGomez:err-explanation-e0271, r=Dylan-DPCDylan DPC-5/+7
2020-02-06Rollup merge of #68845 - dwrensha:fix-68783, r=estebankDylan DPC-17/+22
2020-02-06Rollup merge of #68844 - euclio:debug-impl-def-path, r=petrochenkovDylan DPC-8/+11
2020-02-06Rollup merge of #68842 - Centril:issue-68785, r=estebankDylan DPC-0/+14
2020-02-06Rollup merge of #68837 - jonas-schievink:assoc-item-lookup-2, r=estebankDylan DPC-21/+24
2020-02-06Rollup merge of #68788 - Centril:unified-fn-bodies, r=petrochenkovDylan DPC-665/+1049
2020-02-06Rollup merge of #68751 - Tyg13:unused_parens_const_static, r=CentrilDylan DPC-12/+36
2020-02-06Rollup merge of #68691 - nnethercote:rm-RefCell-from-ObligationForest, r=niko...Dylan DPC-5/+5
2020-02-06error code examples: replace some more ignore with compile_failTrevor Spiteri-5/+7
2020-02-06Ignore panic-drops-resume.rs on wasm/emscriptenJonas Schievink-0/+2
2020-02-06Clarify comment about `_2` living across a yieldJonas Schievink-2/+3
2020-02-06Simplify implicit resume argumentJonas Schievink-9/+3
2020-02-06Auto merge of #68664 - tspiteri:no_run-complete-build, r=nikomatsakisbors-4/+4
2020-02-06Forbid using `0` as issue numberYuki Okushi-23/+37
2020-02-06Auto merge of #68583 - estebank:hrlt, r=oli-obkbors-190/+560
2020-02-05unused-parens: implement for const/static itemsTyler Lanphear-12/+36
2020-02-06Auto merge of #68861 - Dylan-DPC:rollup-0m09hsg, r=Dylan-DPCbors-120/+320
2020-02-06Remove `RefCell` usage from `ObligationForest`.Nicholas Nethercote-5/+5
2020-02-06Add CodegenFnAttrFlags::NO_SANITIZE_ANYTomasz Miąsko-4/+5
2020-02-05Auto merge of #68461 - cjgillot:split_infer_prelude, r=matthewjasperbors-2557/+2725
2020-02-05Apply LLVM sanitize attributes to generated entry wrapperTomasz Miąsko-32/+43
2020-02-05Selectively disable sanitizer instrumentationTomasz Miąsko-17/+255
2020-02-05clean E0271 explanationGuillaume Gomez-5/+7
2020-02-05Auto merge of #67429 - mati865:mingw-ultimate-fix, r=alexcrichtonbors-0/+83
2020-02-05Fix testEsteban Küber-0/+2
2020-02-05Account for `impl Trait`Esteban Küber-34/+71
2020-02-05Move code to `diagnostics.rs`Esteban Küber-200/+214
2020-02-05review commentsEsteban Küber-37/+26
2020-02-05review comments: wordingEsteban Küber-13/+13
2020-02-05Account for `fn()` types in lifetime suggestionsEsteban Küber-153/+210
2020-02-05Account for `'_` in suggestionsEsteban Küber-2/+5
2020-02-05review commentsEsteban Küber-60/+60