summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-10-31Lint against RTL unicode codepoints in literals and commentsEsteban Küber-10/+303
2021-10-14Revert "Stabilize `arbitrary_enum_discriminant`"Mark Rousskov-5/+70
2021-10-14Emit item no type error even if type inference failsGary Guo-21/+23
2021-10-14Use correct edition for panic in [debug_]assert!() etc.Mara Bos-4/+22
2021-10-13Explicit `PlaceAncestryRelation::SamePlace` and handle like `Descendant`Gary Guo-5/+8
2021-10-13Ignore projection type when determining upvar ancestoryGary Guo-1/+1
2021-10-13Turn tcx.vtable_allocation() into a query.Michael Woerister-68/+83
2021-10-13Remove untracked vtable-const-allocation cache from tcxMichael Woerister-14/+2
2021-10-13Fix stabilization version for `bindings_after_at`Noah Lev-1/+1
2021-10-13Disable `SimplifyBranchSame` optimization for nowFabian Wolff-0/+6
2021-10-13Update commentsFabian Wolff-8/+18
2021-10-13Fix unsound optimization with explicit variant discriminantsFabian Wolff-4/+14
2021-10-132229: Consume IfLet exprRoxane-0/+2
2021-10-04Auto merge of #89285 - jackh726:issue-88862, r=nikomatsakisbors-8/+8
2021-10-04Rollup merge of #89208 - wesleywiser:rfc_2229_droporder, r=nikomatsakisJubilee-1/+72
2021-10-04Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakisbors-18/+58
2021-10-04Auto merge of #89125 - Aaron1011:remove-intercrate-cache, r=jackh726bors-6/+42
2021-10-04Rollup merge of #88996 - Aaron1011:trailing-macro-semi, r=petrochenkovYuki Okushi-6/+9
2021-10-04Auto merge of #88994 - Aaron1011:intercrate-caching, r=jackh726bors-0/+16
2021-10-04Auto merge of #88979 - tmiasko:no-remove-zsts-in-generators, r=oli-obkbors-0/+4
2021-09-16Re-add 71a7f8f1884b2c83eeb4a545eef16df1f2ea6476 post-revert.Felix S. Klock II-1/+4
2021-09-16Revert "Implement Anonymous{Struct, Union} in the AST"Felix S. Klock II-71/+14
2021-09-16Manually crafted revert of d4ad050ce5778a09566f6f9ec172565815d54604 .Felix S. Klock II-68/+0
2021-09-16Revert "Fix ast expanded printing for anonymous types"Felix S. Klock II-6/+10
2021-09-16Change scope of temporaries in match guardsMatthew Jasper-5/+5
2021-09-14Fix 2021 `dyn` suggestion that used code as labelNoah Lev-4/+4
2021-09-092229: Don't move out of drop typeAman Arora-1/+33
2021-09-04Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiserbors-5/+55
2021-09-03Auto merge of #88572 - matthewjasper:if-let-scoping-fix, r=oli-obkbors-115/+195
2021-09-03Auto merge of #88454 - devnexen:sunos_asan, r=wesleywiserbors-2/+4
2021-09-03Auto merge of #88597 - cjgillot:lower-global, r=petrochenkovbors-151/+103
2021-09-03Detect bare blocks with type ascription that were meant to be a `struct` literalEsteban Kuber-5/+55
2021-09-03Auto merge of #88618 - m-ou-se:rollup-6tss5z6, r=m-ou-sebors-31/+6
2021-09-03Rollup merge of #88557 - lcnr:const-generics-cleanup, r=BoxyUwUMara Bos-31/+6
2021-09-03Auto merge of #86454 - tlyu:refactor-unsized-suggestions, r=davidtwcobors-67/+112
2021-09-03Auto merge of #88428 - petrochenkov:stmtid, r=Aaron1011bors-55/+83
2021-09-03Auto merge of #88386 - estebank:unmatched-delims, r=jackh726bors-3/+18
2021-09-03Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebankbors-36/+63
2021-09-02Auto merge of #85868 - Aaron1011:projection-cache, r=jackh726bors-50/+29
2021-09-02Rollup merge of #88592 - b-naber:region_substs, r=oli-obkMara Bos-17/+19
2021-09-02Rollup merge of #88589 - xFrednet:00000-correct-comment-to-doc, r=petrochenkovMara Bos-39/+39
2021-09-02Rollup merge of #88567 - camelid:query-job-info, r=cjgillotMara Bos-11/+8
2021-09-02Rollup merge of #88543 - m-ou-se:closure-migration-macro-block-fragment, r=es...Mara Bos-9/+26
2021-09-02Rollup merge of #88532 - ptrojahn:single_use, r=davidtwcoMara Bos-5/+2
2021-09-02Rollup merge of #88512 - m-ou-se:array-into-iter-deref-stuff, r=estebankMara Bos-24/+30
2021-09-02Report cycle error using 'deepest' obligation in the cycleAaron Hill-1/+3
2021-09-02Preserve most sub-obligations in the projection cacheAaron Hill-49/+26
2021-09-02do not resolve instances for trait fn idsb-naber-17/+19
2021-09-02Auto merge of #88530 - bjorn3:shrink_session, r=cjgillotbors-16/+8
2021-09-02Correct doc comments inside `use_expr_visitor.rs`xFrednet-39/+39