about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-12-09fix ICE on type error in promotedRalf Jung-213/+78
2024-12-07Auto merge of #133978 - matthiaskrgr:rollup-6gh1iho, r=matthiaskrgrbors-231/+290
2024-12-07Auto merge of #133897 - oli-obk:push-lsxrqtqqwmpt, r=jieyouxubors-24/+0
2024-12-07Auto merge of #133883 - saethlin:remove-polymorphization, r=compiler-errorsbors-2643/+59
2024-12-06Auto merge of #118159 - EliasHolzmann:formatting_options, r=m-ou-sebors-93/+374
2024-12-06Remove polymorphizationBen Kimock-2643/+59
2024-12-06Rollup merge of #133960 - jdonszelmann:remove-eq-on-attributes, r=notriddleMatthias Krüger-13/+0
2024-12-06Rollup merge of #133954 - oli-obk:push-lxrmszqzszzu, r=jieyouxuMatthias Krüger-82/+12
2024-12-06Rollup merge of #133934 - jswrenn:unsafe-fields-auto-traits, r=compiler-errorsMatthias Krüger-0/+95
2024-12-06Rollup merge of #133875 - onur-ozkan:early-return-rustfmt, r=jieyouxuMatthias Krüger-11/+26
2024-12-06Rollup merge of #132187 - shahn:extend_more_tuples, r=dtolnayMatthias Krüger-110/+142
2024-12-06Rollup merge of #130254 - GrigorenkoPV:QuotaExceeded, r=dtolnayMatthias Krüger-14/+14
2024-12-06Rollup merge of #130209 - GrigorenkoPV:CrossesDevices, r=dtolnayMatthias Krüger-1/+1
2024-12-06Auto merge of #133089 - eholk:stabilize-noop-waker, r=dtolnaybors-132/+104
2024-12-06Auto merge of #133956 - bjorn3:sync_cg_clif-2024-12-06, r=bjorn3bors-428/+398
2024-12-06remove eq for attributesJonathan Dönszelmann-13/+0
2024-12-06Cargo decided to add serde to cg_clif's lockfile despite serde support in Cra...bjorn3-0/+2
2024-12-06Merge commit '57845a397ec15e4e6a561ed2c4bfa3dcf49144fb' into sync_cg_clif-202...bjorn3-428/+396
2024-12-06Rustup to rustc 1.85.0-nightly (c94848c04 2024-12-05)bjorn3-1/+1
2024-12-06Hide errors whose suggestions would contain error constants or typesOli Scherer-6/+3
2024-12-06Silence follow-up errors from `lit_to_const`Oli Scherer-78/+11
2024-12-06Auto merge of #133950 - matthiaskrgr:rollup-b7g5p73, r=matthiaskrgrbors-113/+821
2024-12-06Rollup merge of #133931 - bjorn3:even_stricter_fn_abi_sanity_checking, r=nnet...Matthias Krüger-10/+20
2024-12-06Rollup merge of #133930 - chriskrycho:mdbook-trpl-package, r=ehussMatthias Krüger-29/+32
2024-12-06Rollup merge of #133790 - HypheX:improve-vec-docs, r=harudagondi,workingjubileeMatthias Krüger-11/+14
2024-12-06Rollup merge of #133211 - Strophox:miri-correct-state-update-ffi, r=RalfJungMatthias Krüger-59/+476
2024-12-06Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubileeMatthias Krüger-4/+279
2024-12-06Only allow PassMode::Direct for aggregates on wasm when using the C ABIbjorn3-10/+20
2024-12-06handle `json_output` in `test::run_cargo_test`onur-ozkan-0/+5
2024-12-06skip formatting when `--json-output` is usedonur-ozkan-11/+21
2024-12-06Auto merge of #133559 - compiler-errors:structurally-resolve-adjust-for-branc...bors-50/+62
2024-12-05do not implement unsafe auto traits for types with unsafe fieldsJack Wrenn-0/+95
2024-12-05Auto merge of #133940 - GuillaumeGomez:rollup-nm1cz5j, r=GuillaumeGomezbors-1158/+2774
2024-12-05Rollup merge of #133936 - oli-obk:push-qmvqsmwqrtqr, r=lqdGuillaume Gomez-16/+10
2024-12-05Rollup merge of #133921 - TimNN:nuw-infer, r=nikicGuillaume Gomez-15/+15
2024-12-05Rollup merge of #133910 - TimNN:llvm-target-cpus, r=jieyouxuGuillaume Gomez-0/+6
2024-12-05Rollup merge of #133827 - ojeda:ci-rfl, r=lqdGuillaume Gomez-2/+2
2024-12-05Rollup merge of #133821 - Kobzol:replace-black-with-ruff, r=onur-ozkanGuillaume Gomez-1029/+1563
2024-12-05Rollup merge of #133607 - WaffleLapkin:tail-call-checks, r=compiler-errorsGuillaume Gomez-12/+859
2024-12-05Rollup merge of #133256 - MarcoIeni:use-linux-free-runners, r=KobzolGuillaume Gomez-26/+77
2024-12-05Rollup merge of #132155 - GuillaumeGomez:impl-block-doc, r=rustdocGuillaume Gomez-58/+242
2024-12-05Stabilize noop_wakerEric Holk-132/+104
2024-12-05Update GUI test after rebaseGuillaume Gomez-7/+3
2024-12-05Improve positioning of "..." in collapsed impl blockGuillaume Gomez-5/+41
2024-12-05Use text ellipsis instead of bottom blurringGuillaume Gomez-11/+16
2024-12-05Turn `markdown_split_summary_and_content` into a method of `Markdown`Guillaume Gomez-49/+52
2024-12-05Update GUI testsGuillaume Gomez-2/+2
2024-12-05Add GUI test for impl block doc displayGuillaume Gomez-0/+50
2024-12-05Update browser-ui-test version to 0.18.2Guillaume Gomez-1/+1
2024-12-05Always display first line of impl blocks even when collapsedGuillaume Gomez-47/+141