| Age | Commit message (Expand) | Author | Lines |
| 2020-12-09 | Auto merge of #77611 - oli-obk:atomic_miri_leakage, r=nagisa | bors | -14/+41 |
| 2020-12-07 | rustc_codegen_ssa: use bitcasts instead of type punning for scalar transmutes. | Eduard-Mihai Burtescu | -0/+19 |
| 2020-12-06 | [mir-opt] Allow debuginfo to be generated for a constant or a Place | Wesley Wiser | -35/+76 |
| 2020-12-03 | Combination of commits | Rich Kadel | -0/+1 |
| 2020-12-01 | Rollup merge of #79508 - jryans:check-dsymutil-result, r=nagisa | Guillaume Gomez | -9/+23 |
| 2020-12-01 | Rollup merge of #79184 - nanguye2496:nanguye2496/fix_slice_and_str_type_name,... | Mara Bos | -1/+8 |
| 2020-11-30 | Stop adding '*' at the end of type names for Ref and Slice when computing deb... | Nam Nguyen | -1/+8 |
| 2020-11-30 | Warn if `dsymutil` returns an error code | J. Ryan Stinnett | -9/+23 |
| 2020-11-29 | Cast pointers to usize before passing them to atomic operations as some platf... | oli | -11/+38 |
| 2020-11-28 | Directly use raw pointers in `AtomicPtr` store/load | oli | -3/+3 |
| 2020-11-28 | Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov | bors | -1/+1 |
| 2020-11-27 | Auto merge of #77484 - terhechte:support-ios-catalyst-macabi-arm64-target-tri... | bors | -1/+2 |
| 2020-11-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -1/+1 |
| 2020-11-26 | Add support for Arm64 Catalyst on ARM Macs | Benedikt Terhechte | -1/+2 |
| 2020-11-23 | Updated links to LLVM 11 docs and types | Rich Kadel | -4/+4 |
| 2020-11-22 | Use Option::and_then instead of open-coding it | LingMan | -5/+2 |
| 2020-11-21 | Replace ByVal attribute with on_stack field for Indirect | bjorn3 | -2/+2 |
| 2020-11-18 | Rollup merge of #78361 - DevJPM:master, r=workingjubilee | Mara Bos | -0/+13 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -29/+29 |
| 2020-11-15 | Re-enable LLVM 9 target features with LLVM 9 being the minimum now | DevJPM | -2/+2 |
| 2020-11-12 | rustc_target: Mark UEFI targets as `is_like_windows`/`is_like_msvc` | Vadim Petrochenkov | -0/+2 |
| 2020-11-10 | Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-Simulacrum | Jonas Schievink | -92/+84 |
| 2020-11-09 | Rollup merge of #78844 - tmiasko:monomorphize-sizeof, r=oli-obk | Dylan DPC | -0/+1 |
| 2020-11-09 | Rollup merge of #78674 - tmiasko:inline-substs-for-mir-body, r=oli-obk | Dylan DPC | -9/+5 |
| 2020-11-08 | rustc_target: Rename some target options to avoid tautology | Vadim Petrochenkov | -8/+8 |
| 2020-11-08 | Collapse all uses of `target.options.foo` into `target.foo` | Vadim Petrochenkov | -84/+76 |
| 2020-11-07 | Monomorphize a type argument of size-of operation during codegen | Tomasz Miąsko | -0/+1 |
| 2020-11-05 | Addressed all feedback to date | Rich Kadel | -24/+15 |
| 2020-11-05 | Added comments on remapping expression IDs, and URL to spanviews | Rich Kadel | -1/+19 |
| 2020-11-05 | Injecting expressions in place of counters where helpful | Rich Kadel | -5/+9 |
| 2020-11-05 | Rust coverage before splitting instrument_coverage.rs | Rich Kadel | -51/+107 |
| 2020-11-06 | inliner: Use substs_for_mir_body | Tomasz Miąsko | -9/+5 |
| 2020-11-04 | Auto merge of #78280 - bugadani:span, r=lcnr | bors | -9/+4 |
| 2020-11-03 | Auto merge of #78448 - rylev:cache-foreign_modules, r=wesleywiser | bors | -2/+0 |
| 2020-10-27 | Remove some cruft from foreign_modules refactor | Ryan Levick | -2/+0 |
| 2020-10-27 | Cache foreign_modules query | Ryan Levick | -1/+1 |
| 2020-10-27 | Query span as late as possible | Dániel Buga | -9/+4 |
| 2020-10-27 | Rollup merge of #78396 - josephlr:ermsb, r=petrochenkov | Yuki Okushi | -0/+1 |
| 2020-10-26 | Auto merge of #68965 - eddyb:mir-inline-scope, r=nagisa,oli-obk | bors | -116/+158 |
| 2020-10-26 | Deduplicate span and dbg_scope adjustment | oli | -18/+19 |
| 2020-10-26 | Prefer `bug!` over `unwrap()` | oli | -1/+3 |
| 2020-10-26 | Add compiler support for LLVM's x86 ERMSB feature | Joe Richey | -0/+1 |
| 2020-10-26 | Updated documentation, x86 feature detection testing, and removed LLVM 9 excl... | DevJPM | -2/+2 |
| 2020-10-25 | Updated the list of white-listed target features for x86 | DevJPM | -0/+13 |
| 2020-10-23 | Make codegen coverage_context optional, and check | Rich Kadel | -15/+21 |
| 2020-10-21 | rustc_codegen_llvm: add support for inlined function debuginfo. | Eduard-Mihai Burtescu | -37/+71 |
| 2020-10-21 | rustc_codegen_llvm: expose DILocation to rustc_codegen_ssa. | Eduard-Mihai Burtescu | -72/+55 |
| 2020-10-21 | rustc_codegen_llvm: move DISubprogram creation to a dbg_scope_fn method. | Eduard-Mihai Burtescu | -0/+9 |
| 2020-10-21 | rustc_codegen_llvm: create `DIFile`s from just `SourceFile`s. | Eduard-Mihai Burtescu | -29/+5 |
| 2020-10-21 | rustc_mir: support MIR-inlining #[track_caller] functions. | Eduard-Mihai Burtescu | -14/+51 |