| Age | Commit message (Expand) | Author | Lines |
| 2020-06-27 | Rollup merge of #73525 - cuviper:llvm11, r=nikic | Manish Goregaokar | -0/+2 |
| 2020-06-27 | linker: Create GNU_EH_FRAME header by default when producing ELFs | Vadim Petrochenkov | -0/+17 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -1/+1 |
| 2020-06-25 | Prepare for LLVM 11 | Josh Stone | -0/+2 |
| 2020-06-25 | Rollup merge of #72738 - mati865:self-contained-option, r=petrochenkov | Manish Goregaokar | -26/+54 |
| 2020-06-25 | Rename remaining `fallback` to `self_contained` | Mateusz Mikuła | -12/+20 |
| 2020-06-25 | Rename get_self_contained_lib_path | Mateusz Mikuła | -2/+2 |
| 2020-06-25 | Add unstable rustc option to control self-contained linkage mode | Mateusz Mikuła | -17/+37 |
| 2020-06-24 | Modify type names on MSVC to make tuples .natvis compatible. | MaulingMonkey | -2/+12 |
| 2020-06-23 | rustc: Modernize wasm checks for atomics | Alex Crichton | -3/+2 |
| 2020-06-23 | Rollup merge of #73586 - RalfJung:switch-ty, r=oli-obk | Dylan DPC | -0/+2 |
| 2020-06-21 | remove switch_ty reliance in codegen | Ralf Jung | -0/+2 |
| 2020-06-21 | Make is_freeze and is_copy_modulo_regions take TyCtxtAt | Ralf Jung | -1/+1 |
| 2020-06-20 | Support sanitizers on aarch64-unknown-linux-gnu | Tomasz Miąsko | -1/+4 |
| 2020-06-19 | Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikic | Manish Goregaokar | -26/+30 |
| 2020-06-19 | Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandry | Ralf Jung | -0/+16 |
| 2020-06-19 | Rollup merge of #72785 - petrochenkov:wholemsvc, r=matthewjasper | Ralf Jung | -2/+4 |
| 2020-06-19 | Rollup merge of #72999 - mati865:separate-self-contained-dir, r=Mark-Simulacrum | Ralf Jung | -0/+7 |
| 2020-06-19 | Rollup merge of #72497 - RalfJung:tag-term, r=oli-obk | Ralf Jung | -22/+22 |
| 2020-06-18 | Rollup merge of #73034 - doctorn:nomangle-inline-linkage, r=matthewjasper | Manish Goregaokar | -4/+6 |
| 2020-06-18 | Rollup merge of #72814 - RalfJung:mir-visir-terminator, r=oli-obk | Manish Goregaokar | -5/+5 |
| 2020-06-18 | Rollup merge of #70551 - mark-i-m:ty-err-2, r=varkor | Manish Goregaokar | -1/+1 |
| 2020-06-16 | rename location field of Drop terminators to place | Ralf Jung | -2/+2 |
| 2020-06-16 | remove visit_terminator_kind from MIR visitor | Ralf Jung | -3/+3 |
| 2020-06-15 | Add case for count_code_region() extern lang_item | Rich Kadel | -4/+1 |
| 2020-06-15 | [WIP] injects llvm intrinsic instrprof.increment for coverage reports | Rich Kadel | -1/+20 |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -1/+1 |
| 2020-06-15 | linker: Never pass `-no-pie` to non-gnu linkers | Vadim Petrochenkov | -2/+2 |
| 2020-06-15 | Export all fns with extern indicator | Nathan Corbyn | -4/+5 |
| 2020-06-15 | Export `#[inline] #[no_mangle]` fns in cdylibs and staticlibs | Nathan Corbyn | -4/+5 |
| 2020-06-14 | Diagnose use of incompatible sanitizers | Tomasz Miąsko | -26/+30 |
| 2020-06-12 | Rollup merge of #73033 - Amanieu:asm-tls, r=oli-obk | Dylan DPC | -6/+2 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -2/+10 |
| 2020-06-11 | Rollup merge of #73169 - Amanieu:asm-warnings, r=petrochenkov | Dylan DPC | -7/+13 |
| 2020-06-11 | Get self-contained directory path via dedicated function | Mateusz Mikuła | -2/+2 |
| 2020-06-11 | Move some libs to self-contained directory | Mateusz Mikuła | -0/+7 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -2/+10 |
| 2020-06-09 | Fix more clippy warnings | Matthias Krüger | -1/+1 |
| 2020-06-09 | Handle assembler warnings properly | Amanieu d'Antras | -7/+13 |
| 2020-06-08 | Use shorthand linker strip arguments in order to support MacOS | Alan Egerton | -2/+4 |
| 2020-06-07 | rename FalseEdges -> FalseEdge | Ralf Jung | -2/+2 |
| 2020-06-06 | Fix #[thread_local] statics as asm! sym operands | Amanieu d'Antras | -6/+2 |
| 2020-06-06 | Rollup merge of #72708 - petrochenkov:linkhack, r=cuviper | Ralf Jung | -8/+57 |
| 2020-06-06 | Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-06-03 | rustc_target: Remove `pre_link_args_crt` | Vadim Petrochenkov | -12/+17 |
| 2020-06-02 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2020-06-02 | Rollup merge of #72889 - alexcrichton:update-wasm-threads, r=nikomatsakis | Yuki Okushi | -4/+0 |
| 2020-06-01 | rustc: Remove the `--passive-segments` LLD flag on wasm | Alex Crichton | -4/+0 |
| 2020-06-01 | Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser | bors | -0/+8 |
| 2020-05-30 | Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov | Ralf Jung | -9/+44 |