| Age | Commit message (Expand) | Author | Lines |
| 2023-11-02 | Auto merge of #117506 - massivebird:ord-typo, r=ChrisDenton | bors | -1/+1 |
| 2023-11-01 | fixes: typo in `std::cmp::Ord` trait docs | massivebird | -1/+1 |
| 2023-11-02 | Cleanup check_match code paths | Nadrieril | -110/+104 |
| 2023-11-02 | Factor out pointing at ADT definition | Nadrieril | -44/+41 |
| 2023-11-02 | Always do all the pattern checks | Nadrieril | -64/+82 |
| 2023-11-02 | Add regression test for pattern checks | Nadrieril | -0/+72 |
| 2023-11-02 | Tweak diagnostic for consistency | Nadrieril | -61/+111 |
| 2023-11-02 | Check pattern error while lowering | Nadrieril | -42/+29 |
| 2023-11-02 | Uncomplicate check_let_chain | Nadrieril | -45/+35 |
| 2023-11-02 | Reorder | Nadrieril | -148/+151 |
| 2023-11-02 | Hint optimizer about reserved capacity | Kornel | -5/+29 |
| 2023-11-01 | Auto merge of #117498 - matthiaskrgr:rollup-z7mg4ck, r=matthiaskrgr | bors | -41/+540 |
| 2023-11-01 | remove code duplication | Matthias Richter | -22/+16 |
| 2023-11-01 | fix get_first false negative for VecDeque | Matthias Richter | -4/+38 |
| 2023-11-01 | Rollup merge of #117488 - GuillaumeGomez:update-minifier, r=notriddle | Matthias Krüger | -3/+3 |
| 2023-11-01 | Rollup merge of #117441 - cjgillot:diag-noassert, r=oli-obk,RalfJung | Matthias Krüger | -11/+468 |
| 2023-11-01 | Rollup merge of #117373 - saethlin:avoid-ice-lint, r=compiler-errors | Matthias Krüger | -8/+4 |
| 2023-11-01 | Rollup merge of #117298 - clubby789:fn-missing-params, r=petrochenkov | Matthias Krüger | -19/+65 |
| 2023-11-01 | Auto merge of #117029 - rmehri01:mir_opt_filecheck_inline_tests, r=cjgillot | bors | -51/+156 |
| 2023-11-01 | Rework unsize documentation | Michael Goulet | -5/+12 |
| 2023-11-01 | Remove a false statement from Unsize docs, add a test | Michael Goulet | -1/+29 |
| 2023-11-01 | Comment `for_diagnostics` flag. | Camille GILLOT | -0/+5 |
| 2023-11-01 | Auto merge of #117289 - estebank:issue-72298, r=cjgillot | bors | -1/+127 |
| 2023-11-01 | Specify diagnostic path. | Camille GILLOT | -6/+13 |
| 2023-11-01 | Rebase fallout. | Camille GILLOT | -10/+2 |
| 2023-11-01 | Rename hook. | Camille GILLOT | -6/+6 |
| 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 | -2/+13 |
| 2023-11-01 | Auto merge of #117307 - taiki-e:espidf-atomic-64, r=Amanieu | bors | -3/+3 |
| 2023-11-01 | Auto merge of #10404 - dnbln:feat/unused_enumerate_index, r=blyxyas | bors | -24/+252 |
| 2023-11-01 | Give a better diagnostic for missing parens in Fn* bounds | clubby789 | -0/+73 |
| 2023-11-01 | fix spans for inline_couroutine panic-abort | Ryan Mehri | -11/+11 |
| 2023-11-01 | Avoid the path trimming ICE lint in error reporting | Ben Kimock | -8/+4 |
| 2023-11-01 | Recover from missing param list in function definitions | clubby789 | -19/+65 |
| 2023-11-01 | Update minifier-rs version to 0.3.0 | Guillaume Gomez | -3/+3 |
| 2023-11-01 | Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiser | bors | -89/+477 |
| 2023-11-01 | refactor: extract common pat_is_wild to clippy_utils | Dinu Blanovschi | -34/+15 |
| 2023-11-01 | Auto merge of #117482 - matthiaskrgr:rollup-doc6jgm, r=matthiaskrgr | bors | -1394/+1376 |
| 2023-11-01 | Rollup merge of #117475 - nnethercote:rm-create_session, r=oli-obk | Matthias Krüger | -97/+54 |
| 2023-11-01 | Rollup merge of #117401 - chenyukang:yukang-cleanup-hir-typeck-suggestions, r... | Matthias Krüger | -1273/+1272 |
| 2023-11-01 | Rollup merge of #117397 - compiler-errors:dont-emit-good-path-on-panic, r=TaK... | Matthias Krüger | -1/+1 |
| 2023-11-01 | Rollup merge of #115626 - clarfonthey:unchecked-math, r=thomcc | Matthias Krüger | -23/+49 |
| 2023-11-01 | Auto merge of #117436 - nikic:update-llvm-16, r=cuviper | bors | -0/+0 |
| 2023-11-01 | Auto merge of #115356 - devnexen:haiku_set_name_use_return, r=thomcc | bors | -1/+3 |
| 2023-11-01 | Auto merge of #117422 - joshtriplett:stabilize-file-times, r=workingjubilee | bors | -21/+19 |
| 2023-11-01 | Auto merge of #116692 - Nadrieril:half-open-ranges, r=cjgillot | bors | -597/+898 |
| 2023-11-01 | Inline and remove `create_session`. | Nicholas Nethercote | -97/+54 |
| 2023-11-01 | Auto merge of #113970 - cjgillot:assume-all-the-things, r=nikic | bors | -470/+573 |
| 2023-10-31 | Update based on wesleywiser review | George Bateman | -8/+15 |
| 2023-10-31 | Update MIR tests for offset_of | George Bateman | -74/+48 |