| Age | Commit message (Expand) | Author | Lines |
| 2022-12-06 | Rollup merge of #105246 - JakobDegen:run-mir-tests, r=jyn514 | Yuki Okushi | -4/+4 |
| 2022-12-06 | Rollup merge of #104967 - willcrichton:fix-scrape-examples, r=notriddle | Yuki Okushi | -3/+19 |
| 2022-12-06 | Auto merge of #105119 - JakobDegen:inline-experiments, r=cjgillot | bors | -93/+237 |
| 2022-12-05 | Restore missing newline | Will Crichton | -1/+1 |
| 2022-12-05 | Auto merge of #105328 - matthiaskrgr:rollup-qnfksmq, r=matthiaskrgr | bors | -129/+306 |
| 2022-12-05 | Rollup merge of #105301 - RalfJung:miri, r=oli-obk | Matthias Krüger | -55/+117 |
| 2022-12-05 | Rollup merge of #105230 - cjgillot:issue-104312, r=petrochenkov | Matthias Krüger | -2/+17 |
| 2022-12-05 | Rollup merge of #105223 - lukas-code:(ExprWithBlock), r=petrochenkov | Matthias Krüger | -1/+66 |
| 2022-12-05 | Rollup merge of #105222 - devnexen:fbsd_update_img, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-12-05 | Rollup merge of #105180 - nbdd0121:async_track_caller, r=compiler-errors | Matthias Krüger | -0/+25 |
| 2022-12-05 | Rollup merge of #104953 - jyn514:fewer-submodule-updates, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2022-12-05 | Rollup merge of #104952 - jyn514:setup, r=Mark-Simulacrum | Matthias Krüger | -67/+77 |
| 2022-12-05 | Auto merge of #105176 - klensy:docker-smol, r=Mark-Simulacrum | bors | -27/+43 |
| 2022-12-05 | Merge from rustc | Ralf Jung | -1023/+1797 |
| 2022-12-05 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2022-12-05 | Auto merge of #104824 - klensy:bump-some, r=Mark-Simulacrum | bors | -4/+5 |
| 2022-12-05 | Auto merge of #104920 - compiler-errors:avoid-infcx-build, r=jackh726 | bors | -4/+34 |
| 2022-12-04 | Auto merge of #105094 - Swatinem:generator-not-future, r=compiler-errors | bors | -0/+126 |
| 2022-12-04 | Auto merge of #104535 - mikebenfield:discr-fix, r=pnkfelix | bors | -5/+38 |
| 2022-12-04 | Auto merge of #105261 - matthiaskrgr:rollup-9ghhc9c, r=matthiaskrgr | bors | -139/+294 |
| 2022-12-04 | Rollup merge of #105253 - bjorn3:update_rustbuild_deps, r=jyn514 | Matthias Krüger | -30/+24 |
| 2022-12-04 | Rollup merge of #105247 - cjgillot:issue-102682, r=compiler-errors | Matthias Krüger | -58/+47 |
| 2022-12-04 | Rollup merge of #105236 - JohnTitor:issue-47814, r=compiler-errors | Matthias Krüger | -0/+28 |
| 2022-12-04 | Rollup merge of #105224 - cjgillot:issue-104240, r=compiler-errors | Matthias Krüger | -0/+15 |
| 2022-12-04 | Rollup merge of #105141 - ohno418:fix-ice-on-invalid-var-decl-in-macro-call, ... | Matthias Krüger | -0/+52 |
| 2022-12-04 | Rollup merge of #101975 - chenyukang:fix-101749, r=compiler-errors | Matthias Krüger | -51/+128 |
| 2022-12-04 | Auto merge of #103293 - est31:untwist_and_drop_order, r=nagisa | bors | -7/+127 |
| 2022-12-04 | Update crossbeam | bjorn3 | -12/+10 |
| 2022-12-04 | Update rayon to 1.6 | bjorn3 | -5/+4 |
| 2022-12-04 | Update pretty_assertions to 1.3 | bjorn3 | -13/+10 |
| 2022-12-04 | Rollup merge of #105237 - JohnTitor:issue-79450, r=oli-obk | Matthias Krüger | -0/+32 |
| 2022-12-04 | Rollup merge of #105142 - nbdd0121:inline_const, r=petrochenkov | Matthias Krüger | -0/+25 |
| 2022-12-04 | Rollup merge of #105123 - BlackHoleFox:fixing-the-macos-deployment, r=oli-obk | Matthias Krüger | -0/+25 |
| 2022-12-04 | Rollup merge of #104856 - luqmana:associated-const-bad-suggestion, r=compiler... | Matthias Krüger | -7/+1 |
| 2022-12-04 | Use parent function WfCheckingContext to check RPITIT. | Camille GILLOT | -58/+47 |
| 2022-12-04 | Fix --pass in compiletest | Jakob Degen | -4/+4 |
| 2022-12-04 | Also avoid creating a terminating scope in mixed chains | est31 | -0/+19 |
| 2022-12-04 | Auto merge of #104757 - camelid:consolidate-lints, r=GuillaumeGomez,jyn514,Ma... | bors | -505/+441 |
| 2022-12-04 | Add regression test for #79450 | Yuki Okushi | -0/+32 |
| 2022-12-04 | Add regression test for #47814 | Yuki Okushi | -0/+28 |
| 2022-12-04 | Auto merge of #105217 - jyn514:submodule-fixes, r=bjorn3 | bors | -2/+15 |
| 2022-12-03 | Skip recording resolution for duplicated generic params. | Camille GILLOT | -2/+17 |
| 2022-12-03 | Remove drop order twist of && and || and make them associative | est31 | -7/+108 |
| 2022-12-03 | Auto merge of #105218 - matthiaskrgr:rollup-8d3k08n, r=matthiaskrgr | bors | -913/+1196 |
| 2022-12-03 | Properly substitute inherent associated types. | Camille GILLOT | -0/+15 |
| 2022-12-03 | suggest parenthesis around ExprWithBlock BinOp ExprWithBlock | Lukas Markeffsky | -1/+66 |
| 2022-12-03 | std update libc version and freebsd image build dependencies | David CARLIER | -1/+1 |
| 2022-12-03 | Auto merge of #105212 - pietroalbini:pa-macos-xl, r=jyn514 | bors | -1/+1 |
| 2022-12-03 | for now, do not do fake reads on non-Unpin mutable references | Ralf Jung | -54/+14 |
| 2022-12-03 | add test for self-referential future | Ralf Jung | -0/+102 |