| Age | Commit message (Expand) | Author | Lines |
| 2024-02-15 | Skip coroutines in jump threading to avoid query cycles | Tomasz Miąsko | -0/+14 |
| 2024-02-14 | Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errors | bors | -281/+2702 |
| 2024-02-14 | Rollup merge of #121075 - chenyukang:yukang-fix-121070-lint-range, r=oli-obk | Guillaume Gomez | -0/+16 |
| 2024-02-14 | Rollup merge of #120966 - chenyukang:yukang-fix-120599-resolve, r=pnkfelix | Guillaume Gomez | -5/+19 |
| 2024-02-14 | Rollup merge of #120893 - c410-f3r:testsssssss, r=petrochenkov | Guillaume Gomez | -0/+0 |
| 2024-02-14 | Use the correct char type on all platforms | Oli Scherer | -9/+8 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -272/+2694 |
| 2024-02-14 | Rollup merge of #121049 - estebank:issue-121009, r=fmease | Oli Scherer | -53/+1 |
| 2024-02-14 | Rollup merge of #121045 - jieyouxu:fix-ui-tests, r=oli-obk | Oli Scherer | -24/+39 |
| 2024-02-14 | Rollup merge of #121039 - cjgillot:gvn-adjust, r=compiler-errors | Oli Scherer | -0/+25 |
| 2024-02-14 | Rollup merge of #120915 - OdenShirataki:master, r=fmease | Oli Scherer | -4/+61 |
| 2024-02-14 | Rollup merge of #120530 - trevyn:issue-116434, r=compiler-errors | Oli Scherer | -41/+188 |
| 2024-02-14 | Fix two UI tests with incorrect directive / invalid revision | 许杰友 Jieyou Xu (Joe) | -24/+39 |
| 2024-02-14 | Fix false positive with if let and ranges | yukang | -0/+16 |
| 2024-02-14 | remove importing suggestions when there is a shadowed typo canddiate | yukang | -5/+19 |
| 2024-02-14 | Auto merge of #120454 - clubby789:cargo-update, r=Nilstrieb | bors | -181/+108 |
| 2024-02-13 | Rollup merge of #121047 - compiler-errors:default-impls, r=lcnr | Matthias Krüger | -40/+37 |
| 2024-02-13 | Rollup merge of #121002 - lcnr:cleanup-commit_if_ok, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-02-13 | Rollup merge of #118882 - compiler-errors:normalized-sig-wf, r=lcnr | Matthias Krüger | -0/+74 |
| 2024-02-13 | Move tests | Caio | -0/+0 |
| 2024-02-13 | Bump `proc-macro2`, `syn` and `quote` | clubby789 | -181/+108 |
| 2024-02-13 | Do not point at `#[allow(_)]` as the reason for compat lint triggering | Esteban Küber | -53/+1 |
| 2024-02-13 | Do not assemble candidates for default impls | Michael Goulet | -40/+37 |
| 2024-02-13 | Auto merge of #121036 - matthiaskrgr:rollup-ul05q8e, r=matthiaskrgr | bors | -628/+798 |
| 2024-02-13 | Add test. | Camille GILLOT | -0/+25 |
| 2024-02-13 | Rollup merge of #120978 - Nadrieril:sane-blocks, r=matthewjasper | Matthias Krüger | -564/+683 |
| 2024-02-13 | Rollup merge of #120959 - nnethercote:rm-good_path, r=oli-obk | Matthias Krüger | -30/+0 |
| 2024-02-13 | Rollup merge of #120549 - lcnr:errs-showcase, r=compiler-errors | Matthias Krüger | -34/+86 |
| 2024-02-13 | Rollup merge of #120548 - GuillaumeGomez:glob-reexport-cfg-merge, r=Guillaume... | Matthias Krüger | -0/+29 |
| 2024-02-13 | Check normalized call signature for WF in mir typeck | Michael Goulet | -0/+74 |
| 2024-02-13 | Auto merge of #120055 - nikic:llvm-18, r=cuviper | bors | -1/+1 |
| 2024-02-13 | tests: LLVM 18 infers an extra noalias here | Augie Fackler | -1/+1 |
| 2024-02-13 | Rollup merge of #120973 - RalfJung:static_mut_ref, r=compiler-errors | Matthias Krüger | -212/+30 |
| 2024-02-13 | Rollup merge of #120802 - oli-obk:drop_elab_ice, r=compiler-errors | Matthias Krüger | -0/+34 |
| 2024-02-13 | Rollup merge of #120751 - estebank:issue-68982, r=nnethercote | Matthias Krüger | -4/+204 |
| 2024-02-13 | Rollup merge of #120696 - estebank:issue-115405, r=oli-obk | Matthias Krüger | -3/+96 |
| 2024-02-13 | remove questionable calls to `commit_if_ok` | lcnr | -2/+2 |
| 2024-02-13 | one must imagine ci happy | lcnr | -7/+6 |
| 2024-02-13 | add revisions | lcnr | -7/+34 |
| 2024-02-13 | use alias-relate to structurally normalize in the solver | lcnr | -27/+53 |
| 2024-02-13 | Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errors | bors | -4/+4 |
| 2024-02-13 | Remove `good_path_delayed_bug`. | Nicholas Nethercote | -30/+0 |
| 2024-02-12 | Rollup merge of #120970 - RalfJung:static-promoted-test, r=oli-obk | Matthias Krüger | -0/+33 |
| 2024-02-12 | Rollup merge of #120965 - ChrisDenton:sahf, r=michaelwoerister | Matthias Krüger | -2/+4 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-02-12 | Rollup merge of #118983 - Urgau:invalid_ref_casting-bigger-layout, r=oli-obk | Matthias Krüger | -10/+272 |
| 2024-02-12 | allow static_mut_ref in some tests that specifically test mutable statics | Ralf Jung | -212/+30 |
| 2024-02-12 | Properly handle `async` blocks and `fn`s in `if` exprs without `else` | Esteban Küber | -3/+96 |
| 2024-02-12 | Lint on reference casting to bigger underlying allocation | Urgau | -10/+272 |
| 2024-02-12 | Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgr | bors | -165/+162 |