| Age | Commit message (Expand) | Author | Lines |
| 2024-12-02 | Use c"lit" for CStrings without unwrap | Kornel | -50/+38 |
| 2024-12-02 | Auto merge of #133728 - jhpratt:rollup-k1i60pg, r=jhpratt | bors | -232/+108 |
| 2024-12-02 | Auto merge of #133566 - lcnr:fast-reject-perf, r=compiler-errors | bors | -17/+53 |
| 2024-12-02 | Auto merge of #133723 - jhpratt:rollup-pyfespf, r=jhpratt | bors | -156/+163 |
| 2024-12-01 | Rollup merge of #133727 - jhpratt:mailmap, r=jhpratt | Jacob Pratt | -0/+1 |
| 2024-12-01 | Rollup merge of #133678 - Urgau:stabilize-ptr_fn_addr_eq, r=jhpratt | Jacob Pratt | -3/+1 |
| 2024-12-01 | Rollup merge of #133672 - RalfJung:const-stability-cleanup, r=jhpratt | Jacob Pratt | -47/+1 |
| 2024-12-01 | Rollup merge of #133589 - voidc:remove-array-len, r=boxyuwu | Jacob Pratt | -182/+105 |
| 2024-12-01 | Update mailmap | Jacob Pratt | -0/+1 |
| 2024-12-01 | Rollup merge of #133712 - RalfJung:rust_analyzer_settings, r=jieyouxu | Jacob Pratt | -0/+4 |
| 2024-12-01 | Rollup merge of #133711 - cod10129:master, r=Noratrieb | Jacob Pratt | -0/+1 |
| 2024-12-01 | Rollup merge of #133446 - Zalathar:querify, r=cjgillot | Jacob Pratt | -113/+114 |
| 2024-12-01 | Rollup merge of #131784 - Urgau:stabilize-midpoint, r=dtolnay | Jacob Pratt | -37/+34 |
| 2024-12-01 | Rollup merge of #131416 - okaneco:const_copy, r=RalfJung | Jacob Pratt | -6/+10 |
| 2024-12-01 | Auto merge of #133345 - GuillaumeGomez:stop-cloning-context, r=notriddle,aDot... | bors | -285/+355 |
| 2024-12-01 | rust_analyzer_settings: force use of 'nightly' toolchain | Ralf Jung | -0/+4 |
| 2024-12-01 | Mark `slice::copy_from_slice` unstably const | okaneco | -6/+10 |
| 2024-12-01 | Fix link to `FormatRenderer` method | Guillaume Gomez | -1/+1 |
| 2024-12-01 | Rename `FormatRenderer::InfoType` into `ModuleData` and rename `FormatRendere... | Guillaume Gomez | -13/+13 |
| 2024-12-01 | Add `unreachable!` in new `FormatRenderer` methods for `JsonRenderer` impleme... | Guillaume Gomez | -2/+7 |
| 2024-12-01 | Add documentation for new `FormatRenderer` trait items | Guillaume Gomez | -2/+30 |
| 2024-12-01 | Move `SharedContext` out of `Rc` | Guillaume Gomez | -162/+171 |
| 2024-12-01 | Store default ID map in a static | Guillaume Gomez | -3/+7 |
| 2024-12-01 | Split ID maps in two parts: the constant one and the updated one | Guillaume Gomez | -67/+57 |
| 2024-12-01 | Stop cloning `Context` so much | Guillaume Gomez | -120/+154 |
| 2024-12-01 | add isatty alias for is_terminal | cod10129 | -0/+1 |
| 2024-12-01 | Auto merge of #133703 - matthiaskrgr:rollup-fwlw0mc, r=matthiaskrgr | bors | -333/+704 |
| 2024-12-01 | Auto merge of #133532 - rami3l:ci/bump-ubuntu, r=Kobzol | bors | -5/+6 |
| 2024-12-01 | Rollup merge of #133691 - compiler-errors:let-source, r=lqd | Matthias Krüger | -1/+62 |
| 2024-12-01 | Rollup merge of #133674 - scottmcm:chain-carrying-add, r=Amanieu | Matthias Krüger | -1/+34 |
| 2024-12-01 | Rollup merge of #133669 - RalfJung:const_swap_splitup, r=dtolnay | Matthias Krüger | -4/+24 |
| 2024-12-01 | Rollup merge of #133595 - GuillaumeGomez:missing_doc_code_examples, r=notriddle | Matthias Krüger | -64/+39 |
| 2024-12-01 | Rollup merge of #133482 - compiler-errors:raw-lt-tick, r=estebank | Matthias Krüger | -16/+29 |
| 2024-12-01 | Rollup merge of #133403 - compiler-errors:adjust-host-effect-preds, r=fee1-de... | Matthias Krüger | -186/+434 |
| 2024-12-01 | Rollup merge of #132974 - madsmtm:linker-arguments-with-commas, r=petrochenkov | Matthias Krüger | -61/+82 |
| 2024-12-01 | Auto merge of #132390 - RalfJung:diagnostics-root-dir, r=albertlarsan68,weiha... | bors | -10/+15 |
| 2024-12-01 | Stabilize unsigned `num_midpoint` feature | Urgau | -37/+34 |
| 2024-12-01 | fix cargo path logic | Ralf Jung | -3/+4 |
| 2024-12-01 | Auto merge of #133694 - matthiaskrgr:rollup-s6xj4rf, r=matthiaskrgr | bors | -699/+670 |
| 2024-12-01 | Rollup merge of #133689 - HomelikeBrick42:master, r=jieyouxu | Matthias Krüger | -15/+15 |
| 2024-12-01 | Rollup merge of #133686 - samueltardieu:push-xkxwxzxqokuu, r=compiler-errors | Matthias Krüger | -0/+2 |
| 2024-12-01 | Rollup merge of #133660 - compiler-errors:trait-obj-missing-assoc, r=lcnr | Matthias Krüger | -205/+35 |
| 2024-12-01 | Rollup merge of #133622 - mkroening:exception-blog, r=cuviper | Matthias Krüger | -2/+2 |
| 2024-12-01 | Rollup merge of #133602 - SanchithHegde:fix-pathbuf-example-codeblocks, r=cuv... | Matthias Krüger | -0/+2 |
| 2024-12-01 | Rollup merge of #133515 - SteveLauC:fix/hurd, r=ChrisDenton | Matthias Krüger | -4/+6 |
| 2024-12-01 | Rollup merge of #132047 - compiler-errors:rbv-rtn-cleanup, r=cjgillot | Matthias Krüger | -35/+143 |
| 2024-12-01 | Rollup merge of #128184 - joboet:refactor_pthread_sync, r=workingjubilee | Matthias Krüger | -438/+465 |
| 2024-12-01 | Only error raw lifetime followed by \' in edition 2021+ | Michael Goulet | -5/+28 |
| 2024-12-01 | Revert "Reject raw lifetime followed by \' as well" | Michael Goulet | -11/+1 |
| 2024-12-01 | Pull out expr handling | Michael Goulet | -93/+97 |