| Age | Commit message (Expand) | Author | Lines |
| 2023-11-02 | Auto merge of #117521 - GuillaumeGomez:impl-on-foreign-order, r=notriddle | bors | -1/+26 |
| 2023-11-02 | Add GUI test to ensure that implementations on foreign types are in the expec... | Guillaume Gomez | -1/+26 |
| 2023-11-02 | Auto merge of #117513 - matthiaskrgr:rollup-jvl6y84, r=matthiaskrgr | bors | -1/+55 |
| 2023-11-02 | Rollup merge of #117509 - Zalathar:zsymbol, r=petrochenkov | Matthias Krüger | -1/+26 |
| 2023-11-02 | Rollup merge of #117495 - compiler-errors:unsize-docs, r=lcnr | Matthias Krüger | -0/+29 |
| 2023-11-02 | Auto merge of #117466 - compiler-errors:alias-bound, r=aliemjay | bors | -0/+55 |
| 2023-11-02 | Don't check for alias bounds in liveness when aliases have escaping bound vars | Michael Goulet | -0/+55 |
| 2023-11-02 | Auto merge of #117204 - nnethercote:rustc_ast_passes, r=compiler-errors | bors | -3/+3 |
| 2023-11-02 | Remove support for alias `-Z symbol-mangling-version` | Zalathar | -1/+1 |
| 2023-11-02 | Add UI tests for values accepted by `-C symbol-mangling-version` | Zalathar | -0/+25 |
| 2023-11-01 | Auto merge of #117498 - matthiaskrgr:rollup-z7mg4ck, r=matthiaskrgr | bors | -19/+489 |
| 2023-11-01 | Rollup merge of #117441 - cjgillot:diag-noassert, r=oli-obk,RalfJung | Matthias Krüger | -0/+445 |
| 2023-11-01 | Rollup merge of #117298 - clubby789:fn-missing-params, r=petrochenkov | Matthias Krüger | -19/+44 |
| 2023-11-01 | Auto merge of #117029 - rmehri01:mir_opt_filecheck_inline_tests, r=cjgillot | bors | -51/+156 |
| 2023-11-01 | Remove a false statement from Unsize docs, add a test | Michael Goulet | -0/+29 |
| 2023-11-01 | Auto merge of #117289 - estebank:issue-72298, r=cjgillot | bors | -0/+94 |
| 2023-11-01 | Rebase fallout. | Camille GILLOT | -10/+2 |
| 2023-11-01 | Make ui into mir-opt test. | Camille GILLOT | -11/+453 |
| 2023-11-01 | Do not assert in op_to_const. | Camille GILLOT | -0/+11 |
| 2023-11-01 | fix spans for inline_couroutine panic-abort | Ryan Mehri | -11/+11 |
| 2023-11-01 | Recover from missing param list in function definitions | clubby789 | -19/+44 |
| 2023-11-01 | Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiser | bors | -47/+294 |
| 2023-11-01 | Rollup merge of #115626 - clarfonthey:unchecked-math, r=thomcc | Matthias Krüger | -2/+2 |
| 2023-11-01 | Auto merge of #116692 - Nadrieril:half-open-ranges, r=cjgillot | bors | -198/+215 |
| 2023-11-01 | Auto merge of #113970 - cjgillot:assume-all-the-things, r=nikic | bors | -324/+390 |
| 2023-10-31 | Update based on wesleywiser review | George Bateman | -3/+10 |
| 2023-10-31 | Update MIR tests for offset_of | George Bateman | -44/+44 |
| 2023-10-31 | Enums in offset_of: update based on est31, scottmcm & llogiq review | George Bateman | -2/+27 |
| 2023-10-31 | Support enum variants in offset_of! | George Bateman | -29/+244 |
| 2023-10-31 | Auto merge of #117459 - matthiaskrgr:rollup-t3osb3c, r=matthiaskrgr | bors | -0/+182 |
| 2023-10-31 | change inline_retag to after.mir | Ryan Mehri | -66/+60 |
| 2023-10-31 | Rollup merge of #117417 - celinval:smir-visitor, r=oli-obk | Matthias Krüger | -0/+148 |
| 2023-10-31 | Rollup merge of #113241 - poliorcetics:85138-doc-object-safety, r=GuillaumeGomez | Matthias Krüger | -0/+34 |
| 2023-10-31 | Auto merge of #117450 - oli-obk:rustdoc_verify, r=estebank | bors | -106/+423 |
| 2023-10-31 | Accept less invalid Rust in rustdoc | Oli Scherer | -106/+423 |
| 2023-10-31 | Auto merge of #117444 - matthiaskrgr:rollup-43s0spc, r=matthiaskrgr | bors | -3/+116 |
| 2023-10-31 | Rollup merge of #117438 - cjgillot:deterministic-error, r=oli-obk | Matthias Krüger | -3/+26 |
| 2023-10-31 | Rollup merge of #117416 - compiler-errors:tait-in-bad-body, r=oli-obk | Matthias Krüger | -0/+31 |
| 2023-10-31 | Rollup merge of #116712 - estebank:issue-116252, r=petrochenkov | Matthias Krüger | -0/+59 |
| 2023-10-31 | FileCheck uninhabited_enum_branching. | Camille GILLOT | -245/+126 |
| 2023-10-31 | Only emit `!=` assumptions if the otherwise target is reachable. | Camille GILLOT | -51/+142 |
| 2023-10-31 | Refactor UninhabitedEnumBranching to mark targets unreachable. | Camille GILLOT | -6/+37 |
| 2023-10-31 | Simplify assume of a constant. | Camille GILLOT | -84/+62 |
| 2023-10-31 | Replace SwitchInt to unreachable by an assumption. | Camille GILLOT | -38/+93 |
| 2023-10-31 | Reorder passes. | Camille GILLOT | -33/+63 |
| 2023-10-31 | Do not ICE on constant evaluation failure in GVN. | Camille GILLOT | -3/+26 |
| 2023-10-31 | Auto merge of #117377 - dtolnay:deprecatedsince, r=cjgillot | bors | -26/+30 |
| 2023-10-30 | Preserve deprecation attribute even if 'since' version is missing | David Tolnay | -3/+11 |
| 2023-10-30 | Auto merge of #116405 - estebank:issue-103155, r=davidtwco | bors | -181/+206 |
| 2023-10-30 | Sort errors | Esteban Küber | -9/+9 |