| Age | Commit message (Expand) | Author | Lines |
| 2021-09-06 | Auto merge of #88493 - chenyukang:fix-duplicated-diagnostic, r=estebank | bors | -1/+50 |
| 2021-09-05 | Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011 | bors | -110/+81 |
| 2021-09-05 | Auto merge of #88552 - nbdd0121:vtable, r=nagisa | bors | -38/+68 |
| 2021-09-05 | Add query `own_existential_vtable_entries` | Gary Guo | -45/+70 |
| 2021-09-05 | Stop allocating vtable entries for non-object-safe methods | Gary Guo | -8/+13 |
| 2021-09-05 | Auto merge of #88499 - eddyb:layout-off, r=nagisa | bors | -203/+238 |
| 2021-09-05 | Rollup merge of #88657 - camelid:fix-dyn-sugg, r=m-ou-se | Mara Bos | -4/+4 |
| 2021-09-05 | Rollup merge of #88257 - estebank:invalid-attr-error, r=oli-obk | Mara Bos | -21/+119 |
| 2021-09-05 | Auto merge of #88559 - bjorn3:archive_logic_dedup, r=cjgillot | bors | -163/+84 |
| 2021-09-04 | Fix 2021 `dyn` suggestion that used code as label | Noah Lev | -4/+4 |
| 2021-09-04 | Auto merge of #88626 - cjgillot:lfitb, r=petrochenkov | bors | -235/+195 |
| 2021-09-04 | Auto merge of #88550 - dpaoliello:dpaoliello/allocdebuginfo, r=estebank | bors | -41/+66 |
| 2021-09-04 | Fix #88256, remove duplicated diagnostic | yukang | -1/+50 |
| 2021-09-04 | Auto merge of #88547 - notriddle:notriddle/is-expr-delims-necessary, r=davidtwco | bors | -7/+10 |
| 2021-09-04 | Auto merge of #88538 - bjorn3:no_session_in_crate_loader, r=petrochenkov | bors | -94/+77 |
| 2021-09-04 | Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiser | bors | -5/+55 |
| 2021-09-03 | Replace Vec by Option. | Camille GILLOT | -35/+14 |
| 2021-09-03 | Simplify lifetimes_from_impl_trait_bounds. | Camille GILLOT | -200/+181 |
| 2021-09-03 | Auto merge of #88572 - matthewjasper:if-let-scoping-fix, r=oli-obk | bors | -115/+195 |
| 2021-09-03 | Auto merge of #88454 - devnexen:sunos_asan, r=wesleywiser | bors | -2/+4 |
| 2021-09-03 | Auto merge of #88597 - cjgillot:lower-global, r=petrochenkov | bors | -151/+103 |
| 2021-09-03 | Detect bare blocks with type ascription that were meant to be a `struct` literal | Esteban Kuber | -5/+55 |
| 2021-09-03 | Auto merge of #88618 - m-ou-se:rollup-6tss5z6, r=m-ou-se | bors | -31/+6 |
| 2021-09-03 | Rollup merge of #88557 - lcnr:const-generics-cleanup, r=BoxyUwU | Mara Bos | -31/+6 |
| 2021-09-03 | Auto merge of #86454 - tlyu:refactor-unsized-suggestions, r=davidtwco | bors | -67/+112 |
| 2021-09-03 | Auto merge of #88428 - petrochenkov:stmtid, r=Aaron1011 | bors | -55/+83 |
| 2021-09-03 | Auto merge of #88386 - estebank:unmatched-delims, r=jackh726 | bors | -3/+18 |
| 2021-09-03 | Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebank | bors | -36/+63 |
| 2021-09-02 | Auto merge of #85868 - Aaron1011:projection-cache, r=jackh726 | bors | -50/+29 |
| 2021-09-02 | Provide more context on incorrect inner attribute | Esteban Kuber | -21/+119 |
| 2021-09-02 | Rename walk_crate. | Camille GILLOT | -12/+12 |
| 2021-09-02 | Rollup merge of #88592 - b-naber:region_substs, r=oli-obk | Mara Bos | -17/+19 |
| 2021-09-02 | Rollup merge of #88589 - xFrednet:00000-correct-comment-to-doc, r=petrochenkov | Mara Bos | -39/+39 |
| 2021-09-02 | Rollup merge of #88567 - camelid:query-job-info, r=cjgillot | Mara Bos | -11/+8 |
| 2021-09-02 | Rollup merge of #88543 - m-ou-se:closure-migration-macro-block-fragment, r=es... | Mara Bos | -9/+26 |
| 2021-09-02 | Rollup merge of #88532 - ptrojahn:single_use, r=davidtwco | Mara Bos | -5/+2 |
| 2021-09-02 | Rollup merge of #88512 - m-ou-se:array-into-iter-deref-stuff, r=estebank | Mara Bos | -24/+30 |
| 2021-09-02 | Drop walk_crate_and_attributes. | Camille GILLOT | -20/+10 |
| 2021-09-02 | Directly access the module for use suggestions. | Camille GILLOT | -62/+34 |
| 2021-09-02 | Stop using walk_crate. | Camille GILLOT | -33/+42 |
| 2021-09-02 | Report cycle error using 'deepest' obligation in the cycle | Aaron Hill | -1/+3 |
| 2021-09-02 | Preserve most sub-obligations in the projection cache | Aaron Hill | -49/+26 |
| 2021-09-02 | do not resolve instances for trait fn ids | b-naber | -17/+19 |
| 2021-09-02 | Auto merge of #88530 - bjorn3:shrink_session, r=cjgillot | bors | -16/+8 |
| 2021-09-02 | Correct doc comments inside `use_expr_visitor.rs` | xFrednet | -39/+39 |
| 2021-09-02 | expand: Treat more macro calls as statement macro calls | Vadim Petrochenkov | -55/+83 |
| 2021-09-02 | Add explanation for ctfe_backtrace lock | bjorn3 | -0/+3 |
| 2021-09-02 | Use in_incr_comp_dir_sess in cg_clif | bjorn3 | -2/+1 |
| 2021-09-02 | Remove print_fuel_crate field of Session | bjorn3 | -8/+3 |
| 2021-09-02 | Remove optimization_fuel_crate from Session | bjorn3 | -6/+1 |