| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2020-12-07 | rustc_codegen_ssa: use bitcasts instead of type punning for scalar transmutes. | Eduard-Mihai Burtescu | -0/+35 |
| 2020-11-30 | make test work in llvm 9 | Erik Desjardins | -1/+1 |
| 2020-11-29 | Pass arguments up to 2*usize by value | Erik Desjardins | -5/+10 |
| 2020-11-29 | Auto merge of #78380 - bstrie:rm-old-num-const-from-tests, r=jyn514 | bors | -5/+4 |
| 2020-11-29 | Auto merge of #78863 - KodrAus:feat/simd-array, r=oli-obk | bors | -0/+91 |
| 2020-11-29 | args may be passed by value | Ashley Mannix | -4/+4 |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -5/+4 |
| 2020-11-29 | looser regex on local args | Ashley Mannix | -6/+6 |
| 2020-11-25 | Validate use of parameters in naked functions | Tomasz Miąsko | -49/+5 |
| 2020-11-24 | Rollup merge of #79346 - tmiasko:more-names, r=jonas-schievink | Jonas Schievink | -0/+20 |
| 2020-11-24 | generalize codegen to non 64bit platforms | Ashley Mannix | -6/+6 |
| 2020-11-23 | Auto merge of #78439 - lzutao:rm-clouldabi, r=Mark-Simulacrum | bors | -2/+0 |