about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-01-01Fix testsbjorn3-1/+4
2023-12-31Fix tidy errorbjorn3-2/+2
2023-12-31Avoid specialization for AttrId deserializationbjorn3-23/+30
2023-12-31Remove almost all uses of specialization from the metadata encoding codebjorn3-284/+301
2023-12-31Avoid specialization for the Span Encodable and Decodable implsbjorn3-94/+140
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-30Fix `<BoundConstness as Display>`Nilstrieb-1/+2
2023-12-30Auto merge of #119436 - semarie:openbsd-available_parallelism, r=Mark-Simulacrumbors-26/+6
2023-12-30Move around the code responsible for decorating builtin diagnosticsUrgau-444/+538
2023-12-30Simplify bootstrap check-cfg argumentsUrgau-10/+15
2023-12-30Auto merge of #119438 - Zalathar:prepare-mappings, r=cjgillotbors-53/+74
2023-12-30Rustup to rustc 1.77.0-nightly (3cdd004e5 2023-12-29)bjorn3-1/+1
2023-12-30Auto merge of #119437 - matthiaskrgr:rollup-esf96p6, r=matthiaskrgrbors-93/+101
2023-12-30coverage: Make `coverage_counters` a local variableZalathar-31/+37
2023-12-30coverage: Prepare mappings separately from injecting statementsZalathar-29/+44
2023-12-30Sync from rust 3cdd004e55c869faa2b7b25efd3becf50346e7d6bjorn3-2/+2
2023-12-30Rollup merge of #119425 - Urgau:check-cfg-fix-cargo-diag-bug, r=NilstriebMatthias Krüger-8/+29
2023-12-30Rollup merge of #119424 - ojeda:send-sync, r=est31Matthias Krüger-1/+3
2023-12-30Rollup merge of #119413 - onur-ozkan:bump-fd-lock, r=Mark-SimulacrumMatthias Krüger-69/+57
2023-12-30Rollup merge of #119386 - Emilgardis:typo-ipaddr-canonical-doc, r=est31Matthias Krüger-1/+1
2023-12-30Rollup merge of #119158 - JohnTheCoolingFan:arc-weak-clone-pretty, r=cuviperMatthias Krüger-14/+11
2023-12-30Auto merge of #119377 - tmiasko:after, r=cjgillotbors-7/+1
2023-12-30openbsd: available_parallelism: use the right APISebastien Marie-26/+6
2023-12-30Auto merge of #118705 - WaffleLapkin:codegen-atomic-exhange-untuple, r=cjgillotbors-20/+12
2023-12-30Auto merge of #119367 - Mark-Simulacrum:relative-spans, r=wesleywiserbors-47/+130
2023-12-30Auto merge of #116012 - cjgillot:gvn-const, r=oli-obkbors-1581/+1088
2023-12-29Shrink span encoding furtherMark Rousskov-47/+130
2023-12-30Auto merge of #119421 - matthiaskrgr:rollup-dbera1b, r=matthiaskrgrbors-696/+142
2023-12-30Fix invalid check-cfg Cargo feature diagnostic helpUrgau-4/+1
2023-12-30Add check-cfg test for Cargo feature without valueUrgau-6/+30
2023-12-30apply bootstrap lock unconditionallyonur-ozkan-32/+23
2023-12-30bootstrap: bump fd-lockonur-ozkan-37/+34
2023-12-29Primitive docs: fix confusing `Send` in `&T`'s listMiguel Ojeda-1/+3
2023-12-29Rollup merge of #119410 - est31:fix_if_guard_unused, r=NilstriebMatthias Krüger-2/+2