| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-25 | Merge commit '979dcf8e2f213e4f4b645cb62e7fe9f4f2c0c785' into ↵ | bjorn3 | -18/+55 | |
| sync_cg_clif-2025-05-25 | ||||
| 2024-11-09 | Merge commit '1fa693ca4462fc1f790693464cf765ad693616af' into ↵ | bjorn3 | -1/+1 | |
| sync_cg_clif-2024-11-09 | ||||
| 2024-11-02 | Merge commit '5b1246bb4bed72fd0bb8fa497d8e5ed2c7f3515c' into ↵ | bjorn3 | -6/+7 | |
| sync_cg_clif-2024-11-02 | ||||
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -1/+1 | |
| 2023-12-18 | Rename `EarlyErrorHandler` as `EarlyDiagCtxt`. | Nicholas Nethercote | -3/+2 | |
| 2023-11-25 | Merge commit '710c67909d034e1c663174a016ca82b95c2d6c12' into ↵ | bjorn3 | -6/+10 | |
| sync_cg_clif-2023-11-25 | ||||
| 2023-10-09 | Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into ↵ | bjorn3 | -10/+12 | |
| sync_cg_clif-2023-10-09 | ||||
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -3/+3 | |
| 2023-06-27 | Provide more context for `rustc +nightly -Zunstable-options` on stable | 许杰友 Jieyou Xu (Joe) | -2/+2 | |
| 2023-05-16 | Avoid `&format("...")` calls in error message code. | Nicholas Nethercote | -1/+1 | |
| Error message all end up passing into a function as an `impl Into<{D,Subd}iagnosticMessage>`. If an error message is creatd as `&format("...")` that means we allocate a string (in the `format!` call), then take a reference, and then clone (allocating again) the reference to produce the `{D,Subd}iagnosticMessage`, which is silly. This commit removes the leading `&` from a lot of these cases. This means the original `String` is moved into the `{D,Subd}iagnosticMessage`, avoiding the double allocations. This requires changing some function argument types from `&str` to `String` (when all arguments are `String`) or `impl Into<{D,Subd}iagnosticMessage>` (when some arguments are `String` and some are `&str`). | ||||
| 2023-04-29 | Merge commit 'ef07e8e60f994ec014d049a95591426fb92ebb79' into ↵ | bjorn3 | -27/+30 | |
| sync_cg_clif-2023-04-29 | ||||
| 2023-03-15 | Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into ↵ | bjorn3 | -1/+1 | |
| sync_cg_clif-2023-03-15 | ||||
| 2022-08-24 | Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into ↵ | bjorn3 | -33/+28 | |
| sync_cg_clif-2022-08-24 | ||||
| 2022-07-25 | Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into ↵ | bjorn3 | -1/+2 | |
| sync_cg_clif-2022-07-25 | ||||
| 2022-02-23 | Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into ↵ | bjorn3 | -7/+3 | |
| sync_cg_clif-2022-02-23 | ||||
| 2021-12-20 | Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into ↵ | bjorn3 | -9/+4 | |
| sync_cg_clif-2021-12-20 | ||||
| 2021-09-18 | Querify `fn_abi_of_{fn_ptr,instance}`. | Eduard-Mihai Burtescu | -1/+4 | |
| 2021-09-18 | ty::layout: replicate `layout_of` setup for `fn_abi_of_{fn_ptr,instance}`. | Eduard-Mihai Burtescu | -3/+2 | |
| 2021-07-07 | Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into ↵ | bjorn3 | -9/+10 | |
| sync_cg_clif-2021-07-07 | ||||
| 2021-05-12 | Use () for codegen queries. | Camille GILLOT | -1/+1 | |
| 2021-04-30 | Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795' | Erin Power | -24/+25 | |
| 2021-03-29 | Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into ↵ | bjorn3 | -10/+14 | |
| sync_cg_clif-2021-03-29 | ||||
| 2021-03-05 | Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into ↵ | bjorn3 | -45/+27 | |
| sync_cg_clif-2021-03-05 | ||||
| 2021-02-01 | Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into ↵ | bjorn3 | -5/+4 | |
| sync_cg_clif-2021-02-01 | ||||
| 2020-12-27 | Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484' into ↵ | bjorn3 | -46/+56 | |
| sync_cg_clif-2020-12-27 | ||||
| 2020-11-16 | update `cg_clif` | Bastian Kauschke | -1/+1 | |
| 2020-11-03 | Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into ↵ | bjorn3 | -4/+4 | |
| update_cg_clif-2020-11-01 | ||||
| 2020-10-26 | Add 'compiler/rustc_codegen_cranelift/' from commit ↵ | bjorn3 | -0/+287 | |
| '793d26047f994e23415f8f6bb5686ff25d3dda92' git-subtree-dir: compiler/rustc_codegen_cranelift git-subtree-mainline: cf798c1ec65a5ec3491846777f9003fabb881b4a git-subtree-split: 793d26047f994e23415f8f6bb5686ff25d3dda92 | ||||
