| Age | Commit message (Expand) | Author | Lines |
| 2021-03-20 | Move some tests to more reasonable directories - 5 | Caio | -0/+51 |
| 2021-03-18 | Auto merge of #76447 - pickfire:async-pub, r=estebank | bors | -17/+121 |
| 2021-03-17 | Add pub as optional check_front_matter | Ivan Tham | -17/+22 |
| 2021-03-17 | Add help assertion for async pub test | Ivan Tham | -0/+6 |
| 2021-03-17 | Detect pub fn attr wrong order like `async pub` | Ivan Tham | -39/+132 |
| 2021-03-17 | Fix bad diagnostics for anon params with ref | Yuki Okushi | -0/+14 |
| 2021-03-13 | Improve the wording for the `can't reassign` error | Yuki Okushi | -0/+6 |
| 2021-03-09 | rustc_target: add "unwind" payloads to `Abi` | katelyn a. martin | -1/+1 |
| 2021-03-08 | Rollup merge of #82800 - jyn514:group-rustdoc-tests, r=Mark-Simulacrum | Mara Bos | -0/+47 |
| 2021-03-08 | Move rustdoc UI tests into a subdirectory | Joshua Nelson | -0/+47 |
| 2021-03-08 | Rollup merge of #82415 - petrochenkov:modin3, r=davidtwco | Dylan DPC | -11/+13 |
| 2021-03-07 | Rollup merge of #82793 - JohnTitor:move-ui-tests, r=petrochenkov | Yuki Okushi | -0/+12 |
| 2021-03-07 | Rollup merge of #82720 - henryboisdequin:fix-79040, r=oli-obk | Yuki Okushi | -25/+4 |
| 2021-03-06 | Move some tests to more suitable subdirs | Yuki Okushi | -0/+12 |
| 2021-03-06 | address comments | Henry Boisdequin | -5/+2 |
| 2021-03-05 | expand: Move module file path stack from global session to expansion data | Vadim Petrochenkov | -11/+13 |
| 2021-03-03 | Detect match arm body without braces | Esteban Küber | -0/+222 |
| 2021-03-03 | Fix diagnostic suggests adding type `[type error]` | Henry Boisdequin | -20/+2 |
| 2021-03-02 | Rollup merge of #82516 - PoignardAzur:inherent-impl-ty, r=oli-obk | Yuki Okushi | -9/+21 |
| 2021-02-27 | Rollup merge of #81856 - Smittyvb:utf16-warn, r=matthewjasper | Dylan DPC | -0/+0 |
| 2021-02-26 | Rollup merge of #82165 - nellshamrell:nell/fix-80658-B, r=estebank | Guillaume Gomez | -2/+4 |
| 2021-02-25 | Rollup merge of #82220 - henryboisdequin:fixes-80853, r=varkor | Dylan DPC | -1/+1 |
| 2021-02-25 | Add feature gate for inherent associate types. | Olivier FAURE | -9/+21 |
| 2021-02-25 | add helpful error notes and fix the false 'defined here' messages | Henry Boisdequin | -1/+1 |
| 2021-02-24 | clarifies error when finding mismatched returned types for async functions | Nell Shamrell | -2/+4 |
| 2021-02-23 | Rollup merge of #81769 - estebank:tail-expr-as-potential-return, r=lcnr | Dylan DPC | -3/+33 |
| 2021-02-23 | Rollup merge of #81235 - reese:rw-tuple-diagnostics, r=estebank | Dylan DPC | -1/+6 |
| 2021-02-21 | Do not suggest `;` if expression is side effect free | Esteban Küber | -9/+1 |
| 2021-02-21 | Suggest `return`ing tail expressions that match return type | Esteban Küber | -2/+40 |
| 2021-02-20 | Fix suggestion span and move suggestions into new subwindow. | Reese Williams | -3/+6 |
| 2021-02-20 | Make "missing field" error message more natural | r00ster91 | -6/+6 |
| 2021-02-16 | Move some tests to more reasonable directories | Caio | -0/+222 |
| 2021-02-14 | Clarify error message and remove pretty printing in help suggestions. | Reese Williams | -1/+3 |
| 2021-02-08 | parser: Fix panic in 'const impl' recovery | Ömer Sinan Ağacan | -0/+22 |
| 2021-02-07 | Bless tests with new error wording | Smitty | -0/+0 |
| 2021-02-07 | Add tests for new UTF-16 behavior | Smitty | -0/+0 |
| 2021-02-06 | Add note about encoding when null bytes found | Smitty | -0/+0 |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -2/+2 |
| 2021-02-05 | Rollup merge of #81307 - estebank:invalid-byte-str-span, r=petrochenkov | Mara Bos | -101/+137 |
| 2021-02-03 | Handle `Span`s for byte and raw strings and add more detail | Esteban Küber | -101/+137 |
| 2021-02-02 | Add a new ABI to support cmse_nonsecure_call | Hugues de Valon | -1/+1 |
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -0/+419 |
| 2021-01-22 | add and update tests | b-naber | -0/+84 |
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -0/+584 |
| 2021-01-13 | Update code to account for extern ABI requirement | Mark Rousskov | -12/+1 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -90/+91 |
| 2021-01-12 | Auto merge of #76580 - rokob:iss76011, r=estebank | bors | -12/+2 |
| 2021-01-08 | Add a note for `*` and `{}` usage on `use` | Yuki Okushi | -0/+8 |
| 2020-12-31 | Move parser-related tests | Yuki Okushi | -0/+162 |
| 2020-12-30 | Fix ICE when pointing at multi bytes character | Yuki Okushi | -0/+64 |