| Age | Commit message (Expand) | Author | Lines |
| 2019-12-02 | Rollup merge of #66654 - ecstatic-morse:check-consts-ref, r=eddyb,matthewjasper | Ralf Jung | -52/+44 |
| 2019-12-02 | Rollup merge of #66245 - tmiasko:cfg-sanitize, r=oli-obk | Ralf Jung | -0/+41 |
| 2019-12-02 | Rollup merge of #66907 - eddyb:br-nicer-named, r=oli-obk | Mazdak Farrokhzad | -20/+20 |
| 2019-12-02 | Rollup merge of #66905 - petrochenkov:rmplugin2, r=Centril | Mazdak Farrokhzad | -122/+53 |
| 2019-12-02 | Rollup merge of #66850 - eddyb:span-free-formats, r=oli-obk | Mazdak Farrokhzad | -10/+10 |
| 2019-12-01 | rustc_plugin: Some further cleanup | Vadim Petrochenkov | -18/+2 |
| 2019-12-01 | rustc_plugin: Remove support for plugins adding LLVM passes | Vadim Petrochenkov | -35/+0 |
| 2019-12-01 | rustc_lint: Remove lint `plugin_as_library` | Vadim Petrochenkov | -24/+4 |
| 2019-12-01 | rustc_plugin: Remove support for adding plugins from command line | Vadim Petrochenkov | -3/+11 |
| 2019-12-01 | rustc_plugin: Remove support for plugin arguments | Vadim Petrochenkov | -33/+27 |
| 2019-12-01 | Conditional compilation for sanitizers | Tomasz Miąsko | -0/+41 |
| 2019-12-01 | Rollup merge of #66880 - aDotInTheVoid:add-E0203-long, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+1 |
| 2019-12-01 | Rollup merge of #66679 - mark-i-m:fix-anon-lifetime-errors, r=matthewjasper | Mazdak Farrokhzad | -103/+82 |
| 2019-11-30 | Rollup merge of #66870 - tmiasko:simplify-ty, r=oli-obk | Mazdak Farrokhzad | -0/+95 |
| 2019-11-30 | Rollup merge of #66612 - Nadrieril:or-patterns-initial, r=varkor | Mazdak Farrokhzad | -0/+238 |
| 2019-11-30 | rustc: don't just show raw DefIndex's in BrNamed's fmt::Debug impl. | Eduard-Mihai Burtescu | -20/+20 |
| 2019-11-30 | Apply suggestions from code review | Nadrieril Feneanar | -1/+1 |
| 2019-11-29 | Rollup merge of #66847 - dtolnay:_fmt, r=joshtriplett | David Tolnay | -20/+32 |
| 2019-11-29 | Bless ui test for libstd reformat | David Tolnay | -2/+2 |
| 2019-11-29 | Add explanation message for E0203 | Nixon | -0/+1 |
| 2019-11-29 | Rollup merge of #66793 - matthewjasper:record-static-refs, r=cramertj | Ralf Jung | -0/+40 |
| 2019-11-29 | Rollup merge of #66791 - cjgillot:arena, r=Mark-Simulacrum | Ralf Jung | -1/+6 |
| 2019-11-29 | Rollup merge of #66589 - TheSamsa:master, r=Dylan-DPC | Ralf Jung | -1/+25 |
| 2019-11-29 | SimplifyArmIdentity only for locals with the same type | Tomasz Miąsko | -0/+95 |
| 2019-11-29 | Auto merge of #66321 - ninjasource:async-fn-resume-after-completion, r=oli-obk | bors | -0/+123 |
| 2019-11-29 | remove get_named_span | Mark Mansi | -50/+28 |
| 2019-11-29 | improve lifetime errors with implicit trait object lifetimes | Mark Mansi | -79/+80 |
| 2019-11-29 | Ignore wasm for panic tests | David Haig | -0/+6 |
| 2019-11-29 | Auto merge of #66697 - petrochenkov:nocstore, r=eddyb | bors | -1/+1 |
| 2019-11-29 | Auto merge of #66645 - RalfJung:dereferenceable, r=pnkfelix | bors | -1/+3 |
| 2019-11-29 | Auto merge of #66590 - Aaron1011:fix/real-impl-trait-coherence, r=varkor | bors | -0/+19 |
| 2019-11-29 | Auto merge of #66547 - leo60228:procfs-fallback, r=dtolnay | bors | -0/+23 |
| 2019-11-29 | Auto merge of #66567 - estebank:suggest-copy, r=Centril | bors | -49/+85 |
| 2019-11-28 | rustc: hide HirId's fmt::Debug output from -Z span_free_formats. | Eduard-Mihai Burtescu | -10/+10 |
| 2019-11-28 | Deduplicate type param constraint suggestion code | Esteban Küber | -30/+30 |
| 2019-11-28 | Use structured suggestion when requiring `Copy` constraint in type param | Esteban Küber | -46/+82 |
| 2019-11-28 | Allow any identifier as format arg name | David Tolnay | -20/+32 |
| 2019-11-28 | Apply proper commit from PR #63934 | Aaron Hill | -0/+19 |
| 2019-11-28 | rustc_metadata: Move `has_global_allocator` from session to cstore | Vadim Petrochenkov | -1/+1 |
| 2019-11-28 | Auto merge of #66642 - ecstatic-morse:promotion-in-const, r=eddyb | bors | -29/+44 |
| 2019-11-28 | Auto merge of #66603 - Nadrieril:fix-65413, r=varkor | bors | -7/+81 |
| 2019-11-28 | Auto merge of #66246 - matthewjasper:simplify-mem-cat, r=pnkfelix | bors | -25/+5 |
| 2019-11-28 | Moved tests and fixed merge conflict | David Haig | -2/+3 |
| 2019-11-28 | Fixed unit test | David Haig | -1/+1 |
| 2019-11-28 | Squash | David Haig | -0/+116 |
| 2019-11-28 | Auto merge of #66294 - davidhewitt:const_fn_memoization, r=oli-obk | bors | -129/+55 |
| 2019-11-27 | Update test for mutably borrowed statics in a const | Dylan MacKenzie | -6/+21 |
| 2019-11-27 | Remove test for unused error code | Dylan MacKenzie | -37/+0 |
| 2019-11-27 | Also test shared borrows of `Cell` for good errors | Dylan MacKenzie | -3/+20 |
| 2019-11-27 | Rollup merge of #66800 - jyn514:combine-const-match-tests, r=Dylan-DPC | Tyler Mandry | -22/+11 |