| Age | Commit message (Expand) | Author | Lines |
| 2020-12-15 | Auto merge of #78068 - RalfJung:union-safe-assign, r=nikomatsakis | bors | -31/+52 |
| 2020-12-15 | Auto merge of #73210 - wesleywiser:consts_in_debuginfo, r=oli-obk | bors | -0/+139 |
| 2020-12-15 | Auto merge of #77700 - bugadani:rustdoc-link-cache, r=jyn514 | bors | -0/+14 |
| 2020-12-15 | Auto merge of #79922 - tmiasko:lower-discriminant, r=nagisa | bors | -2/+140 |
| 2020-12-14 | Disable the constant debuginfo promotion pass by default | Wesley Wiser | -13/+49 |
| 2020-12-14 | Add test case for Self:: links | Dániel Buga | -0/+14 |
| 2020-12-13 | Auto merge of #79978 - Aaron1011:fix/capture-broken-token, r=petrochenkov | bors | -0/+48 |
| 2020-12-13 | Auto merge of #79668 - coolreader18:recover-const-impl, r=petrochenkov | bors | -0/+61 |
| 2020-12-13 | Auto merge of #79956 - camelid:variant-field-vis, r=petrochenkov | bors | -0/+62 |
| 2020-12-12 | Resolve enum field visibility correctly | Camelid | -0/+62 |
| 2020-12-12 | Properly capture trailing 'unglued' token | Aaron Hill | -0/+48 |
| 2020-12-12 | Recover on `const impl<> X for Y` | Noah | -0/+61 |
| 2020-12-12 | Auto merge of #79553 - sexxi-goose:mir_min_cap_writeback, r=nikomatsakis | bors | -0/+914 |
| 2020-12-11 | Auto merge of #79349 - Nemo157:issue-79201, r=jyn514 | bors | -1/+43 |
| 2020-12-11 | Auto merge of #79910 - RalfJung:abort-msg, r=oli-obk | bors | -1/+1 |
| 2020-12-11 | Auto merge of #79915 - Aaron1011:fix/fix-reuse-def-path-hash, r=petrochenkov | bors | -0/+8 |
| 2020-12-11 | Test cases for RFC 2229 | Aman Arora | -0/+914 |
| 2020-12-10 | Rollup merge of #79851 - camelid:better-error-for-default-fn, r=davidtwco | Tyler Mandry | -12/+12 |
| 2020-12-10 | Rollup merge of #79639 - sasurau4:feature/add-long-explanation-E0212, r=Guill... | Tyler Mandry | -17/+20 |
| 2020-12-11 | Lower `discriminant_value` intrinsic | Tomasz Miąsko | -2/+140 |
| 2020-12-10 | Use `def_path_hash_to_def_id` when re-using a `RawDefId` | Aaron Hill | -0/+8 |
| 2020-12-10 | re-bless tests | Ralf Jung | -1/+1 |
| 2020-12-10 | Auto merge of #79801 - eddyb:scalar-transmute, r=nagisa | bors | -0/+85 |
| 2020-12-10 | tests: codegen/transmute-scalar needs optimizations enabled. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-12-10 | Auto merge of #79621 - usbalbin:constier_maybe_uninit, r=RalfJung | bors | -0/+34 |
| 2020-12-10 | Auto merge of #78837 - petrochenkov:keyvalexpr, r=davidtwco | bors | -171/+110 |
| 2020-12-09 | Rollup merge of #79818 - richkadel:llvm-coverage-counters-2.1.0, r=tmandry | Tyler Mandry | -24/+26 |
| 2020-12-09 | tests: add 3 cases involving pointers to codegen/transmute-scalar. | Eduard-Mihai Burtescu | -0/+50 |
| 2020-12-09 | Accept arbitrary expressions in key-value attributes at parse time | Vadim Petrochenkov | -171/+110 |
| 2020-12-09 | Auto merge of #79721 - Aaron1011:fix/reuse-def-path-hash, r=wesleywiser | bors | -0/+20 |
| 2020-12-09 | Auto merge of #78679 - oli-obk:temp_lifetime, r=eddyb | bors | -0/+70 |
| 2020-12-09 | Also generate `StorageDead` in constants | oli | -0/+70 |
| 2020-12-09 | Auto merge of #78363 - RalfJung:promotion, r=oli-obk | bors | -26/+50 |
| 2020-12-09 | remove a test that does not work any more | Ralf Jung | -19/+0 |
| 2020-12-09 | remove a hack that seems to only benefit a few very special cases | Ralf Jung | -3/+31 |
| 2020-12-09 | make sure we do not promote things with interior mutability | Ralf Jung | -7/+22 |
| 2020-12-09 | Auto merge of #79767 - tmiasko:malformed-required-const, r=matthewjasper | bors | -1/+19 |
| 2020-12-08 | Clarify the 'default is only allowed on...' error | Camelid | -12/+12 |
| 2020-12-08 | Auto merge of #79752 - cjgillot:dead-alien, r=lcnr | bors | -0/+19 |
| 2020-12-08 | Visit ForeignItems when marking dead code. | Camille GILLOT | -0/+19 |
| 2020-12-08 | Auto merge of #79712 - JohnTitor:test-issue-66286, r=estebank | bors | -0/+39 |
| 2020-12-07 | Fixes to Rust coverage | Rich Kadel | -24/+26 |
| 2020-12-07 | Auto merge of #79653 - tmiasko:naked-functions, r=Amanieu | bors | -104/+486 |
| 2020-12-07 | Use 'error-pattern' in ui test | Albin Hedman | -17/+6 |
| 2020-12-07 | Auto merge of #79751 - aDotInTheVoid:json-true-idx, r=jyn514 | bors | -0/+203 |
| 2020-12-07 | rustc_codegen_ssa: use bitcasts instead of type punning for scalar transmutes. | Eduard-Mihai Burtescu | -0/+35 |
| 2020-12-07 | Auto merge of #79772 - ethanboxx:79760-wrongly-speaks-of-methods, r=oli-obk | bors | -12/+65 |
| 2020-12-06 | [mir-opt] Allow debuginfo to be generated for a constant or a Place | Wesley Wiser | -48/+151 |
| 2020-12-07 | Validate naked functions definitions | Tomasz Miąsko | -104/+486 |
| 2020-12-07 | Move some tests to subdirectories | Vadim Petrochenkov | -105/+71 |