| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-11-23 | Allow using `-Z fewer-names=no` to retain value names | Tomasz Miąsko | -0/+20 |
| 2020-11-22 | Change slice::to_vec to not use extend_from_slice | kadmin | -0/+10 |
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -2/+0 |
| 2020-11-20 | Never inline naked functions | Tomasz Miąsko | -0/+30 |
| 2020-11-18 | Auto merge of #79106 - tmiasko:inline-hint, r=nagisa,eddyb | bors | -0/+31 |
| 2020-11-17 | Rollup merge of #78967 - tmiasko:codegen-tests, r=cuviper | Mara Bos | -9/+17 |
| 2020-11-17 | Fix setting inline hint based on `InstanceDef::requires_inline` | Tomasz Miąsko | -0/+31 |
| 2020-11-14 | tweak new codegen test to work on local | Ashley Mannix | -4/+4 |
| 2020-11-13 | remove const_generics from codegen tests | Ashley Mannix | -4/+4 |
| 2020-11-12 | fully exploited the dropped support of LLVM 8 | DevJPM | -2/+0 |
| 2020-11-12 | Fix codegen test for issue 37945 | Tomasz Miąsko | -6/+14 |
| 2020-11-12 | Ensure that closure call is not removed by MIR optimizations in a test | Tomasz Miąsko | -1/+1 |
| 2020-11-12 | Fix test checking that into_boxed_slice does not panic | Tomasz Miąsko | -2/+2 |
| 2020-11-08 | Support repr(simd) on ADTs containing a single array field | gnzlbg | -0/+91 |
| 2020-11-03 | Rollup merge of #77950 - arlosi:sha256, r=eddyb | Mara Bos | -0/+7 |
| 2020-10-31 | Assert that locals have storage when used | Tomasz Miąsko | -0/+1 |
| 2020-10-26 | Auto merge of #77876 - tmiasko:simplify-locals, r=wesleywiser | bors | -6/+6 |
| 2020-10-26 | Auto merge of #68965 - eddyb:mir-inline-scope, r=nagisa,oli-obk | bors | -0/+17 |
| 2020-10-26 | Ignore long lines in test | oli | -0/+1 |
| 2020-10-26 | Add an inlining debuginfo test | oli | -0/+16 |
| 2020-10-26 | simplify-locals: Remove unused assignments regardless of rvalue kind | Tomasz Miąsko | -6/+6 |
| 2020-10-23 | Add codegen test for #45964 | Dániel Buga | -0/+38 |
| 2020-10-20 | Rollup merge of #78046 - bugadani:issue-73827, r=nikic | Guillaume Gomez | -0/+18 |
| 2020-10-17 | Add codegen test for issue #73827 | Dániel Buga | -0/+18 |
| 2020-10-15 | Prevent miscompilation in trivial loop {} | Mark Rousskov | -0/+15 |
| 2020-10-14 | Add support for SHA256 source file hashing for LLVM 11+. | Arlo Siemsen | -0/+7 |
| 2020-10-13 | Auto merge of #76830 - Artoria2e5:tune, r=nagisa | bors | -0/+21 |