about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-01-03Rollup merge of #119498 - ShE3py:provenance-lints-doc, r=NilstriebLeón Orell Valerian Liehr-4/+4
2024-01-03Rollup merge of #119494 - fmease:deny-hr-param-defaults, r=compiler-errorsLeón Orell Valerian Liehr-66/+133
2024-01-03Rollup merge of #119492 - rustbot:docs-update, r=ehussLeón Orell Valerian Liehr-0/+0
2024-01-03Rollup merge of #119487 - gurry:improve-freshner-comment, r=NilstriebLeón Orell Valerian Liehr-2/+2
2024-01-03Rollup merge of #119479 - bjorn3:remove_unused_feature_gates, r=compiler-errorsLeón Orell Valerian Liehr-3/+0
2024-01-03Rollup merge of #119477 - lukas-code:tooltip-z-index, r=notriddleLeón Orell Valerian Liehr-5/+17
2024-01-03Rollup merge of #119476 - fmease:pp-always-const-trait-preds, r=compiler-errorsLeón Orell Valerian Liehr-15/+94
2024-01-03Rollup merge of #119474 - nbdd0121:naked, r=NilstriebLeón Orell Valerian Liehr-3/+3
2024-01-03Rollup merge of #119444 - compiler-errors:closure-or-coroutine, r=oli-obkLeón Orell Valerian Liehr-27/+32
2024-01-03Rollup merge of #119434 - taiki-e:rc-is-dangling, r=Mark-SimulacrumLeón Orell Valerian Liehr-3/+3
2024-01-03Rollup merge of #119319 - chfogelman:buffered-file-doc, r=the8472León Orell Valerian Liehr-3/+9
2024-01-03Rollup merge of #119298 - onur-ozkan:silence-change-tracker-warning-for-ci, r...León Orell Valerian Liehr-16/+23
2024-01-03Rollup merge of #119239 - compiler-errors:yield-coercion, r=davidtwcoLeón Orell Valerian Liehr-16/+1
2024-01-03Rollup merge of #119086 - RossSmyth:query_panics, r=compiler-errorsLeón Orell Valerian Liehr-11/+21
2024-01-03Add useful panic messages if queries fail to startRoss Smyth-11/+21
2024-01-01Deny defaults for higher-ranked generic parametersLeón Orell Valerian Liehr-66/+133
2024-01-01Update deadlinks of `strict_provenance` lintsLieselotte-4/+4
2024-01-01Update booksrustbot-0/+0
2024-01-01use css variable for z-index of the sidebarLukas Markeffsky-5/+5
2024-01-01Pretty-print always-const trait predicates correctlyLeón Orell Valerian Liehr-15/+94
2024-01-01Minor improvements in comment forGurinder Singh-2/+2
2023-12-31Document that File does not buffer reads/writes, refer to BufReader/BufWriterCarter Hunt Fogelman-3/+9
2023-12-31Remove two unused feature gates from rustc_query_implbjorn3-3/+0
2023-12-31rustdoc ui: adjust tooltip z-index to be above sidebarLukas Markeffsky-1/+13
2023-12-31Auto merge of #119251 - Enselic:rustc_lint-query-stability, r=cjgillotbors-24/+36
2023-12-31Update tracking issue of naked_functionsGary Guo-3/+3
2023-12-31Auto merge of #119066 - notriddle:notriddle/sidebar-source-redesign, r=Guilla...bors-242/+152
2023-12-31rustc_lint: Enforce `rustc::potential_query_instability` lintMartin Nordholts-1/+13
2023-12-31rustc_lint: Make `LintLevelsProvider::current_specs()` return `&FxIndexMap`Martin Nordholts-23/+23
2023-12-31Auto merge of #119470 - bjorn3:sync_cg_clif-2023-12-31, r=bjorn3bors-20/+22
2023-12-31Merge commit '6d355f6844323db03bfd608899613e363e701951' into sync_cg_clif-202...bjorn3-20/+22
2023-12-31Merge pull request #1440 from rust-lang/ci_speedup_and_cleanupbjorn3-18/+18
2023-12-31Remove no longer needed config option from setup_rust_fork.shbjorn3-3/+0
2023-12-31Suppress default config change warningsbjorn3-1/+1
2023-12-31Suppress progress notifications for all git commandsbjorn3-4/+6
2023-12-31Install ripgrep using the system package managerbjorn3-0/+5
2023-12-31Update the GHA artifacts actions to v4bjorn3-3/+3
2023-12-31Install hyperfine using the system package managerbjorn3-7/+3
2023-12-31Rustup to rustc 1.77.0-nightly (2a3e63551 2023-12-30)bjorn3-1/+1
2023-12-31Auto merge of #119441 - Urgau:check-cfg-simplify-bootstrap-args, r=onur-ozkanbors-14/+35
2023-12-31Auto merge of #119447 - Nilstrieb:STACKOVERFLOW, r=compiler-errorsbors-1/+2
2023-12-30Auto merge of #119284 - Nadrieril:fix-bodiless-arm-parse, r=cjgillotbors-3/+38
2023-12-30Auto merge of #119443 - Urgau:move-around-builtin-diag-context, r=Nilstriebbors-444/+538
2023-12-30Auto merge of #119446 - Nilstrieb:bitflags2.0-hell, r=compiler-errorsbors-139/+132
2023-12-30Update to bitflags 2 in the compilerNilstrieb-139/+132
2023-12-30bootstrap: extract --check-cfg arg generation and add unit tests for itUrgau-19/+35
2023-12-30Use the right type for upvarsMichael Goulet-6/+4
2023-12-30Fix `<BoundConstness as Display>`Nilstrieb-1/+2
2023-12-30Auto merge of #119436 - semarie:openbsd-available_parallelism, r=Mark-Simulacrumbors-26/+6
2023-12-30is_coroutine -> is_coroutine_or_closureMichael Goulet-22/+29