| Age | Commit message (Expand) | Author | Lines |
| 2020-02-03 | Apply suggestions from code review | matthewjasper | -3/+0 |
| 2020-02-03 | Add more tests for or-patterns | Matthew Jasper | -0/+474 |
| 2020-02-03 | Change wording for object unsafe because of assoc const | Esteban Küber | -7/+7 |
| 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 | rustc_codegen_ssa: don't treat inlined variables as debuginfo arguments. | Eduard-Mihai Burtescu | -0/+11 |
| 2020-02-03 | track_caller test caller_location ctfe/rt equivalence wrt. fnptrs | Mazdak Farrokhzad | -0/+38 |
| 2020-02-03 | Fix miscompilation | Jonas Schievink | -3/+47 |
| 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-02 | Change expansion error to be non-fatal | David | -2/+12 |
| 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 | Deal with spans showing `std` lib | Esteban Küber | -3/+13 |
| 2020-02-02 | Improve needs_drop query | Matthew Jasper | -0/+2 |
| 2020-02-02 | Point at reason in object unsafe trait with `Self` in supertraits or `where`-... | Esteban Küber | -14/+40 |
| 2020-02-02 | fix rebase | Esteban Küber | -4/+4 |
| 2020-02-02 | move_ref_pattern: test captures inside closure | Mazdak Farrokhzad | -0/+526 |
| 2020-02-02 | Account for `?Sized` type parameter bounds | Esteban Küber | -71/+63 |
| 2020-02-02 | Suggest `?Sized` on type parameters | Esteban Küber | -6/+22 |
| 2020-02-02 | add tests for structured suggestion | Esteban Küber | -0/+103 |
| 2020-02-02 | Use more appropriate spans on object unsafe traits and provide structured sug... | Esteban Küber | -33/+71 |
| 2020-02-02 | Wording changes to object unsafe trait errors | Esteban Küber | -81/+267 |
| 2020-02-02 | Point at `Sized` requirements | Esteban Küber | -0/+11 |
| 2020-02-02 | Slight rewording of diagnostic message | Esteban Küber | -25/+25 |
| 2020-02-02 | Use more accurate failed predicate spans | Esteban Küber | -203/+168 |
| 2020-02-02 | Point at return type obligations instead of at `fn` ident | Esteban Küber | -2/+2 |
| 2020-02-02 | Point at the `Sized` obligation in `where` clauses | Esteban Küber | -3/+6 |
| 2020-02-02 | Tweak `Self: Sized` restriction diagnostic output | Esteban Küber | -29/+18 |
| 2020-02-02 | review comments | Esteban Küber | -2/+2 |
| 2020-02-02 | fix test | Esteban Küber | -4/+4 |
| 2020-02-02 | When object unsafe trait uses itself in associated item suggest using `Self` | Esteban Küber | -0/+63 |
| 2020-02-02 | Point at `Sized` bound | Esteban Küber | -2/+43 |
| 2020-02-02 | Point at arguments or output when fn obligations come from them, or ident whe... | Esteban Küber | -386/+238 |
| 2020-02-02 | add raw-addr-of variant to mir_raw_fat_ptr | Ralf Jung | -1/+58 |
| 2020-02-02 | Add tests for struct variant field in search | Guillaume Gomez | -0/+15 |
| 2020-02-02 | move_ref_pattern: change pov in diagnostics & add binding names | Mazdak Farrokhzad | -457/+457 |
| 2020-02-02 | move_ref_pattern: don't ICE on unreachable 2xby-move conflicts | Mazdak Farrokhzad | -0/+15 |
| 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 | move_ref_patterns: introduce tests | Mazdak Farrokhzad | -541/+1919 |
| 2020-02-02 | parser: address review comments re. `self`. | Mazdak Farrokhzad | -87/+107 |
| 2020-02-02 | Teach dropck about resume arguments | Jonas Schievink | -3/+52 |
| 2020-02-02 | No resume argument in the drop shim | Jonas Schievink | -1/+0 |
| 2020-02-02 | Adjust mir-opt tests to new `yield` lowering | Jonas Schievink | -29/+31 |
| 2020-02-02 | Add test for E0628 (too many generator parameters) | Jonas Schievink | -0/+15 |
| 2020-02-02 | Add tests for generator resume arguments | Jonas Schievink | -0/+135 |
| 2020-02-02 | Fix error message on type mismatch in generator | Jonas Schievink | -0/+41 |
| 2020-02-02 | Adjust tests to type inference changes | Jonas Schievink | -30/+60 |