| Age | Commit message (Expand) | Author | Lines |
| 2021-03-25 | Mark inline asm tests as requiring LLVM 10.0.1 | Amanieu d'Antras | -1/+1 |
| 2021-03-25 | Auto merge of #83387 - cuviper:min-llvm-10, r=nagisa | bors | -1/+0 |
| 2021-03-23 | Allow not emitting `uwtable` on Android | hyd-dev | -0/+22 |
| 2021-03-22 | Update the minimum external LLVM to 10 | Josh Stone | -1/+0 |
| 2021-03-22 | Auto merge of #79846 - the8472:inplace-tra, r=m-ou-se | bors | -0/+14 |
| 2021-03-21 | disable debug assertions in codegen test | The8472 | -0/+1 |
| 2021-03-21 | Don't compute optimized PointerKind for unoptimized builds | Nikita Popov | -3/+3 |
| 2021-03-21 | add codegen test | The8472 | -0/+13 |
| 2021-03-21 | Enable mutable noalias by default for LLVM 12 | Nikita Popov | -3/+3 |
| 2021-03-21 | Don't consider !Unpin references as noalias | Nikita Popov | -0/+15 |
| 2021-03-17 | Auto merge of #82122 - bstrie:dep4real, r=dtolnay | bors | -1/+1 |
| 2021-03-17 | Auto merge of #83084 - nagisa:nagisa/features-native, r=petrochenkov | bors | -18/+47 |
| 2021-03-16 | Adjust `-Ctarget-cpu=native` handling in cg_llvm | Simonas Kazlauskas | -18/+47 |
| 2021-03-14 | Auto merge of #83044 - kubo39:set-llvm-code-model, r=nikic | bors | -0/+20 |
| 2021-03-14 | Use only x86_64 flag | Hiroki Noda | -1/+3 |
| 2021-03-12 | Emit the enum range assumption if the range only contains one element | hi-rustin | -0/+16 |
| 2021-03-12 | Add support for storing code model to LLVM module IR | Hiroki Noda | -0/+18 |
| 2021-03-10 | Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieu | bors | -0/+141 |
| 2021-03-10 | Remove the -Zinsert-sideeffect | Simonas Kazlauskas | -18/+35 |
| 2021-03-09 | Deprecate items that accidentally weren't deprecated | bstrie | -1/+1 |
| 2021-03-09 | implement unwinding abi's (RFC 2945) | katelyn a. martin | -0/+141 |
| 2021-03-09 | Rollup merge of #82799 - bugadani:codegen-tests, r=nagisa | Mara Bos | -0/+27 |
| 2021-03-07 | add codegen tests for some issues closed by LLVM 12 | Erik Desjardins | -0/+76 |
| 2021-03-05 | Bump mir-opt-level from 2 to 3 in tests | Santiago Pastorino | -4/+4 |
| 2021-03-05 | Bump mir-opt-level from 3 to 4 in tests | Santiago Pastorino | -2/+2 |
| 2021-03-05 | Add regression test for #75525 | Dániel Buga | -0/+27 |
| 2021-03-04 | Auto merge of #81451 - nikic:llvm-12, r=nagisa | bors | -28/+33 |
| 2021-02-28 | Support LLVM 12 in rustc | Nikita Popov | -28/+33 |
| 2021-02-28 | Use -O in try_identity test that requires storage markers | Tomasz Miąsko | -1/+1 |
| 2021-02-20 | Test CU directory is the work_dir | Simonas Kazlauskas | -0/+9 |
| 2021-02-06 | Add a test for escaping LLVMisms in inline asm | Simonas Kazlauskas | -0/+32 |
| 2021-01-30 | Consider Scalar to be a bool only if its unsigned | Simonas Kazlauskas | -0/+13 |
| 2021-01-26 | shrink_to shouldn't panic on len greater than capacity | Thom Wiggers | -8/+0 |
| 2021-01-17 | Auto merge of #78818 - scottmcm:as_rchunks, r=KodrAus | bors | -0/+33 |
| 2021-01-16 | Try ignore-debug in the codegen test | Scott McMurray | -0/+1 |
| 2021-01-16 | Auto merge of #80290 - RalfJung:less-intrinsic-write, r=lcnr | bors | -19/+0 |
| 2021-01-15 | Add `as_rchunks` (and friends) to slices | Scott McMurray | -0/+32 |
| 2021-01-16 | Auto merge of #77885 - erikdesjardins:probeasm, r=cuviper | bors | -1/+2 |
| 2021-01-15 | Add test for #59352 | Dániel Buga | -0/+18 |
| 2021-01-15 | Rollup merge of #80834 - bugadani:vecdeque, r=oli-obk | Yuki Okushi | -0/+19 |
| 2021-01-14 | Use probe-stack=inline-asm in LLVM 11+ | Erik Desjardins | -1/+2 |
| 2021-01-14 | Remove unreachable panics from VecDeque | Dániel Buga | -0/+19 |
| 2021-01-13 | Update code to account for extern ABI requirement | Mark Rousskov | -35/+35 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -9/+9 |
| 2020-12-31 | Merge remote-tracking branch 'origin/master' into frewsxcv-san | Corey Farwell | -0/+101 |
| 2020-12-31 | remove move_val_init leftovers | Ralf Jung | -19/+0 |
| 2020-12-26 | Remove pointer comparison from slice equality | bors | -0/+16 |
| 2020-12-10 | Fix typo in code comment | Corey Farwell | -1/+1 |
| 2020-12-10 | tests: codegen/transmute-scalar needs optimizations enabled. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-12-09 | tests: add 3 cases involving pointers to codegen/transmute-scalar. | Eduard-Mihai Burtescu | -0/+50 |