about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-02Stylize `*-lynxos178-*` target maintainer handle to make it easier to copy/pasteJieyou Xu-1/+1
2025-08-02`Interner` arg to `EarlyBinder` does not affect auto traitsLukas Wirth-1/+1
2025-08-02Auto merge of #129183 - estebank:cfg-visitor, r=davidtwcobors-161/+281
2025-08-02Use less HIR to compute effective visibility.Camille GILLOT-101/+119
2025-08-02Auto merge of #144479 - cjgillot:incr-privacy-mod, r=petrochenkovbors-65/+68
2025-08-02don't warn on explicit casts of never to any Waffle Lapkin-35/+20
2025-08-02refactor `unreachable/expr_cast.rs` testWaffle Lapkin-20/+21
2025-08-02Optimize broken_links by 99.77%blyxyas-38/+38
2025-08-01Tweak rendering of cfg'd out itemEsteban Küber-222/+136
2025-08-02feat: implement `hash_map!` macrostifskere-0/+76
2025-08-02Merge pull request #2526 from rust-lang/rustc-pullTshepang Mbambo-7984/+13829
2025-08-01tiny cleanupEsteban Küber-12/+7
2025-08-01remove recursive search for itemsEsteban Küber-45/+17
2025-08-01Limit how deep we visit items to find cfg'd out namesEsteban Küber-3/+12
2025-08-01Detect more `cfg`d out items in resolution errorsEsteban Küber-43/+273
2025-08-01rustdoc font links only emit `crossorigin` when neededMingwei Samuel-1/+54
2025-08-01Auto merge of #144458 - compiler-errors:no-witness-mini, r=lcnrbors-335/+273
2025-08-01Fix safety comment for new_unchecked in niche_typesNico Lehmann-3/+3
2025-08-01Remove the omit_gdb_pretty_printer_section attributebjorn3-387/+209
2025-08-01Add my previous commit name to .mailmapSasha Pourcelot-0/+1
2025-08-01Multiple bounds checking elision failureslucarlig-0/+19
2025-08-01LLVM error with unsupported expression in static initializer for const pointe...lucarlig-0/+18
2025-08-01Update compiler/rustc_const_eval/src/interpret/memory.rs zachs18-1/+1
2025-08-01Do not specialize for `if_chain` any longer (#15362)dswij-37/+14
2025-08-01Fix more docsIfeanyi Orizu-6/+8
2025-08-01Update documentation for overrideCommand config optionsIfeanyi Orizu-7/+21
2025-08-01Fix issues in count_leading_zeroesAntoni Boucher-1/+8
2025-08-01Cleanup the definition of `group_type`Jonathan Brouwer-25/+36
2025-08-01move dist and gcc config to the top of parse methodbit-aloo-12/+12
2025-08-01move llvm config to the top of parse methodbit-aloo-31/+36
2025-08-01Add failing LTO testAntoni Boucher-0/+1
2025-08-01move rust config to the top of parse methodbit-aloo-59/+58
2025-08-01move install config to the top of parse methodbit-aloo-12/+15
2025-08-01move build config to the top of parse methodbit-aloo-12/+13
2025-08-01make build toml fields follow a specific naming conventionbit-aloo-125/+120
2025-08-01make install toml fields follow a specific naming conventionbit-aloo-14/+14
2025-08-01make dist toml fields follow a specific naming conventionbit-aloo-14/+14
2025-08-01make gcc toml fields follow a specific naming conventionbit-aloo-2/+2
2025-08-01make llvm toml fields follow a specific naming conventionbit-aloo-59/+59
2025-08-01add rust default implementationbit-aloo-200/+175
2025-08-01add llvm default implementationbit-aloo-111/+97
2025-08-01add gcc and dist default implementationbit-aloo-32/+32
2025-08-01add install default implementationbit-aloo-10/+26
2025-08-01Fix verbosity settingbit-aloo-8/+10
2025-08-01Fix logging of config skip valuesbit-aloo-28/+27
2025-08-01Override some build TOML values by flagsbit-aloo-127/+149
2025-08-01Split TOML postprocessing into a separate functionbit-aloo-99/+114
2025-08-01Extract TOML config loading and src directory computation into separate funct...bit-aloo-89/+117
2025-08-01Force initializing ExecutionContext with verbosity and fail_fast modebit-aloo-8/+6
2025-08-01move rust config to parse_innerbit-aloo-261/+251