| Age | Commit message (Expand) | Author | Lines |
| 2020-08-19 | Auto merge of #75590 - Mark-Simulacrum:tagged-ptr, r=ecstatic-morse | bors | -60/+533 |
| 2020-08-19 | Use CopyTaggedPtr for ParamEnv | Mark Rousskov | -60/+47 |
| 2020-08-19 | Add tagged pointer impl to data structures | Mark Rousskov | -0/+486 |
| 2020-08-19 | Upgrade Emscripten on CI to 1.39.20 | Thomas Lively | -2/+2 |
| 2020-08-19 | Rollup merge of #75649 - jyn514:inherent-lang-impls, r=guillaumegomez | Tyler Mandry | -97/+142 |
| 2020-08-19 | Rollup merge of #75593 - Mark-Simulacrum:compiler-docs-must-not-overlap, r=pi... | Tyler Mandry | -2/+2 |
| 2020-08-19 | Rollup merge of #75587 - RalfJung:mir-comment-fixes, r=ecstatic-morse | Tyler Mandry | -6/+7 |
| 2020-08-19 | Rollup merge of #75069 - lcnr:type-of-lazy-norm, r=varkor | Tyler Mandry | -469/+292 |
| 2020-08-19 | Fix windows-gnu host cross-compilation | Mateusz Mikuła | -1/+10 |
| 2020-08-19 | Fix bad printing of const-eval queries | ThibsG | -3/+52 |
| 2020-08-20 | Remove the full-bootstrap builder from CI | Yuki Okushi | -33/+0 |
| 2020-08-19 | Add test for f32 and f64 methods | Joshua Nelson | -2/+20 |
| 2020-08-19 | Improve lint message in `to_string_in_display` | Takayuki Nakata | -1/+1 |
| 2020-08-19 | Auto merge of #74098 - GuillaumeGomez:doc-alias-checks, r=ollie27 | bors | -9/+174 |
| 2020-08-19 | Add a test | Joshua Nelson | -0/+14 |
| 2020-08-19 | xpy fmt | Joshua Nelson | -5/+11 |
| 2020-08-19 | Use `impls` for intra doc links as well | Joshua Nelson | -35/+19 |
| 2020-08-19 | Clean up E0759 explanation | Guillaume Gomez | -10/+4 |
| 2020-08-19 | Allow reusing the code in `collect_trait_impls` | Joshua Nelson | -87/+80 |
| 2020-08-19 | impl_for_type -> PrimitiveType::impls | Joshua Nelson | -57/+59 |
| 2020-08-19 | Return all impls, not just the primary one | Joshua Nelson | -10/+32 |
| 2020-08-19 | Say `tcx.lang_items()` less | Joshua Nelson | -20/+21 |
| 2020-08-19 | Refactor `impl_for_type` into a separate function | Joshua Nelson | -29/+34 |
| 2020-08-19 | Rollup merge of #75665 - GuillaumeGomez:doc-examples-coverage, r=jyn514 | Yuki Okushi | -77/+173 |
| 2020-08-19 | Rollup merge of #75658 - tgnottingham:issue-75599, r=estebank | Yuki Okushi | -170/+42 |
| 2020-08-19 | Rollup merge of #75652 - jyn514:true-false-2, r=GuillaumeGomez | Yuki Okushi | -7/+28 |
| 2020-08-19 | Rollup merge of #75554 - jumbatm:fix-clashing-extern-decl-overflow, r=lcnr | Yuki Okushi | -102/+251 |
| 2020-08-19 | Allow reallocation to different alignment | Tim Diekmann | -11/+5 |
| 2020-08-18 | Moved coverage counter injection from BasicBlock to Statement. | Rich Kadel | -723/+400 |
| 2020-08-19 | Auto merge of #75677 - cuviper:shrink-towel, r=Mark-Simulacrum | bors | -0/+36 |
| 2020-08-19 | Auto merge of #75555 - workingjubilee:update-everything, r=Mark-Simulacrum | bors | -19/+30 |
| 2020-08-19 | Enable stack-overflow detection on musl for non-main threads | Tomasz Miąsko | -2/+0 |
| 2020-08-18 | Auto merge of #75516 - matklad:remove-deprecation, r=petrochenkov | bors | -126/+41 |
| 2020-08-18 | change const param ty warning message | Bastian Kauschke | -86/+78 |
| 2020-08-18 | Add long cfg description to tooltip on short description | Wim Looman | -38/+105 |
| 2020-08-18 | run wfcheck in parralel again, add test for 74950 | Bastian Kauschke | -15/+92 |
| 2020-08-18 | move const param structural match checks to wfcheck | Bastian Kauschke | -401/+155 |
| 2020-08-18 | Fix asm compiler flags change from cmake 0.1.44 | Tomasz Miąsko | -1/+2 |
| 2020-08-18 | Don't emit "is not a logical operator" error outside of associative expressions | Tyson Nottingham | -170/+42 |
| 2020-08-18 | Don't panic in Vec::shrink_to_fit | Josh Stone | -0/+36 |
| 2020-08-18 | Auto merge of #75635 - Aaron1011:fix/incr-fn-param-names, r=eddyb | bors | -5/+1 |
| 2020-08-18 | Resolve licensing by updating tinyvec 0.3.3 -> 0.3.4 | Jubilee Young | -0/+1 |
| 2020-08-18 | Update license check post-cargo update | Mark Rousskov | -18/+27 |
| 2020-08-18 | Auto merge of #75639 - RalfJung:miri, r=RalfJung | bors | -10/+8 |
| 2020-08-18 | Typo | Oliver Scherer | -1/+1 |
| 2020-08-18 | Update rustdoc-ui tests | Guillaume Gomez | -51/+85 |
| 2020-08-18 | Auto merge of #75663 - Xanewok:update-rls, r=Mark-Simulacrum | bors | -0/+0 |
| 2020-08-18 | Elaborate docs on the `promoted_mir` query | Oliver Scherer | -1/+4 |
| 2020-08-18 | Explain why we are creating an aggregate constant | Oliver Scherer | -0/+2 |
| 2020-08-18 | Address review comments | Oliver Scherer | -5/+5 |