about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-02-14Make removal suggestion not verboseEsteban Küber-1/+1
2023-02-14rebase and review commentsEsteban Küber-3/+2
2023-02-14Avoid trailing commasEsteban Küber-7/+7
2023-02-14Fix fmtEsteban Küber-5/+2
2023-02-14More accurate spans for arg removal suggestionEsteban Küber-26/+78
2023-02-14Specify correct spans in suggest_await_on_expect_foundIQuant-8/+6
2023-02-14Do not fetch HIR for inherent impls.Camille GILLOT-56/+36
2023-02-14Add `of_trait` to DefKind::Impl.Camille GILLOT-59/+63
2023-02-14Rollup merge of #108044 - RalfJung:from-addr-invalid, r=oli-obkMatthias Krüger-6/+8
2023-02-14Rollup merge of #108040 - eggyal:attributes_for_uninteresting_traversals, r=o...Matthias Krüger-24/+66
2023-02-14Rollup merge of #108039 - eggyal:traverse_refcounts_via_functors, r=oli-obkMatthias Krüger-69/+55
2023-02-14Rollup merge of #108033 - lcnr:coinductive-attr, r=compiler-errorsMatthias Krüger-37/+75
2023-02-14Rollup merge of #108007 - compiler-errors:str-less-kind, r=NilstriebMatthias Krüger-1/+1
2023-02-14Rollup merge of #107673 - lukas-code:update-icu4x, r=davidtwcoMatthias Krüger-2275/+2710
2023-02-14Rollup merge of #107573 - cuviper:drop-llvm-13, r=nagisaMatthias Krüger-115/+41
2023-02-14Rollup merge of #108038 - eggyal:remove_needless_supertrait_constraints, r=lcnrMatthias Krüger-25/+25
2023-02-14Rollup merge of #108029 - oli-obk:🞋_usize, r=RalfJungMatthias Krüger-250/+338
2023-02-14Rollup merge of #108003 - chenyukang:yukang/fix-107998, r=compiler-errorsMatthias Krüger-1/+9
2023-02-14Rollup merge of #107739 - spastorino:check-overflow-evaluate_canonical_goal, ...Matthias Krüger-88/+139
2023-02-14Rollup merge of #103478 - SpanishPear:spanishpear/issue_103366_fix, r=TaKO8KiMatthias Krüger-2/+56
2023-02-14Pass `DepContext` and `QueryContext` by value when practicalJohn Kåre Alsaker-26/+26
2023-02-14Port PlaceholderRelationLfNotSatisfied diagnosticIQuant-30/+103
2023-02-14Port ConsiderAddingAwaitIQuant-38/+74
2023-02-14Port SuggestRemoveSemiOrReturnBindingIQuant-46/+97
2023-02-14Make sure tests passNikita Tomashevich-1/+1
2023-02-14Port WhereClauseSuggestionsNikita Tomashevich-17/+40
2023-02-14Resolve rebaseNikita Tomashevich-40/+2
2023-02-14Port another diagnosticNikita Tomashevich-17/+23
2023-02-14Port RefLongerThanDataNikita Tomashevich-17/+30
2023-02-14Port "BorrowedTooLong" diagnosticNikita Tomashevich-7/+45
2023-02-14Port OutlivesContent, OutlivesBound, FUllfillReqLifetime, LfBoundNotSatisfied...Nikita Tomashevich-76/+131
2023-02-14Update lexer lifetime test许杰友 Jieyou Xu (Joe)-1/+1
2023-02-14Avoid looping past bounds of argsMartin Gammelsæter-2/+1
2023-02-14Use derive attributes for uninteresting traversalsAlan Egerton-24/+66
2023-02-14interpret: rename Pointer::from_addr → from_addr_invalidRalf Jung-6/+8
2023-02-14Reduce visibility of some itemsSantiago Pastorino-9/+9
2023-02-14Check for overflow in evaluate_canonical_goalSantiago Pastorino-24/+46
2023-02-14Refactor refcounted structural_impls via functorsAlan Egerton-69/+55
2023-02-14Ord entails its supertraitsAlan Egerton-25/+25
2023-02-14change the `marker` attribute to only_locallcnr-2/+6
2023-02-14add test for coinduction in new solverlcnr-2/+26
2023-02-14add a `#[rustc_coinductive]` attributelcnr-33/+43
2023-02-14Simplify expansion logicOli Scherer-3/+3
2023-02-14Inline the expansion queryOli Scherer-28/+23
2023-02-14Remove BoxedResolverOli Scherer-102/+18
2023-02-14Separate the lifetime of the session and the arena in the resolverOli Scherer-70/+79
2023-02-14Auto merge of #103695 - LYF1999:yf/103563, r=lcnrbors-1/+46
2023-02-14Don't recover lifetimes/labels containing emojis as character literals许杰友 Jieyou Xu (Joe)-12/+42
2023-02-14s/eval_usize/eval_target_usize/ for clarityOli Scherer-250/+338
2023-02-14Auto merge of #107765 - petrochenkov:nomoclone, r=oli-obkbors-152/+83