about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-09-06Auto merge of #88493 - chenyukang:fix-duplicated-diagnostic, r=estebankbors-1/+50
2021-09-05Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011bors-110/+81
2021-09-05Auto merge of #88552 - nbdd0121:vtable, r=nagisabors-38/+68
2021-09-05Add query `own_existential_vtable_entries`Gary Guo-45/+70
2021-09-05Stop allocating vtable entries for non-object-safe methodsGary Guo-8/+13
2021-09-05Auto merge of #88499 - eddyb:layout-off, r=nagisabors-203/+238
2021-09-05Rollup merge of #88657 - camelid:fix-dyn-sugg, r=m-ou-seMara Bos-4/+4
2021-09-05Rollup merge of #88257 - estebank:invalid-attr-error, r=oli-obkMara Bos-21/+119
2021-09-05Auto merge of #88559 - bjorn3:archive_logic_dedup, r=cjgillotbors-163/+84
2021-09-04Fix 2021 `dyn` suggestion that used code as labelNoah Lev-4/+4
2021-09-04Auto merge of #88626 - cjgillot:lfitb, r=petrochenkovbors-235/+195
2021-09-04Auto merge of #88550 - dpaoliello:dpaoliello/allocdebuginfo, r=estebankbors-41/+66
2021-09-04Fix #88256, remove duplicated diagnosticyukang-1/+50
2021-09-04Auto merge of #88547 - notriddle:notriddle/is-expr-delims-necessary, r=davidtwcobors-7/+10
2021-09-04Auto merge of #88538 - bjorn3:no_session_in_crate_loader, r=petrochenkovbors-94/+77
2021-09-04Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiserbors-5/+55
2021-09-03Replace Vec by Option.Camille GILLOT-35/+14
2021-09-03Simplify lifetimes_from_impl_trait_bounds.Camille GILLOT-200/+181
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-02Provide more context on incorrect inner attributeEsteban Kuber-21/+119
2021-09-02Rename walk_crate.Camille GILLOT-12/+12
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-02Drop walk_crate_and_attributes.Camille GILLOT-20/+10
2021-09-02Directly access the module for use suggestions.Camille GILLOT-62/+34
2021-09-02Stop using walk_crate.Camille GILLOT-33/+42
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
2021-09-02expand: Treat more macro calls as statement macro callsVadim Petrochenkov-55/+83
2021-09-02Add explanation for ctfe_backtrace lockbjorn3-0/+3
2021-09-02Use in_incr_comp_dir_sess in cg_clifbjorn3-2/+1
2021-09-02Remove print_fuel_crate field of Sessionbjorn3-8/+3
2021-09-02Remove optimization_fuel_crate from Sessionbjorn3-6/+1