about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-02-07Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakisDylan DPC-0/+120
2020-02-06Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=ZoxcDylan DPC-162/+501
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-101/+853
2020-02-06rustc_errors: hide "in this macro invocation" when redundant, more explicitly.Eduard-Mihai Burtescu-40/+16
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-99/+99
2020-02-06Rollup merge of #68880 - JohnTitor:issue-non-zero, r=Dylan-DPCDylan DPC-6/+15
2020-02-06Rollup merge of #68845 - dwrensha:fix-68783, r=estebankDylan DPC-0/+0
2020-02-06Rollup merge of #68844 - euclio:debug-impl-def-path, r=petrochenkovDylan DPC-4/+4
2020-02-06Rollup merge of #68842 - Centril:issue-68785, r=estebankDylan DPC-0/+14
2020-02-06Rollup merge of #68788 - Centril:unified-fn-bodies, r=petrochenkovDylan DPC-42/+429
2020-02-06Rollup merge of #68751 - Tyg13:unused_parens_const_static, r=CentrilDylan DPC-12/+28
2020-02-06Ignore panic-drops-resume.rs on wasm/emscriptenJonas Schievink-0/+2
2020-02-06Forbid using `0` as issue numberYuki Okushi-6/+15
2020-02-06Auto merge of #68583 - estebank:hrlt, r=oli-obkbors-81/+280
2020-02-05unused-parens: implement for const/static itemsTyler Lanphear-12/+28
2020-02-05Selectively disable sanitizer instrumentationTomasz Miąsko-0/+120
2020-02-05Fix testEsteban Küber-0/+2
2020-02-05Account for `impl Trait`Esteban Küber-0/+16
2020-02-05review comments: wordingEsteban Küber-11/+11
2020-02-05Account for `fn()` types in lifetime suggestionsEsteban Küber-125/+150
2020-02-05Account for `'_` in suggestionsEsteban Küber-2/+2
2020-02-05review commentsEsteban Küber-47/+47
2020-02-05Suggest `'r` instead of `'lifetime`Esteban Küber-51/+112
2020-02-05When suggesting lifetimes, propose adding the new lifetime to all argumentsEsteban Küber-20/+20
2020-02-05Use spans for input borrowed types unrelated to return typeEsteban Küber-17/+85
2020-02-05Account for HKTB when suggesting introduction of named lifetimeEsteban Küber-0/+27
2020-02-05Rollup merge of #68840 - Centril:rec-lim-curr-crate, r=estebankDylan DPC-17/+17
2020-02-05Rollup merge of #68809 - ecstatic-morse:const-int-functions, r=oli-obkDylan DPC-0/+130
2020-02-05ast_validation: fix visiting bug.Mazdak Farrokhzad-0/+21
2020-02-04Fix testDylan MacKenzie-160/+124
2020-02-04stop using BytePos for computing spans in librustc_parse/parser/mod.rsDavid Renshaw-0/+0
2020-02-05Auto merge of #68831 - Dylan-DPC:rollup-j6x15y9, r=Dylan-DPCbors-0/+64
2020-02-05or_patterns: add regression test for 68785Mazdak Farrokhzad-0/+14
2020-02-05`#![recursion_limit = "X"]`: note current crate name.Mazdak Farrokhzad-17/+17
2020-02-05parser: merge `fn` grammars wrt. bodies & headersMazdak Farrokhzad-42/+408
2020-02-04Auto merge of #68544 - Aaron1011:remove-overlapping-traits, r=estebankbors-92/+45
2020-02-04use def_path_str for missing_debug_impls messageAndy Russell-4/+4
2020-02-04Rollup merge of #68819 - estebank:split_at_mut, r=oli-obkDylan DPC-0/+23
2020-02-04Rollup merge of #68758 - daboross:fix-59191, r=petrochenkovDylan DPC-0/+41
2020-02-04Add tests for newly const arithmetic fnsDylan MacKenzie-0/+166
2020-02-04Remove the `overlapping_marker_traits` featureAaron Hill-92/+45
2020-02-04Auto merge of #68377 - estebank:fn-obligations-spans, r=oli-obkbors-678/+973
2020-02-04Remove obsolete testJonas Schievink-49/+0
2020-02-04Update error message with too many parametersJonas Schievink-2/+3
2020-02-04Add more tests for generator resume argumentsJonas Schievink-0/+67
2020-02-04Auto merge of #68601 - 0dvictor:split, r=tmandrybors-4/+14
2020-02-03Suggest `split_at_mut` on multiple mutable index accessEsteban Küber-0/+23
2020-02-04Split `join_codegen_and_link()` into two stepsVictor Ding-4/+14
2020-02-03Auto merge of #67668 - matthewjasper:or-patterns, r=pnkfelixbors-590/+1081