about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-09-18Some formatting cleanupAaron Hill-1/+1
2019-09-18Make note better when all arms in a `match` divergeAaron Hill-6/+6
2019-09-18Point at original span when emitting unreachable lintAaron Hill-0/+308
2019-09-18Rollup merge of #64578 - max-sixty:22656-lldb-8, r=alexcrichtonTyler Mandry-1/+1
2019-09-18fix debuginfo/issue22656 with LLDB 8Maximilian Roos-1/+1
2019-09-17Rollup merge of #64528 - Aaron1011:fix/proc-macro-type, r=alexcrichtonTyler Mandry-1/+12
2019-09-17Rollup merge of #64486 - matthewjasper:hygiene-debugging, r=petrochenkovTyler Mandry-1/+11
2019-09-17Generate proc macro harness in AST order.Aaron Hill-1/+12
2019-09-17Auto merge of #64562 - tmandry:rollup-kfk0nuo, r=tmandrybors-30/+7
2019-09-17Rollup merge of #64429 - afnanenayet:afnan/fix-failure-note-json-level, r=Mar...Tyler Mandry-2/+2
2019-09-17Print syntax contexts and marks when printing hygiene informationMatthew Jasper-0/+10
2019-09-17Auto merge of #64525 - nikomatsakis:issue-64512-drop-order-tail-temp, r=david...bors-0/+109
2019-09-17Get rid of special const intrinsic query in favour of `const_eval`Oliver Scherer-28/+5
2019-09-17apply nits from centrilNiko Matsakis-7/+8
2019-09-16Fix failure note `to_str` implementationAfnan Enayet-2/+2
2019-09-17Rollup merge of #64416 - mark-i-m:region-naming-ctx, r=estebankMazdak Farrokhzad-12/+12
2019-09-16Tweak unsatisfied HRTB errorsEsteban Küber-40/+117
2019-09-16add regression test for issue-64391Niko Matsakis-0/+14
2019-09-16add test for drop order of temporary in tail return expressionNiko Matsakis-0/+94
2019-09-16Rollup merge of #64504 - guanqun:use-println-without-empty-str, r=jonas-schie...Mazdak Farrokhzad-18/+18
2019-09-16Rollup merge of #64467 - Mark-Simulacrum:hide-cfg-failures, r=estebankMazdak Farrokhzad-0/+5
2019-09-16Rollup merge of #64028 - Centril:stabilize-alloc-new-2, r=alexcrichtonMazdak Farrokhzad-16/+5
2019-09-16Rollup merge of #63955 - RalfJung:intern, r=oli-obkMazdak Farrokhzad-1/+48
2019-09-16Const-stabilize `String::new`.Mazdak Farrokhzad-3/+1
2019-09-16Const-stabilize `Vec::new`.Mazdak Farrokhzad-13/+4
2019-09-15Hide diagnostics emitted during --cfg parsingMark Rousskov-0/+5
2019-09-15Auto merge of #64491 - Centril:rollup-21wkl69, r=Centrilbors-19/+51
2019-09-15Rollup merge of #64472 - Mark-Simulacrum:unused-parens-attr, r=varkorMazdak Farrokhzad-19/+23
2019-09-15Rollup merge of #64250 - Xanewok:save-analysis-assoc-nested, r=varkorMazdak Farrokhzad-0/+28
2019-09-15Auto merge of #64474 - Mark-Simulacrum:permit-err-overlap, r=matthewjasperbors-0/+31
2019-09-15use println!()Guanqun Lu-18/+18
2019-09-15Permit impls referencing errors to overlapMark Rousskov-0/+31
2019-09-15Auto merge of #64483 - petrochenkov:expectattr2, r=Centrilbors-159/+159
2019-09-15all memory behind a constant must be immutableRalf Jung-0/+47
2019-09-15const interning: move mutability computation into intern_shallow, and always ...Ralf Jung-1/+1
2019-09-15resolve: Remove `!` from "cannot find" diagnostics for macrosVadim Petrochenkov-41/+41
2019-09-15resolve: Tweak "cannot find" wording for attributesVadim Petrochenkov-118/+118
2019-09-15Print visibility of `macro` itemsMatthew Jasper-1/+1
2019-09-15Auto merge of #64469 - matthewjasper:increase-hygiene-use, r=petrochenkovbors-12/+34
2019-09-15Remove `with_legacy_ctxt`Matthew Jasper-12/+34
2019-09-15Auto merge of #64478 - Centril:rollup-bnt51w1, r=Centrilbors-11/+29
2019-09-15Rollup merge of #64471 - Mark-Simulacrum:warn-depr-attr, r=CentrilMazdak Farrokhzad-7/+16
2019-09-15Rollup merge of #64463 - petrochenkov:expectattr, r=CentrilMazdak Farrokhzad-4/+4
2019-09-15Rollup merge of #64457 - petrochenkov:macunfield, r=matthewjasperMazdak Farrokhzad-0/+9
2019-09-15Auto merge of #60584 - jonas-schievink:ice-panic-hook, r=oli-obkbors-4/+19
2019-09-14Warn on no_start, crate_id attribute useMark Rousskov-7/+16
2019-09-14Don't mark expression with attributes as not needing parenthesesMark Rousskov-19/+23
2019-09-15save-analysis: Process bounds in impl trait only in argument positionIgor Matuszewski-3/+8
2019-09-14Try to fix the test output normalizationJonas Schievink-15/+15
2019-09-14Rollup merge of #64462 - petrochenkov:remattr, r=CentrilMazdak Farrokhzad-8/+8