| Age | Commit message (Expand) | Author | Lines |
| 2021-06-18 | Auto merge of #85421 - Smittyvb:rm_pushpop_unsafe, r=matthewjasper | bors | -51/+12 |
| 2021-06-18 | Auto merge of #85284 - eggyal:custom-profiler-runtime, r=jackh726 | bors | -22/+28 |
| 2021-06-18 | Auto merge of #86385 - JohnTitor:use-attrvec, r=davidtwco | bors | -13/+13 |
| 2021-06-17 | Auto merge of #86417 - m-ou-se:rollup-vo2y1rz, r=m-ou-se | bors | -8/+7 |
| 2021-06-17 | Rollup merge of #86401 - FabianWolff:issue-83512, r=LeSeulArtichaut | Mara Bos | -2/+5 |
| 2021-06-17 | Rollup merge of #86388 - JohnTitor:static-symbol-s, r=LeSeulArtichaut | Mara Bos | -6/+2 |
| 2021-06-17 | Auto merge of #86392 - JohnTitor:use-partition-point, r=petrochenkov | bors | -47/+5 |
| 2021-06-17 | Auto merge of #83572 - pkubaj:patch-1, r=nagisa | bors | -0/+17 |
| 2021-06-17 | Auto merge of #86399 - JohnTitor:rollup-qlm2dvz, r=JohnTitor | bors | -37/+68 |
| 2021-06-17 | Fix ICE when using `#[doc(keyword = "...")]` on non-items | Fabian Wolff | -2/+5 |
| 2021-06-17 | Rollup merge of #86355 - JohnTitor:issue-82158, r=estebank | Yuki Okushi | -10/+16 |
| 2021-06-17 | Rollup merge of #86343 - JohnTitor:issue-85581, r=estebank | Yuki Okushi | -8/+26 |
| 2021-06-17 | Rollup merge of #86340 - Smittyvb:ctfe-hard-error-message, r=RalfJung | Yuki Okushi | -19/+26 |
| 2021-06-17 | Auto merge of #85755 - b-naber:unexpected_concrete_region, r=nikomatsakis | bors | -27/+11 |
| 2021-06-17 | Early return from `inject_profiler_runtime` | Alan Egerton | -23/+23 |
| 2021-06-17 | use to_region_vid in opaque type code | Niko Matsakis | -33/+13 |
| 2021-06-17 | Auto merge of #85834 - cjgillot:save-sbi, r=michaelwoerister | bors | -71/+40 |
| 2021-06-17 | Auto merge of #86164 - FabianWolff:issue-86053, r=davidtwco | bors | -26/+35 |
| 2021-06-17 | Prefer `partition_point` to look up assoc items | Yuki Okushi | -47/+5 |
| 2021-06-17 | Make `s` pre-interned | Yuki Okushi | -6/+2 |
| 2021-06-17 | Use `AttrVec` for `Arm`, `FieldDef`, and `Variant` | Yuki Okushi | -13/+13 |
| 2021-06-16 | Auto merge of #86379 - JohnTitor:rollup-mkz9x36, r=JohnTitor | bors | -42/+33 |
| 2021-06-16 | Move some hard error logic to InterpError | Smitty | -15/+27 |
| 2021-06-17 | Rollup merge of #86353 - JohnTitor:remove-projection_ty_from_predicates, r=ol... | Yuki Okushi | -29/+1 |
| 2021-06-17 | Rollup merge of #86341 - LingMan:ret_val, r=davidtwco | Yuki Okushi | -11/+14 |
| 2021-06-17 | Rollup merge of #86104 - FabianWolff:issue-86085, r=davidtwco | Yuki Okushi | -1/+14 |
| 2021-06-17 | Rollup merge of #85870 - ptrojahn:mir_dump_whitespace, r=davidtwco | Yuki Okushi | -1/+4 |
| 2021-06-16 | Auto merge of #86266 - LeSeulArtichaut:box-thir-adt, r=davidtwco | bors | -26/+43 |
| 2021-06-16 | Auto merge of #86332 - rylev:fix-ice-docalias, r=GuillaumeGomez | bors | -0/+2 |
| 2021-06-16 | Remove invalid suggestions for assoc consts on placeholder type error | Yuki Okushi | -10/+16 |
| 2021-06-16 | Remove `projection_ty_from_predicates` | Yuki Okushi | -29/+1 |
| 2021-06-16 | Auto merge of #86291 - crlf0710:trait_vtbl_refactor, r=bjorn3 | bors | -179/+248 |
| 2021-06-16 | Do not emit invalid suggestions on multiple mutable borrow errors | Yuki Okushi | -8/+26 |
| 2021-06-16 | Stop returning a value from `report_assert_as_lint` | LingMan | -11/+14 |
| 2021-06-15 | Use better error message for hard errors in CTFE | Smitty | -9/+4 |
| 2021-06-15 | Auto merge of #86321 - JohnTitor:rollup-q61c8q4, r=JohnTitor | bors | -4/+1 |
| 2021-06-15 | Fix ICE when doc aliases were put on function params | Ryan Levick | -0/+2 |
| 2021-06-15 | Auto merge of #85154 - cjgillot:lessfn, r=bjorn3 | bors | -114/+167 |
| 2021-06-15 | Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-se | Yuki Okushi | -4/+1 |
| 2021-06-15 | Auto merge of #86311 - LeSeulArtichaut:cleanup-array-iter, r=jackh726 | bors | -30/+30 |
| 2021-06-14 | Use the now available implementation of `IntoIterator` for arrays | LeSeulArtichaut | -30/+30 |
| 2021-06-14 | Auto merge of #86275 - lqd:ctfe-validation, r=RalfJung | bors | -17/+26 |
| 2021-06-15 | Refactor to make interpreter and codegen backend neutral to vtable internal r... | Charles Lew | -179/+248 |
| 2021-06-14 | Auto merge of #86117 - ehuss:force-warns-underscore, r=rylev | bors | -1/+2 |
| 2021-06-14 | Adjust `throw_validation_failure` macro to shorten the use of `with_no_trimme... | Rémy Rakic | -13/+10 |
| 2021-06-14 | Improve documentation on `UndefinedBehaviorInfo::ValidationFailure` | Rémy Rakic | -0/+2 |
| 2021-06-13 | Improve CTFE validation error message | Rémy Rakic | -12/+22 |
| 2021-06-13 | Fix typo `with custom a custom` -> `with a custom` | Shadlock0133 | -1/+1 |
| 2021-06-13 | Box `ExprKind::Adt` | LeSeulArtichaut | -26/+43 |
| 2021-06-13 | Auto merge of #86245 - lqd:const-ub-align, r=RalfJung | bors | -11/+20 |