| Age | Commit message (Expand) | Author | Lines |
| 2021-07-06 | Don't pass local_crate_name to link_binary separately | bjorn3 | -1/+0 |
| 2021-07-06 | Move LinkerInfo into CrateInfo | bjorn3 | -4/+2 |
| 2021-07-05 | Remove LibSource | bjorn3 | -1/+1 |
| 2021-06-29 | Auto merge of #86475 - crlf0710:miri_vtable_refactor, r=bjorn3 | bors | -102/+14 |
| 2021-06-28 | Update other codegens to use tcx managed vtable allocations. | Charles Lew | -102/+14 |
| 2021-06-28 | Auto merge of #85909 - cjgillot:alloc-kind-query, r=Aaron1011 | bors | -1/+1 |
| 2021-06-25 | Auto merge of #85640 - bjorn3:custom_ice_hook, r=jackh726 | bors | -2/+23 |
| 2021-06-20 | Make allocator_kind a query. | Camille GILLOT | -1/+1 |
| 2021-06-16 | Auto merge of #86291 - crlf0710:trait_vtbl_refactor, r=bjorn3 | bors | -34/+38 |
| 2021-06-14 | Use the now available implementation of `IntoIterator` for arrays | LeSeulArtichaut | -1/+1 |
| 2021-06-15 | Refactor to make interpreter and codegen backend neutral to vtable internal r... | Charles Lew | -34/+38 |
| 2021-06-10 | Auto merge of #85910 - cjgillot:no-meta-version, r=Aaron1011 | bors | -1/+2 |
| 2021-06-07 | Rollup merge of #86016 - luqmana:infer-linker-flavor, r=petrochenkov | Yuki Okushi | -89/+1 |
| 2021-06-07 | Auto merge of #85810 - bjorn3:further_driver_cleanup, r=varkor | bors | -27/+6 |
| 2021-06-05 | Unify duplicate linker_and_flavor methods in rustc_codegen_{cranelift,ssa}. | Luqman Aden | -89/+1 |
| 2021-06-06 | Auto merge of #84171 - ricobbe:raw-dylib-via-llvm, r=petrochenkov | bors | -0/+9 |
| 2021-06-06 | Auto merge of #79608 - alessandrod:bpf, r=nagisa | bors | -0/+1 |
| 2021-06-04 | Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl... | Richard Cobbe | -0/+9 |
| 2021-06-04 | Move crate_name field from OngoingCodegen to CrateInfo | bjorn3 | -2/+1 |
| 2021-06-04 | Move windows_subsystem field from CodegenResults to CrateInfo | bjorn3 | -16/+0 |
| 2021-06-04 | Allow printing the version of the default codegen backend if it isn't llvm | bjorn3 | -0/+4 |
| 2021-06-04 | Provide default MetadataLoader | bjorn3 | -5/+1 |
| 2021-06-04 | Provide a default provide* implementation for CodegenBackend | bjorn3 | -4/+0 |
| 2021-06-01 | Drop metadata_encoding_version. | Camille GILLOT | -1/+2 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -3/+2 |
| 2021-05-30 | Drop metadata_encoding_version. | Camille GILLOT | -1/+2 |
| 2021-05-30 | Make allocator_kind a query. | Camille GILLOT | -1/+1 |
| 2021-05-27 | Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into sync_cg_clif-202... | bjorn3 | -49/+170 |
| 2021-05-24 | Change the ice hook for cg_clif to refer to cg_clif's issue tracker | bjorn3 | -2/+23 |
| 2021-05-23 | (try to) fix cranelift | Ralf Jung | -0/+2 |
| 2021-05-23 | Add BPF target | Alessandro Decina | -0/+1 |
| 2021-05-18 | CTFE core engine allocation & memory API improvemenets | Ralf Jung | -5/+3 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -11/+10 |
| 2021-05-14 | Auto merge of #83640 - bjorn3:shared_metadata_reader, r=nagisa | bors | -66/+2 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -3/+14 |
| 2021-05-12 | Use () for codegen queries. | Camille GILLOT | -8/+7 |
| 2021-05-12 | Use () for entry_fn. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Use () in dependency_formats. | Camille GILLOT | -2/+2 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -4/+6 |
| 2021-05-12 | Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot | bors | -3/+1 |
| 2021-05-07 | Use the object crate for metadata reading | bjorn3 | -66/+2 |
| 2021-05-05 | Implement RFC 2951: Native link modifiers | Luqman Aden | -2/+2 |
| 2021-05-05 | Use local and remapped paths where appropriate | Andy Wang | -2/+4 |
| 2021-05-05 | Revamp RealFileName public methods | Andy Wang | -2/+2 |
| 2021-05-05 | Use RealFileName for Session::working_dir as it may also be remapped | Andy Wang | -1/+1 |
| 2021-05-02 | Pass target_cpu to LinkerInfo::new instead of link_binary | bjorn3 | -3/+1 |
| 2021-04-30 | Merge commit '15c8d31392b9fbab3b3368b67acc4bbe5983115a' into cranelift-rebase | Erin Power | -1/+4 |
| 2021-04-30 | [cg_clif] Fix run_jit from sync | Erin Power | -51/+5 |
| 2021-04-30 | Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795' | Erin Power | -1172/+691 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -2/+2 |