| Age | Commit message (Expand) | Author | Lines |
| 2021-09-06 | Auto merge of #88640 - SkiFire13:tests-for-85499, r=jackh726 | bors | -0/+144 |
| 2021-09-06 | Auto merge of #88493 - chenyukang:fix-duplicated-diagnostic, r=estebank | bors | -64/+9 |
| 2021-09-05 | Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011 | bors | -23/+37 |
| 2021-09-05 | Auto merge of #88552 - nbdd0121:vtable, r=nagisa | bors | -4/+41 |
| 2021-09-05 | Stop allocating vtable entries for non-object-safe methods | Gary Guo | -4/+41 |
| 2021-09-05 | Auto merge of #88499 - eddyb:layout-off, r=nagisa | bors | -13/+13 |
| 2021-09-05 | Auto merge of #88604 - camelid:rustdoc-lifetime-bounds, r=GuillaumeGomez | bors | -64/+96 |
| 2021-09-05 | Auto merge of #88662 - m-ou-se:rollup-h6lgp7k, r=m-ou-se | bors | -48/+302 |
| 2021-09-05 | Add tests | Giacomo Stevanato | -0/+144 |
| 2021-09-05 | Rollup merge of #88657 - camelid:fix-dyn-sugg, r=m-ou-se | Mara Bos | -0/+21 |
| 2021-09-05 | Rollup merge of #88511 - matthiaskrgr:xpyclippydefaulttarget, r=jyn514 | Mara Bos | -2/+18 |
| 2021-09-05 | Rollup merge of #88257 - estebank:invalid-attr-error, r=oli-obk | Mara Bos | -46/+263 |
| 2021-09-05 | Auto merge of #88603 - nikic:llvm-update, r=cuviper | bors | -0/+0 |
| 2021-09-04 | Fix 2021 `dyn` suggestion that used code as label | Noah Lev | -0/+21 |
| 2021-09-04 | Auto merge of #88364 - pietroalbini:llvm-install-filecheck, r=Mark-Simulacrum | bors | -0/+5 |
| 2021-09-04 | Auto merge of #88574 - camelid:box-genericarg-const, r=GuillaumeGomez | bors | -4/+9 |
| 2021-09-04 | Fix #88256, remove duplicated diagnostic | yukang | -64/+9 |
| 2021-09-04 | Auto merge of #88547 - notriddle:notriddle/is-expr-delims-necessary, r=davidtwco | bors | -0/+94 |
| 2021-09-04 | Auto merge of #88633 - Mark-Simulacrum:bump-version, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-09-03 | Bump version to 1.57 | Mark Rousskov | -1/+1 |
| 2021-09-04 | Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiser | bors | -0/+12 |
| 2021-09-03 | Auto merge of #88482 - athei:add-import-test, r=the8472 | bors | -0/+30 |
| 2021-09-03 | rustdoc: Box `GenericArg::Const` to reduce enum size | Noah Lev | -4/+9 |
| 2021-09-03 | Auto merge of #88572 - matthewjasper:if-let-scoping-fix, r=oli-obk | bors | -447/+401 |
| 2021-09-03 | Update coverage tests | Matthew Jasper | -5/+5 |
| 2021-09-03 | Auto merge of #88454 - devnexen:sunos_asan, r=wesleywiser | bors | -0/+2 |
| 2021-09-03 | Auto merge of #88597 - cjgillot:lower-global, r=petrochenkov | bors | -128/+128 |
| 2021-09-03 | Detect bare blocks with type ascription that were meant to be a `struct` literal | Esteban Kuber | -0/+12 |
| 2021-09-03 | Rollup merge of #88483 - jethrogb:jb/llvm-libunwind-self-contained, r=petroch... | Mara Bos | -12/+20 |
| 2021-09-03 | Auto merge of #88428 - petrochenkov:stmtid, r=Aaron1011 | bors | -0/+25 |
| 2021-09-03 | Auto merge of #88386 - estebank:unmatched-delims, r=jackh726 | bors | -64/+64 |
| 2021-09-03 | Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebank | bors | -5/+20 |
| 2021-09-02 | rustdoc: Higher-ranked lifetimes can't have bounds | Noah Lev | -29/+45 |
| 2021-09-02 | rustdoc: Clean up handling of lifetime bounds | Noah Lev | -35/+51 |
| 2021-09-02 | Auto merge of #85868 - Aaron1011:projection-cache, r=jackh726 | bors | -32/+33 |
| 2021-09-02 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 2021-09-02 | Provide more context on incorrect inner attribute | Esteban Kuber | -46/+263 |
| 2021-09-02 | Bless ast-json tests. | Camille GILLOT | -2/+2 |
| 2021-09-02 | Rename walk_crate. | Camille GILLOT | -2/+2 |
| 2021-09-02 | Rollup merge of #88592 - b-naber:region_substs, r=oli-obk | Mara Bos | -0/+26 |
| 2021-09-02 | Rollup merge of #88573 - camelid:rustdoc-assoc-panic, r=GuillaumeGomez | Mara Bos | -4/+38 |
| 2021-09-02 | Rollup merge of #88565 - lqd:issue-83190, r=spastorino | Mara Bos | -0/+49 |
| 2021-09-02 | Rollup merge of #88543 - m-ou-se:closure-migration-macro-block-fragment, r=es... | Mara Bos | -0/+86 |
| 2021-09-02 | Rollup merge of #88512 - m-ou-se:array-into-iter-deref-stuff, r=estebank | Mara Bos | -82/+31 |
| 2021-09-02 | Bless tests. | Camille GILLOT | -17/+34 |
| 2021-09-02 | Stop using walk_crate. | Camille GILLOT | -6/+3 |
| 2021-09-02 | Report cycle error using 'deepest' obligation in the cycle | Aaron Hill | -19/+38 |
| 2021-09-02 | Preserve most sub-obligations in the projection cache | Aaron Hill | -33/+15 |
| 2021-09-02 | add test | b-naber | -0/+26 |
| 2021-09-02 | expand: Treat more macro calls as statement macro calls | Vadim Petrochenkov | -0/+25 |