| Age | Commit message (Expand) | Author | Lines |
| 2024-07-07 | Auto merge of #17523 - wada314:master, r=Veykril | bors | -4/+88 |
| 2024-07-07 | Drop unused profile things | Lukas Wirth | -5/+0 |
| 2024-07-04 | Disallow nested impl traits | Shoyu Vanilla | -1/+39 |
| 2024-07-02 | Move lifetimes in front of type and const params but after self | Lukas Wirth | -49/+50 |
| 2024-07-02 | Make GenericParams::lifetimes private | Lukas Wirth | -5/+5 |
| 2024-07-02 | Make GenericParams::where_predicates private | Lukas Wirth | -4/+9 |
| 2024-07-02 | Make GenericParams::type_or_consts private | Lukas Wirth | -209/+218 |
| 2024-07-02 | squash. | Shohei Wada | -4/+88 |
| 2024-06-30 | Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre... | Lukas Wirth | -1/+0 |
| 2024-06-30 | Simplify unresolved proc-macro handling | Lukas Wirth | -29/+44 |
| 2024-06-24 | Shrink mbe's Op | Lukas Wirth | -1/+3 |
| 2024-06-24 | Intern ModPath within RawVisibility | Lukas Wirth | -20/+31 |
| 2024-06-24 | Save a bit on empty item trees by deduplicating them | Lukas Wirth | -14/+46 |
| 2024-06-24 | Enum variants are not generic def ids | Lukas Wirth | -22/+53 |
| 2024-06-21 | Simplify | Lukas Wirth | -1/+6 |
| 2024-06-21 | There can only be one self param | Lukas Wirth | -11/+15 |
| 2024-06-17 | fix: Fix pat fragment parsers choking on <eoi> | Lukas Wirth | -0/+38 |
| 2024-06-14 | Auto merge of #17417 - Wilfred:intern_macros_salsa, r=Veykril | bors | -4/+4 |
| 2024-06-13 | Prefer plain trait definitions over macros for salsa | Wilfred Hughes | -4/+4 |
| 2024-06-13 | internal: Fix rustdoc warnings | Wilfred Hughes | -5/+5 |
| 2024-06-12 | Auto merge of #17406 - Veykril:modpath-clone, r=Veykril | bors | -19/+41 |
| 2024-06-12 | internal: Don't unnecessarily clone ModPaths out of interning wrappers | Lukas Wirth | -19/+41 |
| 2024-06-12 | Auto merge of #17405 - Veykril:modpath-clone, r=Veykril | bors | -23/+22 |
| 2024-06-12 | internal: Don't unnecessarily clone ModPaths in early name res | Lukas Wirth | -23/+22 |
| 2024-06-12 | Auto merge of #17398 - Veykril:bogus-file, r=Veykril | bors | -48/+22 |
| 2024-06-12 | internal: Remove FileId::BOGUS | Lukas Wirth | -48/+22 |
| 2024-06-09 | minor: use push_str instead | Young-Flash | -12/+5 |
| 2024-06-09 | internal: tweak test case | Young-Flash | -5/+7 |
| 2024-06-09 | internal: better print style for hir | Young-Flash | -2/+16 |
| 2024-06-06 | chore: Prefer tracing span shorthand macros | Wilfred Hughes | -28/+28 |
| 2024-06-06 | Auto merge of #17352 - roife:fix-issue-17338, r=Veykril | bors | -1/+6 |
| 2024-06-06 | fix: do not resolve prelude within block modules | roife | -1/+6 |
| 2024-06-04 | Try caching macro calls more aggressively | Lukas Wirth | -31/+50 |
| 2024-06-04 | Cleanup some inert attribute stuff | Lukas Wirth | -790/+87 |
| 2024-06-03 | Add fuel to `find_path` | Lukas Wirth | -1/+15 |
| 2024-06-03 | Remove an allocation in `find_path::find_local_import_locations` | Lukas Wirth | -23/+17 |
| 2024-06-03 | Simplify | Lukas Wirth | -33/+31 |
| 2024-06-03 | Deduplicate | Lukas Wirth | -30/+20 |
| 2024-06-03 | Fix find_path search not reducing scope appropriately for foreign items | Lukas Wirth | -12/+18 |
| 2024-06-03 | Simplify | Lukas Wirth | -142/+102 |
| 2024-06-02 | Don't mark `#[rustc_deprecated_safe_2024]` functions as unsafe | Nilstrieb | -0/+4 |
| 2024-05-22 | Auto merge of #17251 - roife:fix-issue-17057, r=Veykril | bors | -6/+71 |
| 2024-05-22 | Simplify | Lukas Wirth | -9/+9 |
| 2024-05-22 | internal: refactor `prefer_no_std`/`prefer_prelude` bools into a struct | David Barsky | -33/+29 |
| 2024-05-23 | fix: check pseudo-block by local_id instead of ModuleOrigin | roife | -5/+3 |
| 2024-05-22 | Auto merge of #17277 - Veykril:find-path-fixes, r=Veykril | bors | -286/+602 |
| 2024-05-22 | Auto merge of #17279 - Veykril:format_args-escape, r=Veykril | bors | -6/+18 |
| 2024-05-22 | fix: Fix format_args lowering passing incorrect parameters to rustc_parse_format | Lukas Wirth | -6/+18 |
| 2024-05-22 | Auto merge of #17268 - Veykril:signatures, r=Veykril | bors | -7/+11 |
| 2024-05-22 | expectify find_path tests | Lukas Wirth | -184/+447 |