| Age | Commit message (Expand) | Author | Lines |
| 2022-11-07 | Get spans for a couple more region types, add some optimizations, and extend ... | Jack Huey | -3/+76 |
| 2022-11-07 | Add an optional Span to BrAnon and use it to print better error for HRTB erro... | Jack Huey | -0/+45 |
| 2022-11-07 | Reworked const fn ref tests | onestacked | -14/+59 |
| 2022-11-07 | Fix `const_fn_trait_ref_impl`, add test for it | onestacked | -0/+35 |
| 2022-11-07 | Rollup merge of #104090 - wanghaha-dev:master, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-11-07 | Rollup merge of #104038 - compiler-errors:super-norm-closure-sig, r=lcnr | Dylan DPC | -0/+17 |
| 2022-11-07 | Rollup merge of #104003 - c410-f3r:moar-errors, r=petrochenkov | Dylan DPC | -0/+0 |
| 2022-11-07 | Rollup merge of #103986 - compiler-errors:oh-no-bad-block-should-not-have-lab... | Dylan DPC | -0/+219 |
| 2022-11-07 | Update issue-50814.rs test result | Jannis Christopher Köhl | -9/+23 |
| 2022-11-07 | Modify comment syntax error | wanghaha-dev | -1/+1 |
| 2022-11-07 | Rollup merge of #103914 - nnethercote:close-42326, r=petrochenkov | Yuki Okushi | -9/+21 |
| 2022-11-07 | Make underscore_literal_suffix a hard error. | Nicholas Nethercote | -9/+21 |
| 2022-11-06 | Limit efiapi calling convention to supported arches | Nicholas Bishop | -99/+127 |
| 2022-11-06 | Auto merge of #99943 - compiler-errors:tuple-trait, r=jackh726 | bors | -178/+309 |
| 2022-11-06 | fixyfixfix | Boxy | -24/+54 |
| 2022-11-06 | Auto merge of #104043 - matthiaskrgr:rollup-sttf9e8, r=matthiaskrgr | bors | -0/+81 |
| 2022-11-06 | Rollup merge of #104035 - m-ou-se:weird-expr-closure-match, r=compiler-errors | Matthias Krüger | -0/+11 |
| 2022-11-06 | Rollup merge of #103012 - chenyukang:fix-102806, r=davidtwco,compiler-errors | Matthias Krüger | -0/+70 |
| 2022-11-06 | Auto merge of #102618 - aliemjay:simplify-closure-promote, r=compiler-errors | bors | -91/+70 |
| 2022-11-06 | Normalize signature when deducing closure signature from supertraits | Michael Goulet | -0/+17 |
| 2022-11-06 | Add more nonsense to weird-exprs.rs. | Mara Bos | -0/+11 |
| 2022-11-05 | Rebase and update test | clubby789 | -1/+1 |
| 2022-11-05 | Update UI test | clubby789 | -2/+2 |
| 2022-11-05 | Split non-fixable case to different test | clubby789 | -11/+38 |
| 2022-11-05 | Attempt to fix arguments of associated functions | clubby789 | -56/+69 |
| 2022-11-05 | Use `FmtPrinter` instead of creating `Instance` | clubby789 | -5/+115 |
| 2022-11-05 | Update UI test | clubby789 | -1/+1 |
| 2022-11-05 | Fix unused_must_use warning for Box::from_raw | Anett Seeker | -1/+1 |
| 2022-11-05 | Auto merge of #102458 - JohnTitor:stabilize-instruction-set, r=oli-obk | bors | -45/+6 |
| 2022-11-05 | Merge conflicts and rebase onto master | Michael Goulet | -27/+26 |
| 2022-11-05 | Bless chalk tests | Michael Goulet | -12/+42 |
| 2022-11-05 | Adjust diagnostics, bless tests | Michael Goulet | -148/+250 |
| 2022-11-05 | Rollup merge of #103927 - fee1-dead-contrib:E0425-no-typo-when-pattern-matchi... | Matthias Krüger | -0/+30 |
| 2022-11-05 | Do not make typo suggestions when suggesting pattern matching | Deadbeef | -0/+30 |
| 2022-11-05 | Auto merge of #103831 - chenyukang:yukang/fix-103751-ice, r=nagisa | bors | -0/+53 |
| 2022-11-05 | Move some tests to more reasonable directories | Caio | -0/+0 |
| 2022-11-05 | privacy: Print effective visibilities of constructors | Vadim Petrochenkov | -16/+30 |
| 2022-11-05 | resolve: More detailed effective visibility tracking for imports | Vadim Petrochenkov | -2/+49 |
| 2022-11-05 | Rollup merge of #103994 - clubby789:break-unlabeled, r=TaKO8Ki | Dylan DPC | -27/+27 |
| 2022-11-05 | Rollup merge of #103867 - compiler-errors:no-has-errors, r=cjgillot | Dylan DPC | -5/+19 |
| 2022-11-05 | Rollup merge of #103621 - fee1-dead-contrib:iat-fix-use, r=cjgillot | Dylan DPC | -52/+49 |
| 2022-11-05 | use spans in TypeTest rather than mir::Location | Ali MJ Al-Nasrawy | -89/+65 |
| 2022-11-05 | simplify applying closure requirements | Ali MJ Al-Nasrawy | -2/+5 |
| 2022-11-05 | Specify that `break` cannot be used outside of loop *or* labeled block | clubby789 | -27/+27 |
| 2022-11-04 | Auto merge of #103298 - ferrocene:pa-compile-flags-last, r=jyn514 | bors | -0/+9 |
| 2022-11-04 | Don't silently eat label before block in block-like expr | Michael Goulet | -0/+219 |
| 2022-11-04 | Rollup merge of #103964 - clubby789:lint-enclosing-unsafe, r=compiler-errors | Matthias Krüger | -0/+50 |
| 2022-11-04 | Rollup merge of #103897 - Amanieu:llvm-58384, r=davidtwco | Matthias Krüger | -0/+16 |
| 2022-11-04 | Rollup merge of #103681 - RalfJung:libtest-thread, r=thomcc | Matthias Krüger | -2/+2 |
| 2022-11-04 | Rollup merge of #103397 - crlf0710:port_dead_code_lint, r=davidtwco | Matthias Krüger | -6/+6 |