| Age | Commit message (Expand) | Author | Lines |
| 2022-08-03 | Don't suggest field method if it's just missing some bounds | Michael Goulet | -16/+0 |
| 2022-08-03 | Consider privacy more carefully when suggesting accessing fields | Michael Goulet | -50/+0 |
| 2022-08-03 | Suggest expressions' fields even if they're not ADTs | Michael Goulet | -0/+74 |
| 2022-08-03 | Auto merge of #100082 - matthiaskrgr:rollup-ywu4iux, r=matthiaskrgr | bors | -104/+220 |
| 2022-08-03 | check link ordinal make sure target is foreign function | yukang | -0/+41 |
| 2022-08-02 | Add items to `DocAliasBadLocation` check error match arm | hdelc | -10/+10 |
| 2022-08-03 | add tests for `Debug` formatters and precision formatters | Takayuki Maeda | -1/+40 |
| 2022-08-03 | suggest a positional formatting argument instead of a captured argument | Takayuki Maeda | -0/+76 |
| 2022-08-02 | Avoid invalidating the CFG in MirPatch. | Jakob Degen | -172/+0 |
| 2022-08-03 | Delay a bug when failed to normalize trait ref during specialization | Michael Goulet | -0/+58 |
| 2022-08-02 | Stabilize backtrace | Theodore Dubois | -5/+0 |
| 2022-08-02 | Fix backwards-compatibility check for tests with `+whole-archive` | Daniel Sommermann | -3/+30 |
| 2022-08-02 | rustdoc: avoid inlining foreigns with duplicate names | Michael Howell | -0/+20 |
| 2022-08-02 | Auto merge of #92268 - jswrenn:transmute, r=oli-obk | bors | -0/+4128 |
| 2022-08-02 | never consider unsafe blocks unused if they would be required with unsafe_op_... | Ralf Jung | -599/+109 |
| 2022-08-02 | Rollup merge of #99958 - PrestonFrom:issue_99907, r=compiler-errors | Matthias Krüger | -104/+220 |
| 2022-08-02 | Rollup merge of #100052 - TimNN:patch-1, r=nikic | Matthias Krüger | -1/+1 |
| 2022-08-02 | Rollup merge of #100045 - Amanieu:global_asm_may_unwind, r=tmiasko | Matthias Krüger | -36/+36 |
| 2022-08-02 | NLL: relate closure to parent fn | Ali MJ Al-Nasrawy | -0/+97 |
| 2022-08-02 | RISC-V ASM test: relax label name constraint. | Tim Neumann | -1/+1 |
| 2022-08-02 | Improve position named arguments lint underline and formatting names | Preston From | -104/+220 |
| 2022-08-02 | Rollup merge of #100011 - compiler-errors:let-chain-restriction, r=fee1-dead | Matthias Krüger | -248/+332 |
| 2022-08-02 | Rollup merge of #99779 - GuillaumeGomez:fix-item-info-pos-and-height, r=notri... | Matthias Krüger | -8/+35 |
| 2022-08-02 | Properly reject the `may_unwind` option in `global_asm!` | Amanieu d'Antras | -36/+36 |
| 2022-08-01 | Auto merge of #95884 - cjgillot:assoc-item, r=lcnr | bors | -31/+47 |
| 2022-08-01 | Bless incremental tests. | Camille GILLOT | -31/+47 |
| 2022-08-01 | Auto merge of #99476 - dpaoliello:rawdylibvectorcall, r=michaelwoerister | bors | -24/+134 |
| 2022-08-01 | Prevent ICE for doc_alias on match arm, statement, expression | hdelc | -2/+26 |
| 2022-08-01 | Rollup merge of #99976 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -0/+21 |
| 2022-08-01 | Rollup merge of #99911 - cjgillot:no-guess, r=davidtwco | Matthias Krüger | -56/+65 |
| 2022-08-01 | Rollup merge of #99629 - obeis:issue-99470, r=compiler-errors | Matthias Krüger | -29/+54 |
| 2022-08-01 | Make Rustdoc exit with correct error code when scrape examples from invalid f... | Will Crichton | -0/+21 |
| 2022-08-01 | Auto merge of #99944 - bjorn3:hide_proc_macro_symbols, r=eddyb | bors | -35/+35 |
| 2022-08-01 | Use expr parse restrictions for let expr parsing | Michael Goulet | -248/+332 |
| 2022-08-01 | Don't derive `PartialEq::ne`. | Nicholas Nethercote | -192/+7 |
| 2022-07-31 | Rollup merge of #99986 - WaffleLapkin:record_struct_wrap_suggestion, r=compil... | Matthias Krüger | -5/+15 |
| 2022-07-31 | Rollup merge of #99973 - RalfJung:layout-things, r=eddyb | Matthias Krüger | -920/+920 |
| 2022-07-31 | Rollup merge of #99620 - hudson-ayers:fix-location-detail, r=davidtwco | Matthias Krüger | -1/+11 |
| 2022-07-31 | Rollup merge of #99519 - Urgau:check-cfg-implicit, r=petrochenkov | Matthias Krüger | -38/+63 |
| 2022-07-31 | Improve `cannot move out of` error message | Obei Sideg | -29/+54 |
| 2022-07-31 | --bless tests | Maybe Waffle | -5/+15 |
| 2022-07-31 | add test for earlier drop despite extend lifetime | Ding Xiang Fei | -0/+11 |
| 2022-07-31 | reorder fields in Laout debug output | Ralf Jung | -920/+920 |
| 2022-07-31 | Rollup merge of #99974 - TaKO8Ki:suggest-removing-semicolon-and-boxing-the-ex... | Dylan DPC | -0/+200 |
| 2022-07-31 | Rollup merge of #99741 - compiler-errors:copy-impl-impl-generics, r=fee1-dead | Dylan DPC | -0/+95 |
| 2022-07-31 | Add issue reference | bjorn3 | -2/+2 |
| 2022-07-31 | Remove workarounds for issue 59998 | bjorn3 | -35/+5 |
| 2022-07-31 | add a test to check if `suggest_remove_semi_or_return_binding` is working wel... | Takayuki Maeda | -0/+200 |
| 2022-07-30 | Auto merge of #99959 - cuviper:niche-size, r=eddyb | bors | -0/+469 |
| 2022-07-30 | Rollup merge of #99890 - compiler-errors:issue-99828, r=lcnr | Matthias Krüger | -6/+41 |