| Age | Commit message (Expand) | Author | Lines |
| 2022-05-02 | enable build.metrics on CI | Pietro Albini | -0/+4 |
| 2022-05-02 | add build metrics, to gather ci stats from x.py | Pietro Albini | -0/+258 |
| 2022-05-01 | Auto merge of #96078 - udoprog:refcounted-str-to-u8, r=dtolnay | bors | -0/+38 |
| 2022-04-30 | Bump shared_from_str to Rust 1.62.0 | David Tolnay | -2/+2 |
| 2022-05-01 | Auto merge of #96490 - dtolnay:writetmpbackport, r=Mark-Simulacrum | bors | -13/+13 |
| 2022-04-30 | Revert "Bless coverage-reports after core macro blocks change" | David Tolnay | -4/+4 |
| 2022-05-01 | Auto merge of #95362 - scottmcm:calloc-arrays, r=Mark-Simulacrum | bors | -1/+8 |
| 2022-04-30 | Auto merge of #93815 - camsteffen:intravisit-docs, r=cjgillot | bors | -35/+35 |
| 2022-04-30 | Auto merge of #96347 - estebank:issue-96292, r=compiler-errors | bors | -15/+96 |
| 2022-04-30 | Update intravisit docs | Cameron Steffen | -35/+35 |
| 2022-04-30 | Auto merge of #96348 - overdrivenpotato:inline-location, r=the8472 | bors | -0/+4 |
| 2022-04-30 | Auto merge of #93803 - cjgillot:unify-bounds, r=oli-obk | bors | -1462/+1498 |
| 2022-04-30 | Bless nll tests. | Camille GILLOT | -28/+45 |
| 2022-04-30 | Correct comment. | Camille GILLOT | -2/+1 |
| 2022-04-30 | Save colon span to suggest bounds. | Camille GILLOT | -53/+63 |
| 2022-04-30 | Bless tests. | Camille GILLOT | -298/+527 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -952/+769 |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -139/+98 |
| 2022-04-30 | Box HIR Generics and Impl. | Camille GILLOT | -56/+61 |
| 2022-04-30 | Auto merge of #95776 - cjgillot:ast-lifetimes-static, r=petrochenkov | bors | -146/+314 |
| 2022-04-30 | Auto merge of #96500 - SparrowLii:rpo, r=tmiasko | bors | -7/+96 |
| 2022-04-30 | Auto merge of #90988 - estebank:binding-supposed-to-be-const, r=davidtwco | bors | -88/+164 |
| 2022-04-30 | Use newtype `enum`s instead of `bool` | Esteban Kuber | -21/+43 |
| 2022-04-30 | When encountering a binding that could be a const or unit variant, suggest th... | Esteban Kuber | -77/+131 |
| 2022-04-30 | Bless tests. | Camille GILLOT | -67/+225 |
| 2022-04-30 | Ban non-static lifetimes from AnonConst on AST. | Camille GILLOT | -38/+37 |
| 2022-04-29 | Auto merge of #96566 - Dylan-DPC:rollup-fo7rd98, r=Dylan-DPC | bors | -298/+437 |
| 2022-04-29 | Rollup merge of #96562 - michaelwoerister:path-remapping-fixes, r=oli-obk | Dylan DPC | -2/+94 |
| 2022-04-29 | Rollup merge of #96560 - abrown:update-docs, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-04-29 | Rollup merge of #96559 - cjgillot:elided-path-fn, r=petrochenkov | Dylan DPC | -12/+32 |
| 2022-04-29 | Rollup merge of #96536 - rust-lang:notriddle/deref-slice-core, r=GuillaumeGomez | Dylan DPC | -38/+72 |
| 2022-04-29 | Rollup merge of #96527 - durin42:llvm-15-werror-wswitch, r=nikic | Dylan DPC | -0/+5 |
| 2022-04-29 | Rollup merge of #96390 - GuillaumeGomez:es6-part2, r=notriddle | Dylan DPC | -245/+233 |
| 2022-04-29 | Remove `error` variable. | Camille GILLOT | -5/+3 |
| 2022-04-29 | Auto merge of #95819 - oli-obk:mir_can't_hold_all_these_lifetimes, r=estebank | bors | -97/+184 |
| 2022-04-30 | Eliminate duplication of RPO calculation for mir | SparrowLii | -7/+96 |
| 2022-04-29 | Fix duplicate directory separator in --remap-path-prefix. | Michael Woerister | -2/+94 |
| 2022-04-29 | Refactor and document the repeat length check | Oli Scherer | -19/+22 |
| 2022-04-29 | Extract copy bound check into a function | Oli Scherer | -3/+12 |
| 2022-04-29 | Remove unnecessary environment variable in cf-protection documentation | Andrew Brown | -1/+1 |
| 2022-04-29 | Auto merge of #96474 - SparrowLii:langcall, r=lcnr | bors | -29/+14 |
| 2022-04-29 | Use the correct lifetime binder for elided lifetimes in path. | Camille GILLOT | -11/+33 |
| 2022-04-29 | rustdoc: prevent B -> C -> B -> C loops from stack overflowing | Michael Howell | -3/+12 |
| 2022-04-29 | Bless tests. | Camille GILLOT | -9/+19 |
| 2022-04-29 | Auto merge of #96489 - shepmaster:revert-vec-from-array-ref, r=yaahc | bors | -42/+0 |
| 2022-04-29 | Auto merge of #96468 - davidtwco:diagnostic-translation-subdiagnostic, r=oli-obk | bors | -1105/+2758 |
| 2022-04-29 | Auto merge of #96548 - Dylan-DPC:rollup-m3xkqxg, r=Dylan-DPC | bors | -587/+158 |
| 2022-04-29 | Rollup merge of #96523 - nbdd0121:windows, r=petrochenkov | Dylan DPC | -0/+35 |
| 2022-04-29 | Rollup merge of #96516 - oli-obk:impl_trait_inference_accidental_permitted, r... | Dylan DPC | -574/+119 |
| 2022-04-29 | Rollup merge of #96492 - joshtriplett:revert-std-ffi-re-export, r=yaahc | Dylan DPC | -11/+2 |