| Age | Commit message (Expand) | Author | Lines |
| 2021-10-28 | Add comments to hygiene tests | Matthew Jasper | -4/+37 |
| 2021-10-24 | Add more tests for cross-crate hygiene | Matthew Jasper | -0/+465 |
| 2021-10-21 | Handle cross-crate module `ExpnId`s consistently | Matthew Jasper | -0/+4 |
| 2021-10-21 | Rollup merge of #90098 - GuillaumeGomez:add-test-foreign-impl-missing-doc-cod... | Yuki Okushi | -1/+10 |
| 2021-10-21 | Rollup merge of #90097 - GuillaumeGomez:duplicated-sidebar-entry-reexported-m... | Yuki Okushi | -6/+19 |
| 2021-10-21 | Rollup merge of #90048 - GuillaumeGomez:line-number-setting, r=jsha | Yuki Okushi | -0/+23 |
| 2021-10-21 | Rollup merge of #90029 - tgnottingham:incr-debug-logging-test, r=Mark-Simulacrum | Yuki Okushi | -4/+25 |
| 2021-10-20 | Add test to ensure that the missing_doc_code_examples is not triggered on for... | Guillaume Gomez | -1/+10 |
| 2021-10-20 | Auto merge of #90050 - michaelwoerister:fix-vtable-debug-name-crash-90019, r=... | bors | -0/+10 |
| 2021-10-20 | Add test for duplicated sidebar entries for reexported macro | Guillaume Gomez | -6/+19 |
| 2021-10-20 | Add test for line-number setting | Guillaume Gomez | -0/+23 |
| 2021-10-20 | Rollup merge of #90025 - JohnTitor:revert-86011, r=estebank | Yuki Okushi | -67/+75 |
| 2021-10-20 | Rollup merge of #90018 - GuillaumeGomez:too-long-item-names, r=jsha | Yuki Okushi | -28/+71 |
| 2021-10-19 | Update src/test/codegen/debug-vtable.rs | Wesley Wiser | -1/+1 |
| 2021-10-19 | Erase late-bound regions before computing vtable debuginfo name. | Michael Woerister | -0/+10 |
| 2021-10-19 | Auto merge of #90040 - nbdd0121:issue-90038, r=oli-obk | bors | -0/+21 |
| 2021-10-19 | Fix issue 90038 | Gary Guo | -0/+21 |
| 2021-10-19 | Rollup merge of #89997 - cameron1024:const-str-as-bytes-ice, r=JohnTitor | Matthias Krüger | -0/+28 |
| 2021-10-19 | Rollup merge of #89988 - tmiasko:unpromote-const-drop, r=oli-obk | Matthias Krüger | -0/+39 |
| 2021-10-19 | Rollup merge of #89956 - JohnTitor:suggest-case-insensitive-match-names, r=es... | Matthias Krüger | -2/+19 |
| 2021-10-19 | Rollup merge of #89867 - Urgau:fix-double-definition, r=GuillaumeGomez | Matthias Krüger | -0/+31 |
| 2021-10-18 | Add test for debug logging during incremental compilation | Tyson Nottingham | -0/+24 |
| 2021-10-18 | Remove comment saying that we don't build debug rustc in CI, since we do | Tyson Nottingham | -4/+1 |
| 2021-10-18 | Auto merge of #89229 - oli-obk:i_love_inferctxt, r=jackh726 | bors | -299/+228 |
| 2021-10-18 | Do not promote values with const drop that need to be dropped | Tomasz Miąsko | -0/+39 |
| 2021-10-18 | Auto merge of #89124 - cjgillot:owner-info, r=michaelwoerister | bors | -14/+2 |
| 2021-10-19 | Add a regression test for #89935 | Yuki Okushi | -0/+18 |
| 2021-10-19 | Revert "Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank" | Yuki Okushi | -67/+57 |
| 2021-10-18 | Remove regionck member constraint handling and leave it to mir borrowck | Oli Scherer | -320/+76 |
| 2021-10-18 | Add test to ensure that the docblock elements left margin is as expected | Guillaume Gomez | -0/+6 |
| 2021-10-18 | Add GUI overflow tests for constant and typedef | Guillaume Gomez | -1/+35 |
| 2021-10-18 | * Remove left margin on items declaration at the top of their documentation page | Guillaume Gomez | -27/+30 |
| 2021-10-18 | add test for issue 84957 | cameron | -0/+28 |
| 2021-10-18 | Rollup merge of #89987 - pierwill:fix-85526-docs-hidden-assoc, r=GuillaumeGomez | Matthias Krüger | -0/+15 |
| 2021-10-18 | Rollup merge of #89974 - est31:let_else_if_error, r=nagisa | Matthias Krüger | -0/+28 |
| 2021-10-18 | Rollup merge of #89965 - JohnTitor:fix-let-else-ice-with-ref-mut, r=petrochenkov | Matthias Krüger | -0/+19 |
| 2021-10-17 | Check implementing type for `#[doc(hidden)]` | pierwill | -0/+15 |
| 2021-10-17 | Nicer error message if the user attempts to do let...else if | est31 | -0/+28 |
| 2021-10-17 | Rollup merge of #89975 - JohnTitor:gats-tests-85921, r=jackh726 | Matthias Krüger | -0/+19 |
| 2021-10-17 | Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisa | Matthias Krüger | -73/+73 |
| 2021-10-17 | Rollup merge of #89946 - JohnTitor:fix-89686, r=petrochenkov | Matthias Krüger | -0/+58 |
| 2021-10-17 | Rollup merge of #89738 - eddyb:extern-crate-recursion, r=nagisa | Matthias Krüger | -0/+66 |
| 2021-10-17 | Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr | bors | -1/+43 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -73/+73 |
| 2021-10-17 | Add a regression test for #85921 | Yuki Okushi | -0/+19 |
| 2021-10-17 | Rollup merge of #89907 - GuillaumeGomez:correctly-emit-errors, r=camelid | Yuki Okushi | -1/+0 |
| 2021-10-17 | Fix ICE with `let...else` and `ref mut` | Yuki Okushi | -0/+19 |
| 2021-10-16 | Remove FIXME since there is nothing to be fixed. | Guillaume Gomez | -1/+0 |
| 2021-10-17 | Suggest a case insensitive match name regardless of levenshtein distance | Yuki Okushi | -2/+19 |
| 2021-10-16 | Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkov | bors | -554/+575 |