about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-02-03Apply suggestions from code reviewmatthewjasper-3/+0
2020-02-03Add more tests for or-patternsMatthew Jasper-0/+474
2020-02-03Change wording for object unsafe because of assoc constEsteban Küber-7/+7
2020-02-03Rollup merge of #68798 - Centril:caller-loc-ctfe-rt-equiv, r=RalfJungDylan DPC-0/+38
2020-02-03Rollup merge of #68744 - JohnTitor:fix-ice-save-analysis, r=cramertjDylan DPC-2/+30
2020-02-03rustc_codegen_ssa: don't treat inlined variables as debuginfo arguments.Eduard-Mihai Burtescu-0/+11
2020-02-03track_caller test caller_location ctfe/rt equivalence wrt. fnptrsMazdak Farrokhzad-0/+38
2020-02-03Fix miscompilationJonas Schievink-3/+47
2020-02-03Auto merge of #68778 - RalfJung:raw-addr-of, r=eddybbors-1/+58
2020-02-03Auto merge of #68772 - matthewjasper:relate-opt, r=davidtwcobors-0/+23
2020-02-02Change expansion error to be non-fatalDavid-2/+12
2020-02-03Auto merge of #68756 - JohnTitor:fix-ice-save-analysis-2, r=davidtwcobors-1/+3
2020-02-03Auto merge of #68735 - JohnTitor:fix-ice-0202, r=estebankbors-0/+0
2020-02-02Deal with spans showing `std` libEsteban Küber-3/+13
2020-02-02Improve needs_drop queryMatthew Jasper-0/+2
2020-02-02Point at reason in object unsafe trait with `Self` in supertraits or `where`-...Esteban Küber-14/+40
2020-02-02fix rebaseEsteban Küber-4/+4
2020-02-02move_ref_pattern: test captures inside closureMazdak Farrokhzad-0/+526
2020-02-02Account for `?Sized` type parameter boundsEsteban Küber-71/+63
2020-02-02Suggest `?Sized` on type parametersEsteban Küber-6/+22
2020-02-02add tests for structured suggestionEsteban Küber-0/+103
2020-02-02Use more appropriate spans on object unsafe traits and provide structured sug...Esteban Küber-33/+71
2020-02-02Wording changes to object unsafe trait errorsEsteban Küber-81/+267
2020-02-02Point at `Sized` requirementsEsteban Küber-0/+11
2020-02-02Slight rewording of diagnostic messageEsteban Küber-25/+25
2020-02-02Use more accurate failed predicate spansEsteban Küber-203/+168
2020-02-02Point at return type obligations instead of at `fn` identEsteban Küber-2/+2
2020-02-02Point at the `Sized` obligation in `where` clausesEsteban Küber-3/+6
2020-02-02Tweak `Self: Sized` restriction diagnostic outputEsteban Küber-29/+18
2020-02-02review commentsEsteban Küber-2/+2
2020-02-02fix testEsteban Küber-4/+4
2020-02-02When object unsafe trait uses itself in associated item suggest using `Self`Esteban Küber-0/+63
2020-02-02Point at `Sized` boundEsteban Küber-2/+43
2020-02-02Point at arguments or output when fn obligations come from them, or ident whe...Esteban Küber-386/+238
2020-02-02add raw-addr-of variant to mir_raw_fat_ptrRalf Jung-1/+58
2020-02-02Add tests for struct variant field in searchGuillaume Gomez-0/+15
2020-02-02move_ref_pattern: change pov in diagnostics & add binding namesMazdak Farrokhzad-457/+457
2020-02-02move_ref_pattern: don't ICE on unreachable 2xby-move conflictsMazdak Farrokhzad-0/+15
2020-02-02Rollup merge of #68764 - Centril:self-semantic, r=petrochenkovMazdak Farrokhzad-17/+387
2020-02-02Rollup merge of #68763 - JohnTitor:do-not-sugg-dup-bounds, r=estebankMazdak Farrokhzad-13/+26
2020-02-02Rollup merge of #68760 - Tyg13:compile_fail_ui_test, r=CentrilMazdak Farrokhzad-194/+165
2020-02-02move_ref_patterns: introduce testsMazdak Farrokhzad-541/+1919
2020-02-02parser: address review comments re. `self`.Mazdak Farrokhzad-87/+107
2020-02-02Teach dropck about resume argumentsJonas Schievink-3/+52
2020-02-02No resume argument in the drop shimJonas Schievink-1/+0
2020-02-02Adjust mir-opt tests to new `yield` loweringJonas Schievink-29/+31
2020-02-02Add test for E0628 (too many generator parameters)Jonas Schievink-0/+15
2020-02-02Add tests for generator resume argumentsJonas Schievink-0/+135
2020-02-02Fix error message on type mismatch in generatorJonas Schievink-0/+41
2020-02-02Adjust tests to type inference changesJonas Schievink-30/+60