| Age | Commit message (Expand) | Author | Lines |
| 2020-02-03 | Auto merge of #67668 - matthewjasper:or-patterns, r=pnkfelix | bors | -400/+817 |
| 2020-02-03 | Apply suggestions from code review | matthewjasper | -3/+0 |
| 2020-02-03 | Add more tests for or-patterns | Matthew Jasper | -0/+398 |
| 2020-02-03 | Rollup merge of #68798 - Centril:caller-loc-ctfe-rt-equiv, r=RalfJung | Dylan DPC | -0/+38 |
| 2020-02-03 | Rollup merge of #68744 - JohnTitor:fix-ice-save-analysis, r=cramertj | Dylan DPC | -2/+30 |
| 2020-02-03 | track_caller test caller_location ctfe/rt equivalence wrt. fnptrs | Mazdak Farrokhzad | -0/+38 |
| 2020-02-03 | Auto merge of #68778 - RalfJung:raw-addr-of, r=eddyb | bors | -1/+58 |
| 2020-02-03 | Auto merge of #68772 - matthewjasper:relate-opt, r=davidtwco | bors | -0/+23 |
| 2020-02-03 | Auto merge of #68756 - JohnTitor:fix-ice-save-analysis-2, r=davidtwco | bors | -1/+3 |
| 2020-02-03 | Auto merge of #68735 - JohnTitor:fix-ice-0202, r=estebank | bors | -0/+0 |
| 2020-02-02 | add raw-addr-of variant to mir_raw_fat_ptr | Ralf Jung | -1/+58 |
| 2020-02-02 | Rollup merge of #68764 - Centril:self-semantic, r=petrochenkov | Mazdak Farrokhzad | -17/+387 |
| 2020-02-02 | Rollup merge of #68763 - JohnTitor:do-not-sugg-dup-bounds, r=estebank | Mazdak Farrokhzad | -13/+26 |
| 2020-02-02 | Rollup merge of #68760 - Tyg13:compile_fail_ui_test, r=Centril | Mazdak Farrokhzad | -194/+165 |
| 2020-02-02 | parser: address review comments re. `self`. | Mazdak Farrokhzad | -87/+107 |
| 2020-02-02 | Avoid exponential behaviour when relating types | Matthew Jasper | -0/+23 |
| 2020-02-02 | Do not suggest duplicate bounds | Yuki Okushi | -13/+26 |
| 2020-02-02 | parser: move restrictions re. `self` to `ast_validation`. | Mazdak Farrokhzad | -6/+356 |
| 2020-02-02 | compiletest: error if `compile-fail` header in ui test. | Tyler Lanphear | -194/+165 |
| 2020-02-02 | Auto merge of #68672 - jonas-schievink:dedup-witness, r=Zoxc | bors | -3/+3 |
| 2020-02-02 | Fix ICE with save-analysis | Yuki Okushi | -1/+3 |
| 2020-02-02 | Catch more ICEs | Yuki Okushi | -2/+5 |
| 2020-02-02 | Rollup merge of #68740 - JohnTitor:do-not-sugg-underscore, r=Centril | Yuki Okushi | -0/+30 |
| 2020-02-02 | Rollup merge of #68727 - xfix:remove-comment-about-pretty-printer-in-format-t... | Yuki Okushi | -6/+0 |
| 2020-02-02 | Rollup merge of #68681 - bobrippling:fix-matched-angle-brackets, r=Centril | Yuki Okushi | -0/+46 |
| 2020-02-01 | Basic run-pass tests for or-patterns | Dan Robertson | -0/+151 |
| 2020-02-01 | Update existing tests for or-patterns | Matthew Jasper | -180/+144 |
| 2020-02-01 | Remove or_patterns from INCOMPLETE_FEATURES | Matthew Jasper | -247/+154 |
| 2020-02-02 | Do not ICE in `type-alias-impl-trait` with save-analysis | Yuki Okushi | -0/+25 |
| 2020-02-02 | Do not suggest things named underscore | Yuki Okushi | -0/+30 |
| 2020-02-01 | Improve wording and docs for qualified path recovery | Rob Pilling | -3/+3 |
| 2020-02-01 | Deduplicate generator interior types | Jonas Schievink | -3/+3 |
| 2020-02-02 | Use `next_point` to avoid ICE | Yuki Okushi | -0/+0 |
| 2020-02-01 | Remove a comment about pretty printer in formatting tests | Konrad Borowski | -6/+0 |
| 2020-02-01 | Auto merge of #68698 - tmiasko:catch-panic, r=Amanieu | bors | -0/+26 |
| 2020-01-31 | Auto merge of #68633 - JohnTitor:avoid-ice-in-diagnostics, r=estebank | bors | -5/+4 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -405/+405 |
| 2020-01-31 | Rollup merge of #68670 - euclio:invalid-issue, r=estebank | Dylan DPC | -9/+13 |
| 2020-01-31 | Remove incorrect debug assertions from catch_unwind | Tomasz Miąsko | -0/+26 |
| 2020-01-30 | Suggest path separator for single-colon typos | Rob Pilling | -0/+46 |
| 2020-01-30 | clarify "incorrect issue" error | Andy Russell | -9/+13 |
| 2020-01-30 | suggest adding space in accidental doc comments | Andy Russell | -0/+70 |
| 2020-01-30 | Auto merge of #68325 - faern:move-numeric-consts-to-associated-consts-step1, ... | bors | -18/+11 |
| 2020-01-29 | Fix revision annotations in borrowck-feature-nll-overrides-migrate | Tomasz Miąsko | -2/+2 |
| 2020-01-29 | Auto merge of #68635 - JohnTitor:rollup-jsc34ac, r=JohnTitor | bors | -11/+36 |
| 2020-01-29 | Rollup merge of #68586 - Centril:repr-deny, r=pnkfelix | Yuki Okushi | -11/+36 |
| 2020-01-29 | Avoid ICE in macro's diagnostics | Yuki Okushi | -5/+4 |
| 2020-01-29 | Auto merge of #68572 - tmiasko:sanitizer-use-after-scope, r=nikic | bors | -0/+18 |
| 2020-01-28 | Auto merge of #68529 - TimDiekmann:rename-alloc, r=Amanieu | bors | -5/+5 |
| 2020-01-28 | Rollup merge of #68575 - Wind-River:master_2020, r=alexcrichton | Yuki Okushi | -0/+1 |