| Age | Commit message (Expand) | Author | Lines |
| 2020-10-06 | Fix NLL compare mode tests | Matthew Jasper | -5/+42 |
| 2020-10-06 | Fix tests from rebase | Matthew Jasper | -442/+535 |
| 2020-10-06 | Don't require lifetime super-bounds on traits apply to trait objects of that ... | Matthew Jasper | -0/+16 |
| 2020-10-06 | Normalize super trait bounds when confirming object candidates | Matthew Jasper | -0/+26 |
| 2020-10-06 | Fix rebase | Matthew Jasper | -89/+80 |
| 2020-10-06 | Don't immediately error for recursive projections | Matthew Jasper | -12/+13 |
| 2020-10-06 | Fix bootstrap | Matthew Jasper | -3/+3 |
| 2020-10-06 | Handle multiple trait-def projection candidates | Matthew Jasper | -0/+16 |
| 2020-10-06 | Avoid cycles from projection bounds | Matthew Jasper | -61/+61 |
| 2020-10-06 | Avoid cycle with projections from object types | Matthew Jasper | -83/+73 |
| 2020-10-06 | Normalize projection bounds when considering candidates | Matthew Jasper | -99/+120 |
| 2020-10-06 | Handle multiple applicable projection candidates | Matthew Jasper | -0/+23 |
| 2020-10-06 | Fix bugs in evaluating WellFormed predicates | Matthew Jasper | -0/+39 |
| 2020-10-06 | Avoid cycle in nested obligations for object candidate | Matthew Jasper | -0/+206 |
| 2020-10-06 | Remove predicates on associated types from traits | Matthew Jasper | -39/+51 |
| 2020-10-06 | Fix tests and bootstrap | Matthew Jasper | -35/+133 |
| 2020-10-06 | Ensure that associated types for trait objects satisfy their bounds | Matthew Jasper | -5/+115 |
| 2020-10-06 | Check associated type bounds for object safety violations | Matthew Jasper | -0/+26 |
| 2020-10-06 | Check opaque types satisfy their bounds | Matthew Jasper | -33/+90 |
| 2020-10-06 | Check projections are well-formed when using projection candidates | Matthew Jasper | -2/+229 |
| 2020-10-06 | Separate bounds and predicates for associated/opaque types | Matthew Jasper | -978/+698 |
| 2020-10-06 | Rollup merge of #77591 - Aaron1011:fix/hygiene-def-scope, r=estebank | Yuki Okushi | -0/+47 |
| 2020-10-06 | Rollup merge of #77587 - ehuss:unicode-escape-span, r=ecstatic-morse | Yuki Okushi | -6/+4 |
| 2020-10-06 | Rollup merge of #77534 - Mark-Simulacrum:issue-70819-disallow-override-forbid... | Yuki Okushi | -6/+84 |
| 2020-10-05 | Record `expansion_that_defined` into crate metadata | Aaron Hill | -0/+47 |
| 2020-10-05 | Fix span for unicode escape suggestion. | Eric Huss | -6/+4 |
| 2020-10-05 | Auto merge of #77549 - tmiasko:simplify-branch-same-fix, r=oli-obk | bors | -0/+21 |
| 2020-10-05 | Auto merge of #77557 - Dylan-DPC:rollup-aib9ptp, r=Dylan-DPC | bors | -442/+1134 |
| 2020-10-05 | Auto merge of #77466 - Aaron1011:reland-drop-tree, r=matthewjasper | bors | -0/+241 |
| 2020-10-05 | Rollup merge of #77512 - ecstatic-morse:const-checking-allow-abort, r=RalfJung | Dylan DPC | -0/+51 |
| 2020-10-05 | Rollup merge of #77439 - varkor:min_const_generics-tests, r=lcnr,estebank | Dylan DPC | -62/+623 |
| 2020-10-05 | Rollup merge of #76329 - GuillaumeGomez:doc-alias-crate-level, r=matthewjasper | Dylan DPC | -380/+445 |
| 2020-10-05 | Rollup merge of #75928 - JulianKnodt:non_utf8, r=estebank | Dylan DPC | -0/+15 |
| 2020-10-04 | But whatever | ecstatic-morse | -0/+1 |
| 2020-10-04 | Prevent forbid from being ignored if overriden at the same level. | Felix S. Klock II | -0/+78 |
| 2020-10-04 | rewrite old test so that its attributes are consistent with what we want in t... | Felix S. Klock II | -6/+6 |
| 2020-10-04 | Rollup merge of #77504 - Amanieu:select_simd_bitmask, r=ecstatic-morse | Jonas Schievink | -5/+30 |
| 2020-10-04 | Rollup merge of #77368 - est31:apfloat_fix, r=varkor | Jonas Schievink | -0/+24 |
| 2020-10-04 | Apply suggestions from review | Aaron Hill | -1/+1 |
| 2020-10-04 | Add regression test for issue #72470 | Aaron Hill | -0/+241 |
| 2020-10-04 | Enforce crate level attributes checks | Guillaume Gomez | -346/+306 |
| 2020-10-04 | Auto merge of #76448 - haraldh:default_alloc_error_handler_reduced, r=Amanieu | bors | -2/+187 |
| 2020-10-04 | Rollup merge of #77468 - camelid:fix-test-name, r=Dylan-DPC | Yuki Okushi | -0/+0 |
| 2020-10-04 | Rollup merge of #77419 - GuillaumeGomez:create-e0777, r=jyn514 | Yuki Okushi | -0/+28 |
| 2020-10-04 | Rollup merge of #77388 - JohnTitor:add-tests, r=Dylan-DPC | Yuki Okushi | -0/+77 |
| 2020-10-04 | Rollup merge of #76768 - workingjubilee:reject-oob-shuffles, r=ralfjung | Yuki Okushi | -0/+267 |
| 2020-10-04 | Rollup merge of #75699 - notriddle:drop-bounds-lint, r=petrochenkov | Yuki Okushi | -0/+83 |
| 2020-10-04 | Add regression test for SimplifyBranchSame miscompilation | Tomasz Miąsko | -0/+21 |
| 2020-10-03 | Ensure that the const-eval engine handles `#[unwind(aborts)]` | Dylan MacKenzie | -0/+33 |
| 2020-10-03 | Add check-pass test for `#[unwind(aborts)]` on a `const fn` | Dylan MacKenzie | -0/+17 |