| Age | Commit message (Expand) | Author | Lines |
| 2023-05-03 | Emit function bodies in expanding builtin derives | hkalbasi | -0/+54 |
| 2023-05-02 | Highlight closure captures when cursor is on pipe | Lukas Wirth | -1/+1 |
| 2023-05-01 | MIR episode 4 | hkalbasi | -0/+62 |
| 2023-04-23 | Fix some typos in `StructFlags` | hkalbasi | -0/+25 |
| 2023-04-18 | Add minicore smoke test | hkalbasi | -17/+70 |
| 2023-04-18 | Fix release channel detection | Ryo Yoshida | -2/+3 |
| 2023-04-11 | Auto merge of #14544 - HKalbasi:dev, r=Veykril | bors | -2/+9 |
| 2023-04-11 | Add `toolchain` meta for tests | Ryo Yoshida | -28/+40 |
| 2023-04-11 | Infer types of nested RPITs | hkalbasi | -2/+9 |
| 2023-04-07 | Add bounds for associated types in derive macro | hkalbasi | -0/+6 |
| 2023-03-17 | Support overloaded deref MIR lowering | hkalbasi | -0/+62 |
| 2023-03-17 | Improve pattern matching MIR lowering | hkalbasi | -1/+4 |
| 2023-03-17 | desugar `? operator` | hkalbasi | -4/+60 |
| 2023-03-14 | lint incoherent inherent impls | Lukas Wirth | -0/+2 |
| 2023-03-07 | Auto merge of #14232 - HKalbasi:mir, r=Veykril | bors | -0/+14 |
| 2023-03-06 | feature: Make replace_or_with_or_else assists more generally applicable | Lukas Wirth | -0/+34 |
| 2023-03-06 | Support "for loop" MIR lowering | hkalbasi | -0/+14 |
| 2023-02-27 | beginning of MIR | hkalbasi | -1/+4 |
| 2023-02-01 | Auto merge of #14036 - Veykril:write-method-resolution, r=Veykril | bors | -3/+15 |
| 2023-01-31 | unsize cast array only on pointer type | hkalbasi | -0/+18 |
| 2023-01-27 | Record method resolution for call expressions | Lukas Wirth | -3/+15 |
| 2023-01-21 | Use lang item resolution instead of known paths | Lukas Wirth | -2/+6 |
| 2023-01-17 | Auto merge of #13969 - Veykril:workspace.dependencies, r=Veykril | bors | -2/+2 |
| 2023-01-17 | Use workspace.dependencies to declare local dependencies | Lukas Wirth | -2/+2 |
| 2023-01-16 | Specify authors, edition and license via workspace.package | Lukas Wirth | -2/+4 |
| 2023-01-16 | Specify rust-version via workspace.package | Lukas Wirth | -1/+1 |
| 2023-01-08 | Auto merge of #13860 - danieleades:clippy, r=lnicola | bors | -14/+6 |
| 2023-01-02 | Write down adjustments introduced by binary operators | Lukas Wirth | -0/+6 |
| 2023-01-02 | use pointer args | Daniel Eades | -1/+1 |
| 2023-01-02 | remove needless borrows | Daniel Eades | -1/+1 |
| 2023-01-02 | use inline format args | Daniel Eades | -12/+4 |
| 2022-12-25 | Moar linting: needless_borrow, let_unit_value, ... | Yuri Astrakhan | -3/+3 |
| 2022-12-24 | Inline all format arguments where possible | Yuri Astrakhan | -17/+15 |
| 2022-12-21 | Fix tests not using appropriate target data | Lukas Wirth | -0/+4 |
| 2022-12-07 | Auto merge of #13490 - HKalbasi:layout, r=jonas-schievink | bors | -0/+10 |
| 2022-12-06 | Parse and collect derive helpers for builtin derive macros | Ryo Yoshida | -1/+1 |
| 2022-12-04 | Support `rustc_has_incoherent_inherent_impls` | Lukas Wirth | -0/+37 |
| 2022-12-04 | support nonzero* niche optimizations | hkalbasi | -0/+10 |
| 2022-11-07 | Bump Cargo rust-version fields to latest stable | Lukas Wirth | -1/+1 |
| 2022-10-18 | Revert "feat: Diagnose some incorrect usages of the question mark operator" | Lukas Wirth | -35/+4 |
| 2022-10-16 | Diagnose incorrect usages of the question mark operator | Lukas Wirth | -4/+35 |
| 2022-10-06 | internal: Allow minicore flags specification to be order independent | Lukas Wirth | -50/+51 |
| 2022-09-13 | Add tests for type inference for generators | Ryo Yoshida | -0/+48 |
| 2022-08-08 | Implement IntoFuture type inference | Justin Ridgewell | -0/+15 |
| 2022-07-24 | Don't run slow tests in Rust CI, only RA CI | Amos Wenger | -3/+4 |
| 2022-07-20 | Run cargo fix --edition-idioms | Amos Wenger | -1/+1 |
| 2022-07-20 | Enable extra warnings required by rust-lang/rust | Amos Wenger | -0/+2 |
| 2022-07-20 | Fix generated `PartialEq::ne` | Michael Chisolm | -0/+3 |
| 2022-06-10 | internal: Bump Dependencies | Lukas Wirth | -1/+1 |
| 2022-05-01 | style: rename crates to kebab case | Peh | -0/+1748 |