Commit Graph

  • 1505997c64
    Rollup merge of #132563 - frectonz:master, r=Amanieu Jubilee 2024-11-03 15:24:59 -08:00
  • cf712a2485
    Rollup merge of #132560 - Urgau:tidy-license-deps, r=onur-ozkan Jubilee 2024-11-03 15:24:59 -08:00
  • 3285d12baf
    Rollup merge of #132521 - klensy:times, r=compiler-errors Jubilee 2024-11-03 15:24:58 -08:00
  • 6bc7be5efa
    Rollup merge of #132516 - taiki-e:asm-ui, r=workingjubilee Jubilee 2024-11-03 15:24:57 -08:00
  • deb4ceb263
    Rollup merge of #126136 - Noratrieb:bootstrap-naming, r=onur-ozkan Jubilee 2024-11-03 15:24:57 -08:00
  • ccf7c88386 Auto merge of #13648 - samueltardieu:push-rpxvoukpolvm, r=Centri3 bors 2024-11-03 23:17:36 +00:00
  • ae428141f7 Don't test new error messages with the stage 0 compiler dianne 2024-11-03 14:25:49 -08:00
  • 42188c3ca8 Auto merge of #123723 - madsmtm:apple-std-os, r=dtolnay bors 2024-11-03 22:25:11 +00:00
  • d7d6238b23 use backticks instead of single quotes when reporting "use of unstable library feature" dianne 2024-11-02 16:10:24 -07:00
  • fa2047370b compiler: Remove unused rustc_target from Cargo.tomls Jubilee Young 2024-11-03 11:30:50 -08:00
  • 5c953ee910 compiler: Replace rustc_target with abi in symbol_mangling Jubilee Young 2024-11-02 19:33:42 -07:00
  • 7639773e70 compiler: Directly use rustc_abi in session Jubilee Young 2024-11-02 19:33:41 -07:00
  • 586e141be7 compiler: Directly use rustc_abi in lints Jubilee Young 2024-11-02 19:33:36 -07:00
  • 092135b7b4 compiler: Directly use rustc_abi in ty_utils Jubilee Young 2024-11-02 19:33:06 -07:00
  • 6c16a3123b compiler: Directly use rustc_abi in smir again Jubilee Young 2024-11-02 19:33:04 -07:00
  • 843b6e0859 compiler: Directly use rustc_abi in mir_transform Jubilee Young 2024-11-02 19:33:00 -07:00
  • 236fe33345 compiler: Directly use rustc_abi in metadata and middle Jubilee Young 2024-11-02 19:33:00 -07:00
  • 89ec8c2cfe compiler: Directly use rustc_abi in hir_{analysis,typeck} Jubilee Young 2024-11-02 19:32:56 -07:00
  • bbd18e29da compiler: Directly use rustc_abi in const_eval Jubilee Young 2024-11-02 19:32:52 -07:00
  • 5c6f27b1e0 extract rustc-std-workspace crate sources from crates.io and place them here Ralf Jung 2024-11-03 22:30:02 +01:00
  • efaf9ab430
    remove attribute ids from hir stats (they're simply not needed) Jonathan Dönszelmann 2024-11-03 22:03:13 +01:00
  • 775aad80fc Remove is_builtin target spec field bjorn3 2024-11-03 18:31:32 +00:00
  • b895bf4fdc compiler: Directly use rustc_abi in codegen Jubilee Young 2024-11-02 19:32:52 -07:00
  • a1a9aaef87 Auto merge of #13631 - samueltardieu:push-uoowutzkvsrk, r=Centri3 bors 2024-11-03 19:43:19 +00:00
  • b8c8287a22 Auto merge of #132479 - compiler-errors:fx-feat-yeet, r=fee1-dead bors 2024-11-03 19:41:46 +00:00
  • b3fc11bd64 Remove outdated tidy license fixmes Urgau 2024-11-03 15:34:58 +01:00
  • f0cf9969cb Rename the FIXMEs, remove a few that dont matter anymore Michael Goulet 2024-11-01 18:49:08 +00:00
  • 6b96103bf3 Rename the FIXMEs, remove a few that dont matter anymore Michael Goulet 2024-11-01 18:49:08 +00:00
  • 0b5ddf30eb Yeet effects feature Michael Goulet 2024-10-30 18:03:44 +00:00
  • e26ad8b67d Properly suggest E::assoc when we encounter E::Variant::assoc Esteban Küber 2024-11-03 18:55:19 +00:00
  • ace9e4c078 Gate checking ~const bounds on const_trait_impl Michael Goulet 2024-10-30 17:42:31 +00:00
  • 9e6d2da83d Reduce dependence on the target name bjorn3 2024-11-03 18:26:01 +00:00
  • 06fc531c96 Add test for assoc fn suggestion on enum variant Esteban Küber 2024-11-03 17:15:22 +00:00
  • 1b98ae3ecd
    Format pjht 2024-11-03 11:07:08 -06:00
  • f4f2e55ee6
    mikros: Fix reporting 0 bytes read when STDOUT/ERR is written with no open FD pjht 2024-11-03 11:06:43 -06:00
  • dbfeb119b5
    mikros: Add the clear_exited syscall pjht 2024-11-03 11:06:14 -06:00
  • e3a918ece0 Auto merge of #132542 - RalfJung:const_panic, r=tgross35 bors 2024-11-03 16:20:51 +00:00
  • 040129b774 Auto merge of #13629 - samueltardieu:push-nwukowumrvsn, r=flip1995 bors 2024-11-03 15:50:48 +00:00
  • 2f1b7b64fb needless_continue: check labels consistency before warning Samuel Tardieu 2024-11-03 16:37:25 +01:00
  • 9d66cfaa08
    Modify NonZero documentation to reference the underlying integer type frectonz 2024-11-03 18:19:44 +03:00
  • c049cc17f3 Remove the wasm32-wasi target from rustc Alex Crichton 2024-11-03 07:04:02 -08:00
  • 43c20c21e3
    Merge pull request #18470 from Veykril/push-rxmtkvpulotn Lukas Wirth 2024-11-03 14:49:27 +00:00
  • aedbae6ccc
    Merge pull request #1540 from workingjubilee/directly-use-rustc-abi bjorn3 2024-11-03 15:38:12 +01:00
  • 5e1298ccdb Revert "Skip testing extended_sysroot tests with cg_llvm on CI" bjorn3 2024-11-03 14:36:21 +00:00
  • 56e89bc5a4 Allow interpreting consts and statics with interpret function command Lukas Wirth 2024-11-03 14:18:06 +01:00
  • 42f71282a7 cg_clif: Directly use rustc_abi Jubilee Young 2024-11-02 18:06:23 -07:00
  • 521288ef0f Skip testing extended_sysroot tests with cg_llvm on CI bjorn3 2024-11-03 13:47:58 +00:00
  • 7028d9318f Auto merge of #132555 - matthiaskrgr:rollup-2d79661, r=matthiaskrgr bors 2024-11-03 13:46:47 +00:00
  • 29d225d665 Manual rustup to rustc 1.84.0-nightly (b3f75cc87 2024-11-02) bjorn3 2024-11-03 13:24:53 +00:00
  • 72d9929ccd
    Merge pull request #18469 from Veykril/push-zwnywqmvtuts Lukas Wirth 2024-11-03 13:00:32 +00:00
  • bc1d8e72e7 make time format parsing compiletime klensy 2024-11-02 15:20:11 +03:00
  • be3a635fe7 replace manual time convertions with std ones klensy 2024-11-02 15:08:53 +03:00
  • 59ae5eba7e Auto merge of #132514 - Zalathar:print-target-cpus, r=jieyouxu bors 2024-11-03 11:09:38 +00:00
  • 1ba782ab3d
    Rollup merge of #132550 - workingjubilee:rustc-abi-selects-borrowck-for-mono-sans, r=compiler-errors Matthias Krüger 2024-11-03 12:08:56 +01:00
  • ecbd8d1550
    Rollup merge of #132543 - cyrgani:master, r=compiler-errors Matthias Krüger 2024-11-03 12:08:56 +01:00
  • 13cdfae599
    Rollup merge of #132540 - compiler-errors:gc, r=calebcartwright Matthias Krüger 2024-11-03 12:08:55 +01:00
  • 7d7f2b5e2f
    Rollup merge of #132537 - durin42:llvm-20-prelinklto, r=DianQK Matthias Krüger 2024-11-03 12:08:55 +01:00
  • 1a0ab892cd
    Rollup merge of #132528 - compiler-errors:fallback-sugg-opt, r=jieyouxu Matthias Krüger 2024-11-03 12:08:54 +01:00
  • 625264329f
    Rollup merge of #132523 - ranger-ross:test-issue-117446, r=compiler-errors Matthias Krüger 2024-11-03 12:08:54 +01:00
  • a7a0586618
    Rollup merge of #132522 - senekor:consistenst-codegen-help, r=compiler-errors Matthias Krüger 2024-11-03 12:08:53 +01:00
  • 9c7cdc2352
    Rollup merge of #132520 - matthiaskrgr:knobu, r=jieyouxu Matthias Krüger 2024-11-03 12:08:53 +01:00
  • 003c97477d
    Rollup merge of #132511 - RalfJung:const_arguments_as_str, r=dtolnay Matthias Krüger 2024-11-03 12:08:52 +01:00
  • e9379382f9
    Rollup merge of #132503 - RalfJung:const-hash-map, r=Amanieu Matthias Krüger 2024-11-03 12:08:52 +01:00
  • b438a5cd2a
    Rollup merge of #132499 - RalfJung:unicode_data.rs, r=tgross35 Matthias Krüger 2024-11-03 12:08:51 +01:00
  • 10a8446344
    Rollup merge of #132437 - Zalathar:inline-mixed-regression, r=jieyouxu Matthias Krüger 2024-11-03 12:08:51 +01:00
  • e522d088fd
    Rollup merge of #132393 - zedddie16:issue-131865-fix, r=tgross35 Matthias Krüger 2024-11-03 12:08:51 +01:00
  • b9f972767c
    Rollup merge of #131377 - rick-de-water:nonzero-exp, r=dtolnay Matthias Krüger 2024-11-03 12:08:50 +01:00
  • 957f6c3973
    Rollup merge of #129329 - eduardosm:rc-from-mut-slice, r=dtolnay Matthias Krüger 2024-11-03 12:08:49 +01:00
  • f42fb43517 Call the target libdir target libdir Nilstrieb 2024-06-07 21:00:07 +02:00
  • b07232d95d Move tests/ui/abi/riscv32e-registers.rs to tests/ui/asm/riscv Taiki Endo 2024-11-03 18:32:04 +09:00
  • ddd1a86c66 Auto merge of #13573 - y21:issue13427, r=Centri3 bors 2024-11-03 09:10:22 +00:00
  • a7520adc29
    Fix typo in tests/auxiliary/minicore.rs Taiki Endo 2024-11-03 17:32:33 +09:00
  • db034cee00 Auto merge of #132419 - durin42:llvm-20-type-test-thing, r=cuviper bors 2024-11-03 08:08:00 +00:00
  • bc757f9034 add const_panic macro to make it easier to fall back to non-formatting panic in const Ralf Jung 2024-11-02 23:23:08 +01:00
  • b17cf41306
    Merge pull request #4010 from rust-lang/rustup-2024-11-03 Ralf Jung 2024-11-03 06:54:52 +00:00
  • 234d3de8b4 stabilize const_arguments_as_str Ralf Jung 2024-11-02 12:01:56 +01:00
  • b58cbe2361 Merge from rustc The Miri Cronjob Bot 2024-11-03 05:18:08 +00:00
  • 19e287060d remove const-support for align_offset Ralf Jung 2024-10-31 21:30:23 +01:00
  • 9c75effc6c Preparing for merge from rustc The Miri Cronjob Bot 2024-11-03 05:09:57 +00:00
  • 12677fd3d0 Auto merge of #132526 - bjorn3:sync_cg_clif-2024-11-02, r=bjorn3 bors 2024-11-03 05:03:52 +00:00
  • 89ab6559cc Auto merge of #132526 - bjorn3:sync_cg_clif-2024-11-02, r=bjorn3 bors 2024-11-03 05:03:52 +00:00
  • ab6994f880 compiler: Add rustc_abi to _sanitizers Jubilee Young 2024-11-02 20:28:42 -07:00
  • 31cbde037b compiler: Add rustc_abi to _monomorphize Jubilee Young 2024-11-02 20:28:24 -07:00
  • 4046e3610c compiler: Replace rustc_target with _abi in _trait_selection Jubilee Young 2024-11-02 20:25:30 -07:00
  • bb0cd5606a compiler: Replace rustc_target with _abi in _hir Jubilee Young 2024-11-02 20:24:38 -07:00
  • 586766e790 compiler: Replace rustc_target with _abi in _borrowck Jubilee Young 2024-11-02 20:24:15 -07:00
  • 67395551d0 Auto merge of #132458 - RalfJung:rustc-const-unstable, r=Amanieu bors 2024-11-03 02:32:48 +00:00
  • 8ccb78e0d5 Auto merge of #125579 - Noratrieb:print-host, r=davidtwco bors 2024-11-02 23:04:42 +00:00
  • 67a85925b1 Suggest fixing typos and let bindings at the same time uellenberg 2024-11-02 01:36:38 -07:00
  • c67ea44604
    Merge pull request #4009 from RalfJung/rustup Ralf Jung 2024-11-02 21:27:13 +00:00
  • c1b8d6611e teach clippy about IeeeFloat, and make all 'allow' into 'expect' Ralf Jung 2024-11-02 22:02:38 +01:00
  • 3253cc6785 Merge from rustc Ralf Jung 2024-11-02 21:56:24 +01:00
  • 7745b065cc add and update some crashtests cyrgani 2024-11-02 23:44:12 +01:00
  • 06d869b495 Preparing for merge from rustc Ralf Jung 2024-11-02 21:53:33 +01:00
  • 541c33ec41 Rename target triple to target tuple in many places in the compiler Noratrieb 2024-10-17 19:02:32 +02:00
  • ba481518da Add --print host-triple Noratrieb 2024-10-17 19:03:06 +02:00
  • a26450cf81 Rename target triple to target tuple in many places in the compiler Noratrieb 2024-10-17 19:02:32 +02:00
  • 77d0b4ddfb move deployment-target tests to print-request Nilstrieb 2024-05-26 20:50:30 +02:00
  • 16394e9776 Do not format generic consts Michael Goulet 2024-11-02 20:25:02 +00:00
  • b3f75cc872 Auto merge of #132147 - estebank:long-types-2, r=davidtwco bors 2024-11-02 20:22:49 +00:00