| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Remove more redundant `all`s | Chris Denton | 2022-11-26 | 1 | -4/+4 |
|/ |
|
* | Rollup merge of #104001 - Ayush1325:custom-entry, r=bjorn3 | Dylan DPC | 2022-11-19 | 2 | -4/+5 |
|\ |
|
| * | Use custom entry name in gcc | Ayush Singh | 2022-11-15 | 2 | -4/+5 |
* | | Auto merge of #103138 - nnethercote:merge-BBs, r=bjorn3 | bors | 2022-11-17 | 1 | -5/+4 |
|\ \ |
|
| * | | Use `&mut Bx` more. | Nicholas Nethercote | 2022-11-16 | 1 | -5/+4 |
* | | | Rollup merge of #103750 - calebzulawski:master, r=workingjubilee | Matthias Krüger | 2022-11-16 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | Allow actual AVX512-related feature names in the case of some misleading aliases | Caleb Zulawski | 2022-11-12 | 1 | -4/+4 |
* | | | | Auto merge of #102570 - cjgillot:deagg-debuginfo, r=oli-obk | bors | 2022-11-15 | 1 | -8/+49 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Introduce composite debuginfo. | Camille GILLOT | 2022-11-15 | 1 | -8/+49 |
* | | | | Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk | bors | 2022-11-15 | 1 | -2/+2 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | fix cranelift and gcc | Ralf Jung | 2022-11-06 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | add is_sized method on Abi and Layout, and use it | Ralf Jung | 2022-11-13 | 1 | -1/+1 |
| |/
|/| |
|
* | | Add type_array to BaseTypeMethods | Ayush Singh | 2022-11-06 | 1 | -21/+21 |
|/ |
|
* | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | 2022-10-31 | 2 | -11/+4 |
* | Support raw-dylib functions being used inside inlined functions | Daniel Paoliello | 2022-10-24 | 1 | -0/+1 |
* | Migrate all diagnostics | Nilstrieb | 2022-10-23 | 1 | -23/+23 |
* | Stabilize asm_sym | Amanieu d'Antras | 2022-10-17 | 1 | -3/+6 |
* | Remove type argument of array_alloca and rename to byte_array_alloca | bjorn3 | 2022-10-02 | 1 | -1/+1 |
* | Remove dynamic_alloca from BuilderMethods | bjorn3 | 2022-10-02 | 1 | -4/+0 |
* | Merge apply_attrs_callsite into call and invoke | bjorn3 | 2022-10-01 | 5 | -13/+32 |
* | Remove unused target_cpu and tune_cpu methods from ExtraBackendMethods | bjorn3 | 2022-10-01 | 1 | -9/+0 |
* | Remove several unused methods from MiscMethods | bjorn3 | 2022-10-01 | 1 | -16/+0 |
* | Remove unused Context assoc type from WriteBackendMethods | bjorn3 | 2022-10-01 | 1 | -1/+0 |
* | Rollup merge of #101075 - ellishg:rustc_codegen_gcc_diagnostics, r=davidtwco | Matthias Krüger | 2022-09-30 | 8 | -163/+322 |
|\ |
|
| * | print <signal> when ranlib failed without an exit code | Ellis Hoag | 2022-09-28 | 1 | -1/+1 |
| * | lint and remove unused diagnostic | Ellis Hoag | 2022-09-26 | 1 | -6/+4 |
| * | remove comment | Ellis Hoag | 2022-09-24 | 1 | -1/+0 |
| * | fix lifetime error | Ellis Hoag | 2022-09-24 | 2 | -29/+3 |
| * | rebase and update trait names | Ellis Hoag | 2022-09-24 | 1 | -25/+25 |
| * | impl SessionDiagnostic for LayoutError and Spanned<T> | Ellis Hoag | 2022-09-24 | 1 | -1/+18 |
| * | Add monomorphization errors | Ellis Hoag | 2022-09-24 | 3 | -153/+261 |
| * | lint type | Ellis Hoag | 2022-09-24 | 1 | -1/+1 |
| * | Add wrapper type for ExitCode for use in RanlibFailure | Ellis Hoag | 2022-09-24 | 2 | -2/+24 |
| * | remove IntoDiagnosticArg impl for Option | Ellis Hoag | 2022-09-24 | 2 | -2/+2 |
| * | Lint against untranslatable diagnostics in rustc_codegen_gcc | Ellis Hoag | 2022-09-24 | 1 | -0/+2 |
| * | Add LayoutSizeOverflow | Ellis Hoag | 2022-09-24 | 2 | -2/+11 |
| * | Add LTONotSupported | Ellis Hoag | 2022-09-24 | 2 | -1/+6 |
| * | Add UnwindingInlineAsm | Ellis Hoag | 2022-09-24 | 2 | -1/+9 |
| * | Add LinkageConstOrMutType | Ellis Hoag | 2022-09-24 | 2 | -4/+10 |
| * | Add RanlibFailure | Ellis Hoag | 2022-09-24 | 3 | -1/+12 |
* | | Stabilize bench_black_box | Urgau | 2022-09-27 | 1 | -1/+1 |
|/ |
|
* | Remove dead broken code from const zst handling in backends | Oli Scherer | 2022-09-06 | 1 | -4/+0 |
* | Rollup merge of #100653 - cuviper:fptoint_sat, r=michaelwoerister,antoyo | Dylan DPC | 2022-08-30 | 2 | -5/+170 |
|\ |
|
| * | Move the cast_float_to_int fallback code to GCC | Josh Stone | 2022-08-16 | 2 | -5/+170 |
* | | Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk | Dylan DPC | 2022-08-30 | 1 | -6/+6 |
|\ \ |
|
| * | | interpret: rename relocation → provenance | Ralf Jung | 2022-08-27 | 1 | -6/+6 |
* | | | Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm | bors | 2022-08-28 | 1 | -0/+12 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix `ptr_mask` impl in cg gcc | Maybe Waffle | 2022-08-21 | 1 | -1/+11 |
| * | | Implement `ptr_mask` intrinsic in cg gcc | Maybe Waffle | 2022-08-21 | 1 | -0/+2 |
| |/ |
|
* | | Auto merge of #100999 - nnethercote:shrink-FnAbi, r=bjorn3 | bors | 2022-08-27 | 2 | -31/+16 |
|\ \ |
|