summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-01-04compiler: fix typosvuittont60-1/+1
2024-01-03add and document a new `is_system_llvm` abstractionjyn-26/+52
2024-01-03Track `HirId` instead of `Span` in `ObligationCauseCode::SizedArgumentType`Esteban Küber-1/+1
2024-01-03Auto merge of #119549 - fmease:rollup-jxvbfes, r=fmeasebors-21/+28
2024-01-03Enable address sanitizer for MSVC targets using INFERASANLIBS linker flagDaniel Paoliello-4/+34
2024-01-03Auto merge of #119485 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-01-03Rollup merge of #119492 - rustbot:docs-update, r=ehussLeón Orell Valerian Liehr-0/+0
2024-01-03Rollup merge of #119477 - lukas-code:tooltip-z-index, r=notriddleLeón Orell Valerian Liehr-5/+5
2024-01-03Rollup merge of #119298 - onur-ozkan:silence-change-tracker-warning-for-ci, r...León Orell Valerian Liehr-16/+23
2024-01-03Use the current target instead of iterating over all targets.onur-ozkan-9/+7
2024-01-03Temporarily disable M1 runners on GitHub ActionsJan David-22/+14
2024-01-03Add proc_macro_def_site to r-a ALLOW_FEATURESLaurențiu Nicola-1/+1
2024-01-03Allow unexpected_cfgs in proc-macro-test impLaurențiu Nicola-0/+2
2024-01-03Merge commit '426d2842c1f0e5cc5e34bb37c7ac3ee0945f9746' into sync-from-ra2Laurențiu Nicola-3073/+6912
2024-01-03Support reg_addr register class in s390x inline assemblyTaiki Endo-2/+3
2024-01-03Rename some `Diagnostic` setters.Nicholas Nethercote-2/+2
2024-01-02Rename `unused_tuple_struct_fields` in rustfmtJake Goulding-1/+1
2024-01-02Allow unused tuple struct fields in Miri testsJake Goulding-23/+23
2024-01-02Remove #[allow(unused_tuple_struct_fields)] from Clippy testsJake Goulding-70/+59
2024-01-02Update cargoWeihang Lo-0/+0
2024-01-02Reorder `check_item_type` diagnostics so they occur next to the corresponding...Oli Scherer-1/+3
2024-01-01Address unused tuple struct fields in rustfmtJake Goulding-1/+1
2024-01-01Address unused tuple struct fields in clippyJake Goulding-19/+18
2024-01-01Update booksrustbot-0/+0
2024-01-01use css variable for z-index of the sidebarLukas Markeffsky-5/+5
2024-01-01pass allow-{dirty,staged} to clippyonur-ozkan-2/+23
2023-12-31rustdoc ui: adjust tooltip z-index to be above sidebarLukas Markeffsky-1/+1
2023-12-31Auto merge of #119066 - notriddle:notriddle/sidebar-source-redesign, r=Guilla...bors-146/+92
2023-12-31rustdoc-search: tighter encoding for `f` indexMichael Howell-86/+170
2023-12-30rustdoc-search: fix inaccurate type descriptionsMichael Howell-54/+63
2023-12-30Auto merge of #3239 - beepster4096:windows_sys_tests, r=RalfJungbors-80/+52
2023-12-30bootstrap: extract --check-cfg arg generation and add unit tests for itUrgau-19/+35
2023-12-30Simplify bootstrap check-cfg argumentsUrgau-10/+15
2023-12-30apply bootstrap lock unconditionallyonur-ozkan-32/+23
2023-12-30bootstrap: bump fd-lockonur-ozkan-37/+34
2023-12-29undo some lockfile changes, add explicit types to testsDrMeepster-109/+91
2023-12-30bootstrap: Move -Clto= setting from Rustc::run to rustc_cargoXi Ruoyao-28/+28
2023-12-29Auto merge of #119373 - Kobzol:missing-tools-bootstrap, r=onur-ozkanbors-134/+98
2023-12-29Auto merge of #119387 - flip1995:clippy-subtree-sync, r=matthiaskrgrbors-321/+2531
2023-12-29Enable profiler in dist-powerpc-linuxQiu Chaofan-1/+1
2023-12-29don't return suggestion message if no changes detectedonur-ozkan-15/+17
2023-12-29suppress change-tracker warnings in containersonur-ozkan-1/+6
2023-12-29Auto merge of #119378 - onur-ozkan:utilize-llvm-tools, r=albertlarsan68bors-8/+10
2023-12-28Fix integer overflow ICEs from round_up_to_next_multiple_ofBen Kimock-17/+44
2023-12-28Auto merge of #119174 - compiler-errors:movability, r=cjgillotbors-1/+1
2023-12-28Remove `is_optional_tool` from `ToolBuild`Jakub Beránek-128/+92
2023-12-28Add change tracker entryJakub Beránek-1/+6
2023-12-28Merge commit 'ac4c2094a6030530661bee3876e0228ddfeb6b8b' into clippy-subtree-syncPhilipp Krones-321/+2531
2023-12-28Rollup merge of #119331 - notriddle:notriddle/maxpatheditdistance, r=Guillaum...Matthias Krüger-17/+30
2023-12-28Remove movability from TyKind::CoroutineMichael Goulet-1/+1