about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-02-06Move the `krate` method to Hir and remove the Krate dep nodeJohn Kåre Alsaker-25/+18
2020-02-06Auto merge of #68583 - estebank:hrlt, r=oli-obkbors-81/+280
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-04Fix testDylan MacKenzie-160/+124
2020-02-05Auto merge of #68831 - Dylan-DPC:rollup-j6x15y9, r=Dylan-DPCbors-0/+64
2020-02-05`#![recursion_limit = "X"]`: note current crate name.Mazdak Farrokhzad-17/+17
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-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-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