| Age | Commit message (Expand) | Author | Lines |
| 2022-09-21 | Neither require nor imply lifetime bounds on opaque type for well formedness | Oli Scherer | -29/+365 |
| 2022-09-21 | Auto merge of #101846 - chenyukang:fix-101793, r=davidtwco | bors | -22/+64 |
| 2022-09-21 | Auto merge of #100096 - compiler-errors:fn-return-must-be-sized, r=jackh726 | bors | -1/+66 |
| 2022-09-21 | Adding needs-unwind for test using panic::catch_unwind | Andrew Pollack | -2/+3 |
| 2022-09-21 | Adding ignore fuchsia non-applicable commands | Andrew Pollack | -0/+1 |
| 2022-09-21 | Adding ignore fuchsia tests for execvp (pre_exec) | Andrew Pollack | -0/+1 |
| 2022-09-20 | Adding ignore fuchsia tests for execvp | Andrew Pollack | -0/+1 |
| 2022-09-20 | Adding needs-unwind to tests involving changing memory size of Futures/Closures | Andrew Pollack | -0/+3 |
| 2022-09-20 | Auto merge of #102061 - notriddle:rollup-kwu9vp8, r=notriddle | bors | -0/+48 |
| 2022-09-20 | Rollup merge of #100250 - cjgillot:recover-token-stream, r=Aaron1011 | Michael Howell | -0/+48 |
| 2022-09-20 | Better binder treatment | Michael Goulet | -0/+41 |
| 2022-09-20 | Auto merge of #101989 - fee1-dead-contrib:const_trait_impl-assoc-caller-bound... | bors | -0/+14 |
| 2022-09-20 | Move some tests to more reasonable directories | Caio | -171/+0 |
| 2022-09-20 | Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank | bors | -24/+122 |
| 2022-09-20 | Add the `#[derive_const]` attribute | Deadbeef | -2/+73 |
| 2022-09-20 | Auto merge of #102022 - matthiaskrgr:rollup-emwfjd1, r=matthiaskrgr | bors | -18/+77 |
| 2022-09-19 | Adding ignore fuchsia tests for Backtrace, ErrorKind cases | Andrew Pollack | -4/+10 |
| 2022-09-19 | Adding needs-unwind to nicer-assert-messages compiler ui tests | Andrew Pollack | -0/+3 |
| 2022-09-19 | Auto merge of #101894 - dingxiangfei2009:let-else-avoid-duplicate-storage-liv... | bors | -0/+19 |
| 2022-09-19 | Rollup merge of #101966 - crlf0710:emoji_unittest, r=Mark-Simulacrum | Matthias Krüger | -0/+69 |
| 2022-09-19 | Rollup merge of #101904 - Rageking8:fix-101712, r=oli-obk | Matthias Krüger | -18/+8 |
| 2022-09-19 | Incorporate feedback | mejrs | -9/+9 |
| 2022-09-19 | add test | lcnr | -0/+50 |
| 2022-09-19 | Auto merge of #101629 - compiler-errors:issue-101623, r=sanxiyn | bors | -1/+40 |
| 2022-09-19 | Auto merge of #101924 - jackh726:revert-static-hrtb-error, r=compiler-errors | bors | -0/+200 |
| 2022-09-18 | Remove -Znew-llvm-pass-manager | Josh Stone | -2/+2 |
| 2022-09-18 | make projection bounds with const bounds satisfy const | Deadbeef | -0/+14 |
| 2022-09-18 | Add unit test for identifier Unicode emoji diagnostics | Charles Lew | -0/+69 |
| 2022-09-18 | add miri test via const fn | Ding Xiang Fei | -0/+19 |
| 2022-09-18 | Print out the proper crate path | mejrs | -4/+4 |
| 2022-09-18 | Address feedback | mejrs | -18/+81 |
| 2022-09-18 | Note if mismatched types have a similar name | mejrs | -0/+69 |
| 2022-09-17 | Auto merge of #101949 - matthiaskrgr:rollup-xu5cqnd, r=matthiaskrgr | bors | -117/+107 |
| 2022-09-17 | Rollup merge of #101826 - andrewpollack:fix-joined-without-noop, r=Mark-Simul... | Matthias Krüger | -3/+1 |
| 2022-09-17 | Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkov | Matthias Krüger | -114/+106 |
| 2022-09-17 | Rollup merge of #101801 - SparrowLii:query_depth_note, r=estebank | Matthias Krüger | -0/+42 |
| 2022-09-17 | Use Predicate ConstraintCategory when normalizing | Jack Huey | -0/+133 |
| 2022-09-17 | bless tests again | Deadbeef | -104/+64 |
| 2022-09-17 | Rollup merge of #101807 - jackh726:no-gat-defaults, r=lcnr | Dylan DPC | -0/+54 |
| 2022-09-17 | Rollup merge of #101790 - TaKO8Ki:do-not-suggest-placeholder-to-const-and-sta... | Dylan DPC | -0/+28 |
| 2022-09-17 | Rollup merge of #98441 - calebzulawski:simd_as, r=oli-obk | Dylan DPC | -0/+33 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -105/+78 |
| 2022-09-16 | Rollup merge of #101741 - andrewpollack:add-needs-unwind-ui-tests, r=tmandry | Michael Howell | -11/+21 |
| 2022-09-16 | Final bits | Jack Huey | -0/+67 |
| 2022-09-16 | Auto merge of #97800 - pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zer... | bors | -0/+39 |
| 2022-09-16 | Adding needs-unwind arg to applicable compiler ui tests | Andrew Pollack | -11/+21 |
| 2022-09-16 | fix typo in comment noted by bjorn3. | Felix S. Klock II | -1/+1 |
| 2022-09-16 | Auto merge of #101902 - jackh726:revert-static-hrtb-error, r=nikomatsakis | bors | -200/+73 |
| 2022-09-16 | add help for invalid inline argument | Rageking8 | -18/+8 |
| 2022-09-16 | Do not panic when a test function returns Result::Err. | Bradford Hovinen | -1/+1 |