about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-10-07linker: Remove unstable legacy CLI linker flavorsVadim Petrochenkov-12/+3
2023-10-07Auto merge of #116330 - RalfJung:dont-key-on-allocid, r=oli-obkbors-33/+0
2023-10-07Auto merge of #116310 - Enselic:check_fn_args_move_size, r=oli-obkbors-58/+83
2023-10-07Auto merge of #115583 - RalfJung:packed-unsized, r=lcnrbors-1/+9
2023-10-07Auto merge of #116457 - RalfJung:try_eval_scalar_int, r=cjgillotbors-15/+15
2023-10-07rustc_monomorphize: Introduce check_fn_args_move_size()Martin Nordholts-56/+76
2023-10-07rustc_monomorphize: Move limit check into check_move_size()Martin Nordholts-5/+10
2023-10-07Copy 1-element arrays as scalars, not vectorsScott McMurray-1/+6
2023-10-06Rollup merge of #116400 - estebank:issue-78585, r=WaffleLapkinJubilee-19/+89
2023-10-06Rollup merge of #116277 - RalfJung:post-mono, r=oli-obkJubilee-79/+31
2023-10-06Auto merge of #116492 - matthiaskrgr:rollup-xzfhmq1, r=matthiaskrgrbors-157/+69
2023-10-06Rollup merge of #116474 - nnethercote:rustc_assorted, r=spastorinoMatthias Krüger-79/+28
2023-10-06Rollup merge of #116466 - nnethercote:rustc_transmute, r=oli-obkMatthias Krüger-78/+36
2023-10-06Rollup merge of #116297 - RalfJung:hooks, r=oli-obkMatthias Krüger-0/+5
2023-10-06Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiserbors-3511/+3644
2023-10-06add some comments explaining how the required_consts stuff fits togetherRalf Jung-0/+10
2023-10-06Preserve DebugInfo in DeadStoreElimination.Camille GILLOT-8/+43
2023-10-06Fix sdkname for tvos simulatorSebastian Imlay-0/+1
2023-10-06Fix typosSebastian Imlay-5/+3
2023-10-06Initial target specification for aarch64-apple-tvos-simSebastian Imlay-0/+34
2023-10-06Auto merge of #115304 - Enselic:trailing-gt, r=cjgillotbors-1/+0
2023-10-06rustc_metadata: use try_canonicalizeTamir Duberstein-2/+3
2023-10-06rustc_codegen_ssa: use try_canonicalize in rpathTamir Duberstein-8/+6
2023-10-06rustc_driver: avoid fallible conversionsTamir Duberstein-15/+18
2023-10-06compiler: always use var_os("RUST_BACKTRACE")Tamir Duberstein-3/+3
2023-10-06fix to register analysis pass from llvm pluginEmanuele Vannacci-14/+14
2023-10-06Rollup merge of #116329 - RalfJung:swap-comments, r=scottmcmGuillaume Gomez-1/+1
2023-10-06Rollup merge of #116198 - Jarcho:diag_items, r=WaffleLapkinGuillaume Gomez-0/+49
2023-10-06Sort `rustc_driver_impl` dependencies.Nicholas Nethercote-26/+28
2023-10-06Rollup merge of #116421 - Urgau:inter-mut-invalid_ref_casting, r=oli-obkMatthias Krüger-11/+21
2023-10-06Remove unnecessary `pub`.Nicholas Nethercote-1/+1
2023-10-06Remove unneeded features.Nicholas Nethercote-4/+0
2023-10-06Remove unneeded dependency.Nicholas Nethercote-4/+3
2023-10-06Factor out `insert_or_error`.Nicholas Nethercote-62/+23
2023-10-06Remove unused `FileName::CfgSpec`.Nicholas Nethercote-7/+1
2023-10-06Remove unneeded dependency.Nicholas Nethercote-1/+0
2023-10-06Remove the `MaybeTransmutableQuery<&'l Dfa<...>, C>` impl.Nicholas Nethercote-16/+0
2023-10-06Fix a comment.Nicholas Nethercote-3/+1
2023-10-06Remove `map_layouts`.Nicholas Nethercote-57/+33
2023-10-06Auto merge of #116269 - Veykril:rustc-abi, r=WaffleLapkinbors-232/+294
2023-10-06Use `collect` to decode `Vec`.Nicholas Nethercote-23/+10
2023-10-06Streamline some `Encodable` impls.Nicholas Nethercote-6/+3
2023-10-06Use `collect` for decoding more collection types.Nicholas Nethercote-40/+6
2023-10-06rustc_serialize: merge `collection_impls.rs` into `serialize.rs`.Nicholas Nethercote-264/+258
2023-10-06Make the comment order match variant declaration order.Nicholas Nethercote-1/+1
2023-10-06Remove an unnecessary `pub(crate)`.Nicholas Nethercote-1/+1
2023-10-05Add more diagnostic items for clippyJason Newcomb-0/+49
2023-10-06Remove unused serialization support for `LinkedList`.Nicholas Nethercote-17/+1
2023-10-06rustc_serialize: Remove unneeded feature decls.Nicholas Nethercote-11/+5
2023-10-05Replace LocationExtended with DefLocation in SsaLocalsTomasz Miąsko-27/+11