| Age | Commit message (Expand) | Author | Lines |
| 2023-03-24 | Fix bad suggestion for clone/is_some in field init shorthand | yukang | -10/+19 |
| 2023-03-24 | Update ar_archive_writer to 0.1.3 | bjorn3 | -1/+1 |
| 2023-03-24 | Suggest ..= when someone tries to create an overflowing range | Mu42 | -7/+20 |
| 2023-03-24 | Rollup merge of #109550 - Nathan-Fenner:nathanf/fixme-adjust-funcs, r=compile... | Matthias Krüger | -32/+30 |
| 2023-03-24 | Rollup merge of #109519 - bzEq:aix-llvm-c++, r=cuviper | Matthias Krüger | -0/+1 |
| 2023-03-24 | Rollup merge of #109495 - compiler-errors:new-solver-destruct, r=eholk,lcnr | Matthias Krüger | -0/+28 |
| 2023-03-24 | Rollup merge of #109433 - chenyukang:yukang/fix-109188-ice, r=lcnr | Matthias Krüger | -3/+7 |
| 2023-03-23 | Make helper functions private | Nathan Fenner | -32/+30 |
| 2023-03-24 | Auto merge of #109547 - matthiaskrgr:rollup-zczqgdk, r=matthiaskrgr | bors | -80/+288 |
| 2023-03-24 | Avoid misalign | Kai Luo | -3/+8 |
| 2023-03-24 | Rollup merge of #109536 - petrochenkov:qcstore3, r=cjgillot | Matthias Krüger | -14/+15 |
| 2023-03-24 | Rollup merge of #109515 - bzEq:aix-linker, r=petrochenkov | Matthias Krüger | -0/+174 |
| 2023-03-24 | Rollup merge of #109493 - compiler-errors:new-solver-vars-obligations, r=lcnr | Matthias Krüger | -46/+44 |
| 2023-03-24 | Rollup merge of #108961 - compiler-errors:refine-ct-errors, r=BoxyUwU | Matthias Krüger | -20/+55 |
| 2023-03-23 | Auto merge of #109202 - compiler-errors:new-solver-fast-reject-faster-2, r=lcnr | bors | -80/+53 |
| 2023-03-23 | Deeply check WF for RPITITs | Michael Goulet | -33/+72 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -2/+272 |
| 2023-03-23 | Auto merge of #109538 - matthiaskrgr:rollup-ct58npj, r=matthiaskrgr | bors | -180/+341 |
| 2023-03-23 | Separate find_*_stability. | Camille GILLOT | -117/+101 |
| 2023-03-23 | Extract parse_stability and parse_unstability. | Camille GILLOT | -205/+224 |
| 2023-03-23 | Use fulfillment in InferCtxt::evaluate_obligation | Michael Goulet | -30/+15 |
| 2023-03-23 | Note type mismatch on ConstArgHasType | Michael Goulet | -2/+12 |
| 2023-03-23 | Return nested obligations from canonical response var unification | Michael Goulet | -25/+38 |
| 2023-03-23 | Don't split up TreatProjections and TreatParams anymore | Michael Goulet | -80/+53 |
| 2023-03-23 | Rollup merge of #109487 - GuillaumeGomez:move-useless-reexport-check, r=petro... | Matthias Krüger | -98/+40 |
| 2023-03-23 | Rollup merge of #109472 - MU001999:patch-3, r=eholk | Matthias Krüger | -7/+25 |
| 2023-03-23 | Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholk | Matthias Krüger | -14/+28 |
| 2023-03-23 | Rollup merge of #108588 - ehuss:lint-docs-produces, r=eholk | Matthias Krüger | -7/+2 |
| 2023-03-23 | Rollup merge of #108549 - clubby789:fix-link-cfg-issue, r=eholk | Matthias Krüger | -2/+2 |
| 2023-03-23 | Rollup merge of #107880 - jieyouxu:issue-107563, r=petrochenkov | Matthias Krüger | -20/+139 |
| 2023-03-23 | Rollup merge of #107718 - Zoxc:z-time, r=nnethercote | Matthias Krüger | -32/+105 |
| 2023-03-23 | Refine error spans for const args in hir typeck | Michael Goulet | -18/+43 |
| 2023-03-23 | Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obk | bors | -101/+163 |
| 2023-03-23 | rustc_metadata: Freeze cstore after the full crate list is queried | Vadim Petrochenkov | -0/+3 |
| 2023-03-23 | resolve: Rename some cstore methods to match queries and add comments | Vadim Petrochenkov | -14/+12 |
| 2023-03-23 | Auto merge of #108221 - petrochenkov:cratecfg, r=michaelwoerister | bors | -128/+135 |
| 2023-03-23 | Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr | bors | -171/+320 |
| 2023-03-23 | rustdoc: Skip doc link resolution for non-exported items | Vadim Petrochenkov | -2/+19 |
| 2023-03-23 | rustc_interface: Add a new query `pre_configure` | Vadim Petrochenkov | -84/+108 |
| 2023-03-23 | expand: Pass `ast::Crate` by reference to AST transforming passes | Vadim Petrochenkov | -79/+62 |
| 2023-03-23 | Auto merge of #108355 - dpaoliello:dlltoolm, r=michaelwoerister | bors | -14/+25 |
| 2023-03-23 | Implement current_dll_path for AIX | Kai Luo | -0/+34 |
| 2023-03-23 | Link against libc++ on AIX | Kai Luo | -0/+1 |
| 2023-03-23 | Rollup merge of #109506 - BoxyUwU:debugable_bound_var_printing, r=compiler-er... | Matthias Krüger | -1/+5 |
| 2023-03-23 | Rollup merge of #109475 - scottmcm:simpler-shifts, r=WaffleLapkin | Matthias Krüger | -23/+55 |
| 2023-03-23 | Rollup merge of #109462 - compiler-errors:alias-relate, r=BoxyUwU,lcnr | Matthias Krüger | -97/+224 |
| 2023-03-23 | Rollup merge of #109137 - petrochenkov:qcstore2, r=cjgillot | Matthias Krüger | -47/+18 |
| 2023-03-23 | Adjust debug info stripping | Kai Luo | -2/+3 |
| 2023-03-23 | Fix copy-paste error | Kai Luo | -1/+1 |
| 2023-03-23 | Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgr | bors | -426/+525 |