about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-11-04Remove `ToUniverseInfo` impl for `CanonicalQueryInput<CustomTypeOp>`.Nicholas Nethercote-9/+0
2024-11-04Merge `UniverseInfo` and `UniverseInfoInner`.Nicholas Nethercote-25/+13
2024-11-04Tidy up comments and some formatting.Nicholas Nethercote-78/+92
2024-11-04Move some `use` declarations.Nicholas Nethercote-13/+12
2024-11-04Reduce visibilities.Nicholas Nethercote-21/+23
2024-11-03Auto merge of #132542 - RalfJung:const_panic, r=tgross35bors-129/+142
2024-11-03Auto merge of #132555 - matthiaskrgr:rollup-2d79661, r=matthiaskrgrbors-99/+524
2024-11-03Auto merge of #132514 - Zalathar:print-target-cpus, r=jieyouxubors-90/+131
2024-11-03Rollup merge of #132550 - workingjubilee:rustc-abi-selects-borrowck-for-mono-...Matthias Krüger-30/+35
2024-11-03Rollup merge of #132543 - cyrgani:master, r=compiler-errorsMatthias Krüger-12/+28
2024-11-03Rollup merge of #132540 - compiler-errors:gc, r=calebcartwrightMatthias Krüger-6/+52
2024-11-03Rollup merge of #132537 - durin42:llvm-20-prelinklto, r=DianQKMatthias Krüger-7/+6
2024-11-03Rollup merge of #132528 - compiler-errors:fallback-sugg-opt, r=jieyouxuMatthias Krüger-3/+17
2024-11-03Rollup merge of #132523 - ranger-ross:test-issue-117446, r=compiler-errorsMatthias Krüger-0/+57
2024-11-03Rollup merge of #132522 - senekor:consistenst-codegen-help, r=compiler-errorsMatthias Krüger-1/+1
2024-11-03Rollup merge of #132520 - matthiaskrgr:knobu, r=jieyouxuMatthias Krüger-1/+1
2024-11-03Rollup merge of #132511 - RalfJung:const_arguments_as_str, r=dtolnayMatthias Krüger-5/+2
2024-11-03Rollup merge of #132503 - RalfJung:const-hash-map, r=AmanieuMatthias Krüger-16/+29
2024-11-03Rollup merge of #132499 - RalfJung:unicode_data.rs, r=tgross35Matthias Krüger-2/+2
2024-11-03Rollup merge of #132437 - Zalathar:inline-mixed-regression, r=jieyouxuMatthias Krüger-0/+32
2024-11-03Rollup merge of #132393 - zedddie16:issue-131865-fix, r=tgross35Matthias Krüger-0/+10
2024-11-03Rollup merge of #131377 - rick-de-water:nonzero-exp, r=dtolnayMatthias Krüger-16/+41
2024-11-03Rollup merge of #129329 - eduardosm:rc-from-mut-slice, r=dtolnayMatthias Krüger-0/+211
2024-11-03Auto merge of #132419 - durin42:llvm-20-type-test-thing, r=cuviperbors-3/+3
2024-11-03add const_panic macro to make it easier to fall back to non-formatting panic ...Ralf Jung-129/+142
2024-11-03stabilize const_arguments_as_strRalf Jung-5/+2
2024-11-03Auto merge of #132526 - bjorn3:sync_cg_clif-2024-11-02, r=bjorn3bors-269/+167
2024-11-02compiler: Add rustc_abi to _sanitizersJubilee Young-6/+7
2024-11-02compiler: Add rustc_abi to _monomorphizeJubilee Young-1/+3
2024-11-02compiler: Replace rustc_target with _abi in _trait_selectionJubilee Young-10/+10
2024-11-02compiler: Replace rustc_target with _abi in _hirJubilee Young-5/+7
2024-11-02compiler: Replace rustc_target with _abi in _borrowckJubilee Young-8/+8
2024-11-03Auto merge of #132458 - RalfJung:rustc-const-unstable, r=Amanieubors-106/+0
2024-11-02Auto merge of #125579 - Noratrieb:print-host, r=davidtwcobors-171/+180
2024-11-02add and update some crashtestscyrgani-12/+28
2024-11-02Add `--print host-triple`Noratrieb-3/+13
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-168/+167
2024-11-02move deployment-target tests to print-requestNilstrieb-0/+0
2024-11-02Do not format generic constsMichael Goulet-6/+52
2024-11-02Auto merge of #132147 - estebank:long-types-2, r=davidtwcobors-227/+487
2024-11-02PassWrapper: adapt for llvm/llvm-project@5445edb5dAugie Fackler-7/+6
2024-11-02Rustdoc: added brief colon explanationtuturuu-0/+10
2024-11-02PassWrapper: adapt for llvm/llvm-project@b01e2a8b5620466c3b80cc6f049efbc90b9d...Augie Fackler-3/+3
2024-11-02fix testsEsteban Küber-10/+11
2024-11-02Auto merge of #132512 - workingjubilee:update-miri-for-rustc-abi, r=RalfJungbors-485/+526
2024-11-02Use opt functions to not ICE in fallback suggestionMichael Goulet-3/+17
2024-11-02Update tidy license exceptions and allowed dependenciesbjorn3-5/+2
2024-11-02Merge commit '5b1246bb4bed72fd0bb8fa497d8e5ed2c7f3515c' into sync_cg_clif-202...bjorn3-264/+165
2024-11-02Rustup to rustc 1.84.0-nightly (705cfe0e9 2024-11-01)bjorn3-1/+1
2024-11-02Auto merge of #132513 - matthiaskrgr:rollup-y98jvsl, r=matthiaskrgrbors-38/+173