| Age | Commit message (Expand) | Author | Lines |
| 2024-01-03 | Rollup merge of #119498 - ShE3py:provenance-lints-doc, r=Nilstrieb | León Orell Valerian Liehr | -4/+4 |
| 2024-01-03 | Rollup merge of #119494 - fmease:deny-hr-param-defaults, r=compiler-errors | León Orell Valerian Liehr | -66/+133 |
| 2024-01-03 | Rollup merge of #119492 - rustbot:docs-update, r=ehuss | León Orell Valerian Liehr | -0/+0 |
| 2024-01-03 | Rollup merge of #119487 - gurry:improve-freshner-comment, r=Nilstrieb | León Orell Valerian Liehr | -2/+2 |
| 2024-01-03 | Rollup merge of #119479 - bjorn3:remove_unused_feature_gates, r=compiler-errors | León Orell Valerian Liehr | -3/+0 |
| 2024-01-03 | Rollup merge of #119477 - lukas-code:tooltip-z-index, r=notriddle | León Orell Valerian Liehr | -5/+17 |
| 2024-01-03 | Rollup merge of #119476 - fmease:pp-always-const-trait-preds, r=compiler-errors | León Orell Valerian Liehr | -15/+94 |
| 2024-01-03 | Rollup merge of #119474 - nbdd0121:naked, r=Nilstrieb | León Orell Valerian Liehr | -3/+3 |
| 2024-01-03 | Rollup merge of #119444 - compiler-errors:closure-or-coroutine, r=oli-obk | León Orell Valerian Liehr | -27/+32 |
| 2024-01-03 | Rollup merge of #119434 - taiki-e:rc-is-dangling, r=Mark-Simulacrum | León Orell Valerian Liehr | -3/+3 |
| 2024-01-03 | Rollup merge of #119319 - chfogelman:buffered-file-doc, r=the8472 | León Orell Valerian Liehr | -3/+9 |
| 2024-01-03 | Rollup merge of #119298 - onur-ozkan:silence-change-tracker-warning-for-ci, r... | León Orell Valerian Liehr | -16/+23 |
| 2024-01-03 | Rollup merge of #119239 - compiler-errors:yield-coercion, r=davidtwco | León Orell Valerian Liehr | -16/+1 |
| 2024-01-03 | Rollup merge of #119086 - RossSmyth:query_panics, r=compiler-errors | León Orell Valerian Liehr | -11/+21 |
| 2024-01-03 | Add useful panic messages if queries fail to start | Ross Smyth | -11/+21 |
| 2024-01-01 | Deny defaults for higher-ranked generic parameters | León Orell Valerian Liehr | -66/+133 |
| 2024-01-01 | Update deadlinks of `strict_provenance` lints | Lieselotte | -4/+4 |
| 2024-01-01 | Update books | rustbot | -0/+0 |
| 2024-01-01 | use css variable for z-index of the sidebar | Lukas Markeffsky | -5/+5 |
| 2024-01-01 | Pretty-print always-const trait predicates correctly | León Orell Valerian Liehr | -15/+94 |
| 2024-01-01 | Minor improvements in comment for | Gurinder Singh | -2/+2 |
| 2023-12-31 | Document that File does not buffer reads/writes, refer to BufReader/BufWriter | Carter Hunt Fogelman | -3/+9 |
| 2023-12-31 | Remove two unused feature gates from rustc_query_impl | bjorn3 | -3/+0 |
| 2023-12-31 | rustdoc ui: adjust tooltip z-index to be above sidebar | Lukas Markeffsky | -1/+13 |
| 2023-12-31 | Auto merge of #119251 - Enselic:rustc_lint-query-stability, r=cjgillot | bors | -24/+36 |
| 2023-12-31 | Update tracking issue of naked_functions | Gary Guo | -3/+3 |
| 2023-12-31 | Auto merge of #119066 - notriddle:notriddle/sidebar-source-redesign, r=Guilla... | bors | -242/+152 |
| 2023-12-31 | rustc_lint: Enforce `rustc::potential_query_instability` lint | Martin Nordholts | -1/+13 |
| 2023-12-31 | rustc_lint: Make `LintLevelsProvider::current_specs()` return `&FxIndexMap` | Martin Nordholts | -23/+23 |
| 2023-12-31 | Auto merge of #119470 - bjorn3:sync_cg_clif-2023-12-31, r=bjorn3 | bors | -20/+22 |
| 2023-12-31 | Merge commit '6d355f6844323db03bfd608899613e363e701951' into sync_cg_clif-202... | bjorn3 | -20/+22 |
| 2023-12-31 | Merge pull request #1440 from rust-lang/ci_speedup_and_cleanup | bjorn3 | -18/+18 |
| 2023-12-31 | Remove no longer needed config option from setup_rust_fork.sh | bjorn3 | -3/+0 |
| 2023-12-31 | Suppress default config change warnings | bjorn3 | -1/+1 |
| 2023-12-31 | Suppress progress notifications for all git commands | bjorn3 | -4/+6 |
| 2023-12-31 | Install ripgrep using the system package manager | bjorn3 | -0/+5 |
| 2023-12-31 | Update the GHA artifacts actions to v4 | bjorn3 | -3/+3 |
| 2023-12-31 | Install hyperfine using the system package manager | bjorn3 | -7/+3 |
| 2023-12-31 | Rustup to rustc 1.77.0-nightly (2a3e63551 2023-12-30) | bjorn3 | -1/+1 |
| 2023-12-31 | Auto merge of #119441 - Urgau:check-cfg-simplify-bootstrap-args, r=onur-ozkan | bors | -14/+35 |
| 2023-12-31 | Auto merge of #119447 - Nilstrieb:STACKOVERFLOW, r=compiler-errors | bors | -1/+2 |
| 2023-12-30 | Auto merge of #119284 - Nadrieril:fix-bodiless-arm-parse, r=cjgillot | bors | -3/+38 |
| 2023-12-30 | Auto merge of #119443 - Urgau:move-around-builtin-diag-context, r=Nilstrieb | bors | -444/+538 |
| 2023-12-30 | Auto merge of #119446 - Nilstrieb:bitflags2.0-hell, r=compiler-errors | bors | -139/+132 |
| 2023-12-30 | Update to bitflags 2 in the compiler | Nilstrieb | -139/+132 |
| 2023-12-30 | bootstrap: extract --check-cfg arg generation and add unit tests for it | Urgau | -19/+35 |
| 2023-12-30 | Use the right type for upvars | Michael Goulet | -6/+4 |
| 2023-12-30 | Fix `<BoundConstness as Display>` | Nilstrieb | -1/+2 |
| 2023-12-30 | Auto merge of #119436 - semarie:openbsd-available_parallelism, r=Mark-Simulacrum | bors | -26/+6 |
| 2023-12-30 | is_coroutine -> is_coroutine_or_closure | Michael Goulet | -22/+29 |