| Age | Commit message (Expand) | Author | Lines |
| 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-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-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/+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 |
| 2021-05-08 | Support -C passes in NewPM | Nikita Popov | -2/+2 |
| 2021-05-08 | Explicitly register GCOV profiling pass as well | Nikita Popov | -13/+9 |
| 2021-05-08 | Explicitly register instrprof pass | Nikita Popov | -6/+2 |