| Age | Commit message (Expand) | Author | Lines |
| 2020-10-08 | Auto merge of #77678 - jyn514:tracing, r=Mark-Simulacrum | bors | -7/+0 |
| 2020-10-08 | Auto merge of #77682 - Mark-Simulacrum:bump-stage0, r=pietroalbini | bors | -2/+2 |
| 2020-10-08 | Auto merge of #77644 - GuillaumeGomez:fix-tooltip-text-display, r=jyn514 | bors | -0/+4 |
| 2020-10-08 | Auto merge of #77631 - jyn514:helpful-changelog, r=RalfJung | bors | -3/+3 |
| 2020-10-08 | Auto merge of #77683 - jyn514:git-hook, r=Mark-Simulacrum | bors | -4/+6 |
| 2020-10-08 | Auto merge of #75470 - estebank:bare-type-expr, r=davidtwco | bors | -0/+56 |
| 2020-10-07 | Bump to 1.48 bootstrap compiler | Mark Rousskov | -2/+2 |
| 2020-10-07 | Unset GIT_DIR in pre-commit hook | Joshua Nelson | -4/+6 |
| 2020-10-07 | Upgrade to tracing 0.2.13 | Joshua Nelson | -7/+0 |
| 2020-10-07 | Detect blocks that could be struct expr bodies | Esteban Küber | -0/+56 |
| 2020-10-07 | Auto merge of #77464 - ecstatic-morse:const-fn-impl-trait, r=oli-obk | bors | -16/+17 |
| 2020-10-07 | Auto merge of #77617 - AnthonyMikh:slice_windows_no_bounds_checking, r=lcnr | bors | -0/+35 |
| 2020-10-07 | Auto merge of #77341 - davidtwco:issue-73427-you-might-have-meant-variant, r=... | bors | -67/+134 |
| 2020-10-07 | Add codegen test | AnthonyMikh | -0/+35 |
| 2020-10-07 | Auto merge of #77595 - petrochenkov:asmident, r=oli-obk | bors | -0/+75 |
| 2020-10-07 | Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514 | bors | -2/+413 |
| 2020-10-07 | Fix tooltip text display | Guillaume Gomez | -0/+4 |
| 2020-10-07 | Auto merge of #77637 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-10-06 | Update cargo | Eric Huss | -0/+0 |
| 2020-10-06 | Make src/bootstrap/CHANGELOG.md more helpful | Joshua Nelson | -3/+3 |
| 2020-10-07 | Rollup merge of #77624 - akoptelov:c-all-targets-fix, r=jyn514 | Dylan DPC | -1/+1 |
| 2020-10-07 | Rollup merge of #77605 - da-x:fix-rustc-def-path, r=petrochenkov | Dylan DPC | -4/+4 |
| 2020-10-07 | Rollup merge of #77590 - Xanewok:update-rls, r=dtolnay | Dylan DPC | -5/+5 |
| 2020-10-07 | Rollup merge of #77568 - lcnr:mir-inline-def-id, r=ecstatic-morse | Dylan DPC | -0/+38 |
| 2020-10-07 | Rollup merge of #77515 - jackh726:chalk-0.31, r=matthewjasper | Dylan DPC | -49/+76 |
| 2020-10-07 | Rollup merge of #77400 - alarsyo:xpy-setup-suggestions, r=jyn514 | Dylan DPC | -38/+81 |
| 2020-10-07 | Rollup merge of #76784 - lzutao:rd_doc, r=GuillaumeGomez | Dylan DPC | -0/+3 |
| 2020-10-06 | Add c as a shorthand check alternative for new options #77603 | Alexander Koptelov | -1/+1 |
| 2020-10-06 | Update to chalk 0.31. Implement some unimplemented. Ignore some tests in comp... | Jack Huey | -49/+76 |
| 2020-10-06 | Auto merge of #76356 - caass:hooks, r=jyn514 | bors | -1/+69 |
| 2020-10-06 | Use String type for Profile parse error | Antoine Martin | -11/+6 |
| 2020-10-06 | Show available profiles on error | Antoine Martin | -1/+12 |
| 2020-10-06 | Use Profile enum for x.py setup | Antoine Martin | -38/+75 |
| 2020-10-06 | Fix suggestions for x.py setup | Antoine Martin | -2/+2 |
| 2020-10-06 | Fix NLL compare mode tests | Matthew Jasper | -5/+42 |
| 2020-10-06 | Fix tests from rebase | Matthew Jasper | -459/+552 |
| 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 | -40/+55 |
| 2020-10-06 | Fix tools | Matthew Jasper | -34/+40 |