| Age | Commit message (Expand) | Author | Lines |
| 2020-01-18 | slice_patterns: address review comments | Mazdak Farrokhzad | -2/+0 |
| 2020-01-18 | slice_patterns: remove from unstable book | Mazdak Farrokhzad | -32/+0 |
| 2020-01-18 | slice_patterns: organize some tests | Mazdak Farrokhzad | -9/+9 |
| 2020-01-18 | slice_patterns: remove gates in tests | Mazdak Farrokhzad | -490/+349 |
| 2020-01-18 | slice_patterns: remove feature gate test | Mazdak Farrokhzad | -74/+0 |
| 2020-01-18 | slice_patterns: remove internal uses of gate | Mazdak Farrokhzad | -16/+16 |
| 2020-01-18 | slice_patterns: adjust error codes | Mazdak Farrokhzad | -8/+0 |
| 2020-01-18 | stabilize slice_patterns | Mazdak Farrokhzad | -24/+2 |
| 2020-01-18 | Auto merge of #68170 - wesleywiser:stop_const_prop_ref_taking, r=oli-obk | bors | -22/+82 |
| 2020-01-18 | Auto merge of #68037 - msizanoen1:riscv-ci, r=alexcrichton | bors | -0/+977 |
| 2020-01-18 | Auto merge of #67940 - JohnTitor:rustc-guide, r=JohnTitor | bors | -0/+0 |
| 2020-01-17 | Rollup merge of #68317 - GuillaumeGomez:clean-up-e0199, r=Dylan-DPC | Tyler Mandry | -6/+15 |
| 2020-01-17 | Rollup merge of #68314 - oli-obk:true_unwind, r=eddyb | Tyler Mandry | -13/+6 |
| 2020-01-17 | Rollup merge of #68312 - varkor:issue-67753-regression, r=Centril | Tyler Mandry | -0/+26 |
| 2020-01-17 | Rollup merge of #68291 - tmiasko:sanitizer-tests, r=nikomatsakis | Tyler Mandry | -75/+84 |
| 2020-01-17 | Rollup merge of #68279 - GuillaumeGomez:clean-up-e0198, r=Dylan-DPC | Tyler Mandry | -8/+9 |
| 2020-01-17 | Rollup merge of #68256 - estebank:bad-sugg-span, r=petrochenkov | Tyler Mandry | -9/+30 |
| 2020-01-17 | Rollup merge of #68204 - ecstatic-morse:item-kind-impl, r=oli-obk | Tyler Mandry | -255/+296 |
| 2020-01-17 | Rollup merge of #68093 - GuillaumeGomez:fix-deref-impl-typedef, r=oli-obk | Tyler Mandry | -25/+101 |
| 2020-01-17 | Rollup merge of #66660 - jumbatm:dont_warn_about_snake_case_in_patterns, r=ce... | Tyler Mandry | -1/+75 |
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -161/+166 |
| 2020-01-17 | Use named fields for `ast::ItemKind::Impl` | Dylan MacKenzie | -94/+130 |
| 2020-01-17 | Auto merge of #67476 - mark-i-m:simplify-borrow_check-5, r=matthewjasper | bors | -881/+789 |
| 2020-01-17 | Clean up E0199 explanation | Guillaume Gomez | -6/+15 |
| 2020-01-17 | formatting | Guillaume Gomez | -21/+19 |
| 2020-01-17 | Clean up E0198 explanation | Guillaume Gomez | -8/+9 |
| 2020-01-17 | Add regression test for integer literals in generic arguments in where clauses | varkor | -0/+26 |
| 2020-01-17 | Stop treating `FalseEdges` and `FalseUnwind` as having semantic value for con... | Oliver Scherer | -13/+6 |
| 2020-01-17 | Auto merge of #68311 - Dylan-DPC:rollup-wzgqw9t, r=Dylan-DPC | bors | -169/+187 |
| 2020-01-17 | Rollup merge of #68300 - ssomers:67281_take_2, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-01-17 | Rollup merge of #68278 - wesleywiser:doc_query_key_recording, r=michaelwoerister | Dylan DPC | -1/+7 |
| 2020-01-17 | Rollup merge of #67791 - Zoxc:lift-interning, r=eddyb | Dylan DPC | -132/+67 |
| 2020-01-17 | Rollup merge of #66564 - foeb:66219-document-unsafe-sync-cell-str, r=Amanieu | Dylan DPC | -35/+112 |
| 2020-01-17 | Auto merge of #68285 - oli-obk:specialization_regression, r=davidtwco | bors | -12/+40 |
| 2020-01-17 | [self-profiler] Add example to `-Z help` to turn on query key recording | Wesley Wiser | -1/+7 |
| 2020-01-17 | Auto merge of #68305 - Dylan-DPC:rollup-aoohsz8, r=Dylan-DPC | bors | -3442/+5522 |
| 2020-01-17 | Rollup merge of #68301 - tmandry:dont-propagate-test-invoke, r=alexcrichton | Dylan DPC | -4/+17 |
| 2020-01-17 | Rollup merge of #68292 - matthiaskrgr:clone_on_copy, r=eddyb | Dylan DPC | -20/+18 |
| 2020-01-17 | Rollup merge of #68288 - RalfJung:fmt, r=oli-obk | Dylan DPC | -31/+23 |
| 2020-01-17 | Rollup merge of #68195 - estebank:impl-trait-2000, r=Centril | Dylan DPC | -3027/+4067 |
| 2020-01-17 | Rollup merge of #68153 - petrochenkov:privdiag, r=estebank | Dylan DPC | -319/+1223 |
| 2020-01-17 | Rollup merge of #67956 - varkor:E0588-provide-context, r=estebank | Dylan DPC | -41/+174 |
| 2020-01-17 | Auto merge of #67731 - matthewjasper:drop-in-place-reclimit, r=eddyb | bors | -13/+24 |
| 2020-01-16 | Add SAFETY comment for atomic example | Phoebe Bell | -1/+3 |
| 2020-01-16 | review comments | Esteban Küber | -17/+15 |
| 2020-01-16 | Fix formatting: ./x.py fmt | Phoebe Bell | -15/+5 |
| 2020-01-16 | Move comments for tidy | Phoebe Bell | -5/+5 |
| 2020-01-16 | Elaborate on SAFETY comments | Phoebe Bell | -77/+88 |
| 2020-01-16 | Apply suggestions from code review | Phoebe Bell | -1/+1 |
| 2020-01-16 | Fix typo "gurantees -> guarantees" | Phoebe Bell | -1/+1 |