| Age | Commit message (Expand) | Author | Lines |
| 2021-11-30 | Rollup merge of #91323 - RalfJung:assert-type, r=oli-obk | Yuki Okushi | -28/+61 |
| 2021-11-30 | Rollup merge of #91317 - petrochenkov:debugnu, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-11-30 | Rollup merge of #91243 - jackh726:issue-91068, r=nikomatsakis | Yuki Okushi | -30/+49 |
| 2021-11-29 | Bless nll | Jack Huey | -0/+14 |
| 2021-11-29 | CTFE: support assert_zero_valid and assert_uninit_valid | Ralf Jung | -28/+61 |
| 2021-11-29 | Auto merge of #91299 - cjgillot:expect-ldid, r=petrochenkov | bors | -2/+2 |
| 2021-11-29 | Rollup merge of #91349 - tmiasko:accumulate-remark-args, r=nikic | Matthias Krüger | -2/+11 |
| 2021-11-29 | Rollup merge of #91281 - scottmcm:non-exhaustive-as-test, r=Mark-Simulacrum | Matthias Krüger | -0/+29 |
| 2021-11-29 | Accumulate all values of `-C remark` option | Tomasz Miąsko | -2/+11 |
| 2021-11-28 | Rollup merge of #90833 - tmiasko:optimization-remarks, r=nikic | Matthias Krüger | -0/+19 |
| 2021-11-28 | Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillot | Matthias Krüger | -0/+47 |
| 2021-11-28 | Take a LocalDefId in expect_*item. | Camille GILLOT | -2/+2 |
| 2021-11-28 | Rollup merge of #91319 - fee1-dead:rustdoc-ice-fix, r=jyn514 | Matthias Krüger | -1/+1 |
| 2021-11-28 | Rollup merge of #91308 - BGR360:issue-88586, r=jackh726 | Matthias Krüger | -0/+30 |
| 2021-11-28 | Rollup merge of #91251 - oli-obk:wf_sync_statics, r=matthewjasper | Matthias Krüger | -107/+87 |
| 2021-11-28 | Change output path to {{build-base}} | Deadbeef | -1/+1 |
| 2021-11-28 | tests: Ignore `test/debuginfo/rc_arc.rs` on windows-gnu | Vadim Petrochenkov | -1/+1 |
| 2021-11-28 | Address PR feedback | Ben Reeves | -1/+1 |
| 2021-11-28 | Rollup merge of #91254 - Aaron1011:impl-candidate-err-ty, r=lcnr | Matthias Krüger | -24/+16 |
| 2021-11-27 | typeck: Ensure proper bound vars passed to `add_bounds`. | Ben Reeves | -0/+30 |
| 2021-11-27 | Only check for errors in predicate when skipping impl assembly | Aaron Hill | -24/+16 |
| 2021-11-27 | Rollup merge of #91208 - estebank:eq-constraint, r=cjgillot | Matthias Krüger | -5/+93 |
| 2021-11-27 | Rollup merge of #91062 - jsha:static-file-replace, r=jyn514,GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2021-11-26 | Demonstration test for #91161 | Scott McMurray | -0/+29 |
| 2021-11-26 | Rollup merge of #91259 - jyn514:doctest-warnings, r=GuillaumeGomez | Matthias Krüger | -7/+47 |
| 2021-11-26 | Rollup merge of #91223 - GuillaumeGomez:headings-indent, r=jsha | Matthias Krüger | -1/+47 |
| 2021-11-26 | Rollup merge of #90611 - fee1-dead:rustdoc-ice-fix, r=jyn514,willcrichton | Matthias Krüger | -0/+4 |
| 2021-11-26 | Remove `--display-doctest-warnings` | Joshua Nelson | -7/+47 |
| 2021-11-26 | Update test for anchors and headings position | Guillaume Gomez | -1/+47 |
| 2021-11-27 | Reduce the ICE | Deadbeef | -469/+1 |
| 2021-11-26 | Auto merge of #91253 - matthiaskrgr:rollup-dnlcjmr, r=matthiaskrgr | bors | -0/+27 |
| 2021-11-27 | Add ICE test | Deadbeef | -0/+472 |
| 2021-11-26 | Rollup merge of #91212 - compiler-errors:issue91206, r=oli-obk | Matthias Krüger | -0/+27 |
| 2021-11-26 | Perform Sync check on static items in wf-check instead of during const checks | Oli Scherer | -107/+87 |
| 2021-11-26 | Auto merge of #91164 - Badel2:usefulness-stack-overflow, r=davidtwco | bors | -0/+14 |
| 2021-11-26 | Auto merge of #91205 - Aaron1011:visit_param_env, r=lcnr | bors | -16/+24 |
| 2021-11-26 | Auto merge of #91181 - GuillaumeGomez:improve-rustdoc-gui-ci, r=jsha | bors | -1/+4 |
| 2021-11-26 | Auto merge of #85102 - estebank:point-at-assignment, r=oli-obk | bors | -95/+124 |
| 2021-11-25 | Don't treat unnormalized function arguments as well-formed | jackh726 | -30/+35 |
| 2021-11-25 | Auto merge of #91037 - c410-f3r:testsssssss, r=petrochenkov | bors | -0/+0 |
| 2021-11-25 | Visit `param_env` field in Obligation's `TypeFoldable` impl | Aaron Hill | -16/+24 |
| 2021-11-25 | Account for type obligation coming from `const` and `static` | Esteban Kuber | -3/+4 |
| 2021-11-25 | On type mismatch caused by assignment, point at assignee | Esteban Küber | -96/+124 |
| 2021-11-25 | Add test demonstrating no more ICE | Michael Goulet | -0/+27 |
| 2021-11-25 | Rollup merge of #91185 - camelid:rm-force-overflow-checks, r=wesleywiser | Matthias Krüger | -3/+3 |
| 2021-11-25 | Rollup merge of #91111 - cjgillot:hir-no-lower-attrs, r=michaelwoerister | Matthias Krüger | -19/+60 |
| 2021-11-25 | Rollup merge of #91096 - compiler-errors:elaborate_opaque_trait, r=estebank | Matthias Krüger | -72/+72 |
| 2021-11-25 | Rollup merge of #89359 - fee1-dead:const-it, r=oli-obk | Matthias Krüger | -0/+71 |
| 2021-11-25 | Improve tests | Guillaume Gomez | -1/+4 |
| 2021-11-25 | Move some tests to more reasonable directories | Caio | -0/+0 |