| Age | Commit message (Expand) | Author | Lines |
| 2024-09-03 | More robust extension checking | Chris Denton | -1/+3 |
| 2024-08-29 | Emit specific message for `time<0.3.35` inference failure | Esteban Küber | -0/+19 |
| 2024-08-15 | Fix bug in `Parser::look_ahead`. | Nicholas Nethercote | -0/+58 |
| 2024-08-15 | derive(SmartPointer): register helper attributes | Ding Xiang Fei | -12/+164 |
| 2024-08-15 | Revert "Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU" | Boxy | -114/+216 |
| 2024-08-12 | Normalize when equating dyn tails in MIR borrowck | Michael Goulet | -0/+21 |
| 2024-08-03 | Bless test fallout | Michael Goulet | -6/+10 |
| 2024-08-03 | Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -163/+44 |
| 2024-08-03 | Revert "Rollup merge of #126315 - mu001999-contrib:fix/126289, r=petrochenkov" | Michael Goulet | -33/+0 |
| 2024-08-03 | Revert "Rollup merge of #126618 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -50/+20 |
| 2024-08-03 | Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix" | Michael Goulet | -148/+23 |
| 2024-07-20 | Auto merge of #127998 - matthiaskrgr:rollup-ykp0h5r, r=matthiaskrgr | bors | -50/+77 |
| 2024-07-20 | Auto merge of #127003 - GrigorenkoPV:107975, r=SparrowLii | bors | -0/+799 |
| 2024-07-20 | Rollup merge of #127987 - estebank:impl-trait-sugg, r=cjgillot | Matthias Krüger | -50/+37 |
| 2024-07-20 | Rollup merge of #127948 - surechen:fix_127915, r=compiler-errors | Matthias Krüger | -0/+40 |
| 2024-07-19 | Add a bunch of tests for #107975 | Pavel Grigorenko | -0/+799 |
| 2024-07-19 | More accurate suggestion for `-> Box<dyn Trait>` or `-> impl Trait` | Esteban Küber | -50/+37 |
| 2024-07-19 | Auto merge of #127982 - matthiaskrgr:rollup-nzyvphj, r=matthiaskrgr | bors | -69/+344 |
| 2024-07-19 | Rollup merge of #127976 - fmease:lta-cyclic-bivariant-param-better-err, r=com... | Matthias Krüger | -14/+13 |
| 2024-07-19 | Rollup merge of #127814 - folkertdev:c-cmse-nonsecure-call-error-messages, r=... | Matthias Krüger | -55/+325 |
| 2024-07-19 | Rollup merge of #127295 - maurer:default-impl-cfi, r=estebank | Matthias Krüger | -0/+6 |
| 2024-07-19 | LTA: Diag: Detect bivariant ty params that are only used recursively | León Orell Valerian Liehr | -14/+13 |
| 2024-07-19 | Auto merge of #127969 - matthiaskrgr:rollup-nhxmwhn, r=matthiaskrgr | bors | -182/+113 |
| 2024-07-19 | Rollup merge of #127856 - RalfJung:interpret-cast-sanity, r=oli-obk | Matthias Krüger | -182/+113 |
| 2024-07-19 | Auto merge of #127957 - matthiaskrgr:rollup-1u5ivck, r=matthiaskrgr | bors | -26/+213 |
| 2024-07-19 | Auto merge of #127956 - tgross35:rollup-8ten7pk, r=tgross35 | bors | -59/+1268 |
| 2024-07-19 | Rollup merge of #127943 - compiler-errors:no-unsafe, r=spastorino | Matthias Krüger | -2/+17 |
| 2024-07-19 | Rollup merge of #127662 - estebank:gate-span, r=TaKO8Ki | Matthias Krüger | -24/+104 |
| 2024-07-19 | Rollup merge of #127350 - veera-sivarajan:bugfix-126311, r=lcnr | Matthias Krüger | -0/+92 |
| 2024-07-19 | Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU | bors | -216/+114 |
| 2024-07-19 | Rollup merge of #127935 - tgross35:binary_asm_labels-x86-only, r=estebank,Urgau | Trevor Gross | -5/+32 |
| 2024-07-19 | Rollup merge of #127891 - estebank:enum-type-sugg, r=estebank | Trevor Gross | -54/+1236 |
| 2024-07-19 | fixes panic error | surechen | -0/+40 |
| 2024-07-18 | Don't allow unsafe statics outside of extern blocks | Michael Goulet | -2/+17 |
| 2024-07-18 | Rollup merge of #127929 - estebank:addr_of, r=compiler-errors | Matthias Krüger | -39/+39 |
| 2024-07-18 | Rollup merge of #127871 - compiler-errors:recursive, r=estebank | Matthias Krüger | -22/+63 |
| 2024-07-18 | Rollup merge of #127835 - estebank:issue-127823, r=compiler-errors | Matthias Krüger | -6/+31 |
| 2024-07-18 | Rollup merge of #127594 - c6c7:fuchsia-status-code-match-arm, r=tmandry | Matthias Krüger | -5/+3 |
| 2024-07-18 | Update the `binary_asm_label` message | Trevor Gross | -5/+15 |
| 2024-07-18 | Change `binary_asm_labels` to only fire on x86 and x86_64 | Trevor Gross | -0/+17 |
| 2024-07-18 | Use more accurate span for `addr_of!` suggestion | Esteban Küber | -39/+39 |
| 2024-07-18 | Tweak "field not found" suggestion when giving struct literal for tuple struc... | Esteban Küber | -28/+28 |
| 2024-07-18 | More accurate suggestions when writing wrong style of enum variant literal | Esteban Küber | -416/+693 |
| 2024-07-18 | Add svg test for incorrect literal type suggestion | Esteban Küber | -0/+905 |
| 2024-07-18 | Fix ICE in suggestion caused by `⩵` being recovered as `==` | Esteban Küber | -6/+31 |
| 2024-07-18 | Rollup merge of #127656 - RalfJung:pub_use_of_private_extern_crate, r=petroch... | Matthias Krüger | -1/+16 |
| 2024-07-18 | Auto merge of #117967 - adetaylor:fix-lifetime-elision-bug, r=lcnr | bors | -14/+464 |
| 2024-07-18 | improve error reporting | Folkert | -19/+28 |
| 2024-07-18 | make pub_use_of_private_extern_crate show up in future breakage reports | Ralf Jung | -1/+16 |
| 2024-07-18 | move CMSE validation to hir_analysis | Folkert | -193/+159 |