| Age | Commit message (Expand) | Author | Lines |
| 2021-02-03 | rustc_codegen_ssa: tune codegen scheduling to reduce memory usage | Tyson Nottingham | -7/+19 |
| 2021-02-01 | Rollup merge of #81536 - tgnottingham:time-passes-rss, r=oli-obk | Jonas Schievink | -2/+12 |
| 2021-01-31 | Auto merge of #81327 - RalfJung:codegen-no-const-fail, r=oli-obk | bors | -21/+17 |
| 2021-01-30 | codegen: assume constants cannot fail to evaluate | Ralf Jung | -21/+17 |
| 2021-01-29 | Indicate both start and end of pass RSS in time-passes output | Tyson Nottingham | -2/+12 |
| 2021-01-29 | Rollup merge of #81333 - RalfJung:const-err-simplify, r=oli-obk | Yuki Okushi | -6/+1 |
| 2021-01-29 | Rollup merge of #80215 - visigoth:issue-80202-fix, r=estebank | Yuki Okushi | -2/+7 |
| 2021-01-29 | Rollup merge of #79570 - alexcrichton:split-debuginfo, r=bjorn3 | Yuki Okushi | -48/+56 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -48/+56 |
| 2021-01-28 | Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakis | Yuki Okushi | -12/+8 |
| 2021-01-27 | Rollup merge of #81369 - tgnottingham:codegen-to-llvm-ir-wall-time, r=lcnr | Yuki Okushi | -17/+14 |
| 2021-01-24 | rustc_codegen_ssa: use wall time for codegen_to_LLVM_IR time-passes entry | Tyson Nottingham | -17/+14 |
| 2021-01-24 | Rollup merge of #81297 - bjorn3:no_extern_backend_optimization_level_query_pr... | Jonas Schievink | -3/+2 |
| 2021-01-24 | Rollup merge of #80933 - rcvalle:fix-sysroot-option, r=nagisa | Jonas Schievink | -7/+21 |
| 2021-01-24 | clean up some const error reporting around promoteds | Ralf Jung | -6/+1 |
| 2021-01-23 | Rollup merge of #81072 - RalfJung:place-ref-ty, r=oli-obk | Jonas Schievink | -2/+2 |
| 2021-01-23 | Don't provide backend_optimization_level query for extern crates | bjorn3 | -3/+2 |
| 2021-01-20 | Auto merge of #81118 - ojeda:metadata-obj, r=nagisa | bors | -4/+2 |
| 2021-01-19 | Fix sysroot option not being honored across rustc | Ramon de C Valle | -7/+21 |
| 2021-01-18 | Use ty::{IntTy,UintTy,FloatTy} in rustc | LeSeulArtichaut | -12/+8 |
| 2021-01-17 | Skip linking if it is not required | Miguel Ojeda | -4/+2 |
| 2021-01-17 | Rollup merge of #80983 - bjorn3:no_dup_is_dllimport_foreign_item, r=nagisa | Mara Bos | -27/+0 |
| 2021-01-16 | PlaceRef::ty: use method call syntax | Ralf Jung | -2/+2 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -1/+1 |
| 2021-01-13 | Remove is_dllimport_foreign_item def from cg_ssa | bjorn3 | -27/+0 |
| 2021-01-12 | Auto merge of #80499 - matthiaskrgr:red_clos, r=estebank | bors | -24/+24 |
| 2021-01-12 | Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichton | Yuki Okushi | -0/+12 |
| 2021-01-08 | Add wasi-exec-model cg option for emitting wasi reactors | Noah | -0/+12 |
| 2021-01-07 | Auto merge of #80200 - mahkoh:dst-offset, r=nagisa | bors | -10/+44 |
| 2021-01-03 | use PlaceRef more consistently instead of loosely coupled local+projection | Ralf Jung | -9/+4 |
| 2021-01-03 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -24/+24 |
| 2020-12-31 | Merge remote-tracking branch 'origin/master' into frewsxcv-san | Corey Farwell | -183/+313 |
| 2020-12-31 | Rollup merge of #80323 - camelid:codegen-base-docs, r=nagisa | Dylan DPC | -15/+0 |
| 2020-12-30 | Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov | Mara Bos | -2/+2 |
| 2020-12-30 | Rename kw::Invalid -> kw::Empty | Joshua Nelson | -2/+2 |
| 2020-12-30 | Rollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkor | Yuki Okushi | -1/+1 |
| 2020-12-30 | where possible, pass slices instead of &Vec or &String (clippy::ptr_arg) | Matthias Krüger | -1/+1 |
| 2020-12-29 | don't clone copy types | Matthias Krüger | -1/+1 |
| 2020-12-28 | Rollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPC | Dylan DPC | -4/+4 |
| 2020-12-28 | Rollup merge of #79662 - bjorn3:move_more_code_out_of_codegen_backend, r=oli-obk | Dylan DPC | -21/+0 |
| 2020-12-24 | use matches!() macro in more places | Matthias Krüger | -4/+4 |
| 2020-12-22 | Update and improve `rustc_codegen_{llvm,ssa}` docs | Camelid | -15/+0 |
| 2020-12-23 | Exclude unnecessary info from CodegenResults | Victor Ding | -7/+24 |
| 2020-12-19 | Use -target when linking binaries for Mac Catalyst | Shaheen Gandhi | -2/+7 |
| 2020-12-20 | Use pointer type in AtomicPtr::swap implementation | Tomasz Miąsko | -2/+13 |
| 2020-12-19 | Optimize DST field access | Julian Orth | -10/+44 |
| 2020-12-17 | Rollup merge of #80040 - tmiasko:always-lower-intrinsics, r=Dylan-DPC | Guillaume Gomez | -15/+1 |
| 2020-12-17 | Move some code out of CodegenBackend::{codegen_crate,link} | bjorn3 | -21/+0 |
| 2020-12-16 | compiletest: add split dwarf compare mode | David Wood | -0/+7 |
| 2020-12-16 | cg_llvm: implement split dwarf support | David Wood | -15/+114 |