about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-02-05Selectively disable sanitizer instrumentationTomasz Miąsko-0/+120
2020-02-05Auto merge of #68831 - Dylan-DPC:rollup-j6x15y9, r=Dylan-DPCbors-0/+64
2020-02-04Auto merge of #68544 - Aaron1011:remove-overlapping-traits, r=estebankbors-92/+45
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-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-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
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-03track_caller test caller_location ctfe/rt equivalence wrt. fnptrsMazdak Farrokhzad-0/+38
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-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-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-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-02parser: address review comments re. `self`.Mazdak Farrokhzad-87/+107
2020-02-02Avoid exponential behaviour when relating typesMatthew Jasper-0/+23
2020-02-02Do not suggest duplicate boundsYuki Okushi-13/+26
2020-02-02parser: move restrictions re. `self` to `ast_validation`.Mazdak Farrokhzad-6/+356
2020-02-02pretty: print attrs in struct exprMazdak Farrokhzad-0/+16