| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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-30 | Make allocator_kind a query. | Camille GILLOT | -2/+2 |
| 2021-05-27 | Rollup merge of #85649 - ChrisDenton:update-cc, r=matthewjasper | Dylan DPC | -2/+2 |
| 2021-05-24 | Update cc | Chris Denton | -2/+2 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 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/+77 |
| 2021-05-14 | Auto merge of #85190 - mati865:update-cc, r=Mark-Simulacrum | bors | -1/+1 |
| 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 |
| 2021-05-12 | Use () in reachable_set. | Camille GILLOT | -8/+4 |
| 2021-05-12 | Use () in dependency_formats. | Camille GILLOT | -3/+3 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -1/+1 |
| 2021-05-12 | Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot | bors | -35/+53 |
| 2021-05-12 | update cc crate | Mateusz MikuĊa | -1/+1 |
| 2021-05-10 | Adjust target search algorithm for rustlib path | Simonas Kazlauskas | -1/+1 |
| 2021-05-10 | Better error messages | bjorn3 | -8/+14 |
| 2021-05-10 | Auto merge of #84507 - crlf0710:codegen_nonlocal_main_wrapper, r=nagisa | bors | -14/+3 |
| 2021-05-09 | Add primary marker on codegen unit to take charge of main_wrapper for non-loc... | Charles Lew | -14/+3 |