| Age | Commit message (Expand) | Author | Lines |
| 2021-06-04 | Provide default MetadataLoader | bjorn3 | -1/+8 |
| 2021-06-04 | Remove unnecessary wasm_import_module_map provide | bjorn3 | -1/+0 |
| 2021-06-04 | Provide a default provide* implementation for CodegenBackend | bjorn3 | -2/+2 |
| 2021-06-04 | Auto merge of #85385 - richkadel:simpler-simplify-with-coverage, r=wesleywiser | bors | -0/+9 |
| 2021-06-04 | Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514 | Yuki Okushi | -4/+0 |
| 2021-06-03 | Remove check for projections in a branch without any | Tomasz Miąsko | -13/+0 |
| 2021-06-03 | Remove unused support for `VarDebugInfo` | Tomasz Miąsko | -33/+4 |
| 2021-06-02 | Respond to review feedback | Wesley Wiser | -0/+4 |
| 2021-06-02 | Change the type name from `_enum<..>` to `enum$<..>` | Wesley Wiser | -2/+2 |
| 2021-06-02 | Generate better debuginfo for niche-layout enums | Wesley Wiser | -9/+50 |
| 2021-06-02 | Generate better debuginfo for directly tagged enums | Wesley Wiser | -0/+8 |
| 2021-06-01 | Tweak wasm_base target spec to indicate linker is not GNU and update linker i... | Luqman Aden | -3/+7 |
| 2021-06-01 | Reland - Report coverage `0` of dead blocks | Rich Kadel | -0/+9 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -2/+2 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -4/+0 |
| 2021-05-31 | Remove special handling of `box_free` from `LocalAnalyzer` | Tomasz Miąsko | -29/+0 |
| 2021-05-30 | Make allocator_kind a query. | Camille GILLOT | -2/+2 |
| 2021-05-27 | Move metadata objects to before as-needed/zignore flags to make sure they are... | Luqman Aden | -3/+6 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-23 | Add support for BPF inline assembly | Alessandro Decina | -0/+4 |
| 2021-05-23 | Pass target features to bpf-linker | Alessandro Decina | -0/+4 |
| 2021-05-23 | Fix formatting | Alessandro Decina | -1/+4 |
| 2021-05-23 | Add BPF target | Alessandro Decina | -0/+123 |
| 2021-05-22 | native lib: defer the duplicate check after relevant_lib check. | 12101111 | -6/+8 |
| 2021-05-20 | Auto merge of #84665 - adamgemmell:aarch64-features, r=Amanieu | bors | -2/+77 |
| 2021-05-19 | Ensure all crypto components (AES, PMULL, SHA1/2) are available on arm/aarch64 | Adam Gemmell | -0/+4 |
| 2021-05-19 | Rename fptoint to frintts | Adam Gemmell | -1/+1 |
| 2021-05-19 | Remove LSE2 | Adam Gemmell | -3/+1 |
| 2021-05-18 | Rollup merge of #85274 - luqmana:linker-is-gnu-gc-sections, r=petrochenkov | Jack Huey | -9/+10 |
| 2021-05-18 | Don't pass -pie to linker on windows targets. | Luqman Aden | -2/+5 |
| 2021-05-18 | Undo unnecessary changes. | Luqman Aden | -13/+4 |
| 2021-05-17 | Adjust linker_is_gnu branches for cases that don't work on windows. | Luqman Aden | -7/+16 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -31/+24 |
| 2021-05-17 | rustc_codegen_ssa: append blocks to functions w/o creating a builder. | Eduard-Mihai Burtescu | -15/+25 |
| 2021-05-17 | rustc_codegen_ssa: only create backend `BasicBlock`s as-needed. | Eduard-Mihai Burtescu | -40/+41 |
| 2021-05-16 | Auto merge of #85290 - Amanieu:asm_const_int, r=nagisa | bors | -2/+0 |
| 2021-05-16 | Auto merge of #85316 - eddyb:cg-ssa-on-demand-cleanuppad, r=nagisa | bors | -112/+109 |
| 2021-05-15 | Rollup merge of #85215 - richkadel:ice-fixes-minus-dead-blocks, r=tmandry | Guillaume Gomez | -3/+3 |
| 2021-05-15 | rustc_codegen_ssa: generate MSVC cleanup pads on demand, like GNU landing pads. | Eduard-Mihai Burtescu | -112/+109 |
| 2021-05-14 | Remove support for floating-point constants in asm! | Amanieu d'Antras | -2/+0 |
| 2021-05-14 | Auto merge of #83640 - bjorn3:shared_metadata_reader, r=nagisa | bors | -0/+72 |
| 2021-05-13 | Only pass --[no-]gc-sections if linker is GNU ld. | Luqman Aden | -4/+2 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -36/+83 |
| 2021-05-12 | `coverageinfo` query needs to use the same MIR as codegen | Rich Kadel | -3/+3 |
| 2021-05-12 | entirely remove rustc_args_required_const attribute | Ralf Jung | -4/+0 |
| 2021-05-12 | Use () for codegen queries. | Camille GILLOT | -9/+7 |
| 2021-05-12 | Use () for lang items. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Use () for proc_macro_decls_static. | Camille GILLOT | -2/+2 |
| 2021-05-12 | Use () for plugin_registrar_fn. | Camille GILLOT | -2/+2 |
| 2021-05-12 | Use () for entry_fn. | Camille GILLOT | -6/+5 |