| Age | Commit message (Expand) | Author | Lines |
| 2022-05-26 | Auto merge of #97168 - SparrowLii:accesses, r=cjgillot | bors | -44/+66 |
| 2022-05-26 | Auto merge of #97369 - tmiasko:codgen-ssa-atomic-ordering, r=michaelwoerister | bors | -32/+15 |
| 2022-05-26 | call `instantiation_mode` when pushing a new mono_item | SparrowLii | -44/+66 |
| 2022-05-25 | Simplify implementation of `-Z gcc-ld` | Vadim Petrochenkov | -44/+25 |
| 2022-05-25 | Rollup merge of #97400 - JohnTitor:typo-fix-substructure, r=cjgillot | Dylan DPC | -1/+1 |
| 2022-05-25 | Rollup merge of #97351 - b-naber:adt-const-params-structural-match-violation,... | Dylan DPC | -28/+48 |
| 2022-05-25 | Rollup merge of #97328 - petrochenkov:nativice, r=michaelwoerister | Dylan DPC | -4/+5 |
| 2022-05-25 | Rollup merge of #97302 - compiler-errors:writeback-ascending, r=cjgillot | Dylan DPC | -2/+1 |
| 2022-05-25 | Fix a typo on Struct `Substructure` | Yuki Okushi | -1/+1 |
| 2022-05-25 | Auto merge of #97388 - Dylan-DPC:rollup-tfuc4tf, r=Dylan-DPC | bors | -103/+211 |
| 2022-05-25 | Rollup merge of #97384 - nnethercote:fix-metadata-stats, r=bjorn3 | Dylan DPC | -23/+69 |
| 2022-05-25 | Rollup merge of #97370 - compiler-errors:else-no-if-2, r=Dylan-DPC | Dylan DPC | -8/+1 |
| 2022-05-25 | Rollup merge of #96913 - Urgau:rfc3239-part2, r=petrochenkov | Dylan DPC | -67/+95 |
| 2022-05-25 | Rollup merge of #95953 - JakobDegen:repeat-leak, r=oli-obk | Dylan DPC | -5/+46 |
| 2022-05-25 | Auto merge of #97345 - lcnr:fast_reject, r=nnethercote | bors | -66/+252 |
| 2022-05-25 | rustc_codegen_ssa: derive copy and clone for various enums | Tomasz Miąsko | -19/+7 |
| 2022-05-25 | rustc_codegen_ssa: cleanup `AtomicOrdering` | Tomasz Miąsko | -14/+9 |
| 2022-05-25 | Fix metadata stats. | Nicholas Nethercote | -23/+69 |
| 2022-05-25 | Auto merge of #97382 - Dylan-DPC:rollup-2t4ov4z, r=Dylan-DPC | bors | -154/+211 |
| 2022-05-25 | move fast reject test out of `SelectionContext::match_impl`. | lcnr | -11/+12 |
| 2022-05-25 | add a deep fast_reject routine | lcnr | -55/+240 |
| 2022-05-25 | Rollup merge of #97323 - 5225225:strict_init_checks, r=oli-obk | Dylan DPC | -20/+78 |
| 2022-05-25 | Rollup merge of #97105 - JulianKnodt:const_dep_gen_const_expr, r=lcnr | Dylan DPC | -134/+133 |
| 2022-05-25 | Auto merge of #97376 - compiler-errors:lazy-polymorphic, r=jackh726 | bors | -54/+217 |
| 2022-05-24 | Make Lazy not care about lifetimes until decode | Michael Goulet | -54/+217 |
| 2022-05-24 | Minor improvement on else-no-if diagnostic | Michael Goulet | -8/+1 |
| 2022-05-25 | Rollup merge of #97266 - est31:unknown_lints_cfg_attr, r=lcnr | Yuki Okushi | -18/+18 |
| 2022-05-24 | Modify MIR building to drop `foo` in `[foo; 0]` | Jakob Degen | -5/+46 |
| 2022-05-24 | Auto merge of #97356 - Dylan-DPC:rollup-bhceawj, r=Dylan-DPC | bors | -9/+61 |
| 2022-05-24 | Emit weird lint name lints after expansion | est31 | -17/+17 |
| 2022-05-24 | Rollup merge of #97298 - compiler-errors:if-else-stmt-braces, r=davidtwco | Dylan DPC | -5/+57 |
| 2022-05-24 | Rollup merge of #97288 - compiler-errors:tcxify-rustdoc, r=Dylan-DPC | Dylan DPC | -4/+4 |
| 2022-05-24 | Auto merge of #97291 - compiler-errors:lazy-is-actually-3-types-in-a-trenchco... | bors | -420/+392 |
| 2022-05-24 | Add flag for stricter checks on uninit/zeroed | 5225225 | -20/+78 |
| 2022-05-24 | RFC3239: Implement compact `cfg(target(..))` | Loïc BRANSTETT | -0/+24 |
| 2022-05-24 | Clean up condition evaluation system | Loïc BRANSTETT | -67/+71 |
| 2022-05-24 | give correct error message on structural match violation | b-naber | -28/+48 |
| 2022-05-24 | Auto merge of #97121 - pvdrz:do-subdiagnostics-later, r=davidtwco | bors | -84/+91 |
| 2022-05-24 | Auto merge of #96098 - JakobDegen:always-return-place, r=oli-obk | bors | -333/+340 |
| 2022-05-24 | Coalesce branches | kadmin | -137/+133 |
| 2022-05-23 | Parse expression after `else` as a condition if followed by `{` | Michael Goulet | -5/+57 |
| 2022-05-24 | Rollup merge of #97336 - tshepang:typo, r=cjgillot | Yuki Okushi | -1/+1 |
| 2022-05-24 | Rollup merge of #97240 - TaKO8Ki:improve-errors-about-typos-on-variables, r=c... | Yuki Okushi | -7/+8 |
| 2022-05-23 | Fix iterator implementation, add some inlines | Michael Goulet | -3/+20 |
| 2022-05-23 | refine comments, disambiguate len for array and tables | Michael Goulet | -36/+41 |
| 2022-05-23 | split out the various responsibilities of Lazy | Michael Goulet | -420/+370 |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -333/+340 |
| 2022-05-23 | typo | Tshepang Lekhonkhobe | -1/+1 |
| 2022-05-23 | rustc: Fix ICE in native library error reporting | Vadim Petrochenkov | -4/+5 |
| 2022-05-23 | Rollup merge of #97292 - compiler-errors:tcxify-rustc, r=davidtwco | Dylan DPC | -86/+92 |