about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-12-02Use c"lit" for CStrings without unwrapKornel-50/+38
2024-12-02Auto merge of #133728 - jhpratt:rollup-k1i60pg, r=jhprattbors-232/+108
2024-12-02Auto merge of #133566 - lcnr:fast-reject-perf, r=compiler-errorsbors-17/+53
2024-12-02Auto merge of #133723 - jhpratt:rollup-pyfespf, r=jhprattbors-156/+163
2024-12-01Rollup merge of #133727 - jhpratt:mailmap, r=jhprattJacob Pratt-0/+1
2024-12-01Rollup merge of #133678 - Urgau:stabilize-ptr_fn_addr_eq, r=jhprattJacob Pratt-3/+1
2024-12-01Rollup merge of #133672 - RalfJung:const-stability-cleanup, r=jhprattJacob Pratt-47/+1
2024-12-01Rollup merge of #133589 - voidc:remove-array-len, r=boxyuwuJacob Pratt-182/+105
2024-12-01Update mailmapJacob Pratt-0/+1
2024-12-01Rollup merge of #133712 - RalfJung:rust_analyzer_settings, r=jieyouxuJacob Pratt-0/+4
2024-12-01Rollup merge of #133711 - cod10129:master, r=NoratriebJacob Pratt-0/+1
2024-12-01Rollup merge of #133446 - Zalathar:querify, r=cjgillotJacob Pratt-113/+114
2024-12-01Rollup merge of #131784 - Urgau:stabilize-midpoint, r=dtolnayJacob Pratt-37/+34
2024-12-01Rollup merge of #131416 - okaneco:const_copy, r=RalfJungJacob Pratt-6/+10
2024-12-01Auto merge of #133345 - GuillaumeGomez:stop-cloning-context, r=notriddle,aDot...bors-285/+355
2024-12-01rust_analyzer_settings: force use of 'nightly' toolchainRalf Jung-0/+4
2024-12-01Mark `slice::copy_from_slice` unstably constokaneco-6/+10
2024-12-01Fix link to `FormatRenderer` methodGuillaume Gomez-1/+1
2024-12-01Rename `FormatRenderer::InfoType` into `ModuleData` and rename `FormatRendere...Guillaume Gomez-13/+13
2024-12-01Add `unreachable!` in new `FormatRenderer` methods for `JsonRenderer` impleme...Guillaume Gomez-2/+7
2024-12-01Add documentation for new `FormatRenderer` trait itemsGuillaume Gomez-2/+30
2024-12-01Move `SharedContext` out of `Rc`Guillaume Gomez-162/+171
2024-12-01Store default ID map in a staticGuillaume Gomez-3/+7
2024-12-01Split ID maps in two parts: the constant one and the updated oneGuillaume Gomez-67/+57
2024-12-01Stop cloning `Context` so muchGuillaume Gomez-120/+154
2024-12-01add isatty alias for is_terminalcod10129-0/+1
2024-12-01Auto merge of #133703 - matthiaskrgr:rollup-fwlw0mc, r=matthiaskrgrbors-333/+704
2024-12-01Auto merge of #133532 - rami3l:ci/bump-ubuntu, r=Kobzolbors-5/+6
2024-12-01Rollup merge of #133691 - compiler-errors:let-source, r=lqdMatthias Krüger-1/+62
2024-12-01Rollup merge of #133674 - scottmcm:chain-carrying-add, r=AmanieuMatthias Krüger-1/+34
2024-12-01Rollup merge of #133669 - RalfJung:const_swap_splitup, r=dtolnayMatthias Krüger-4/+24
2024-12-01Rollup merge of #133595 - GuillaumeGomez:missing_doc_code_examples, r=notriddleMatthias Krüger-64/+39
2024-12-01Rollup merge of #133482 - compiler-errors:raw-lt-tick, r=estebankMatthias Krüger-16/+29
2024-12-01Rollup merge of #133403 - compiler-errors:adjust-host-effect-preds, r=fee1-de...Matthias Krüger-186/+434
2024-12-01Rollup merge of #132974 - madsmtm:linker-arguments-with-commas, r=petrochenkovMatthias Krüger-61/+82
2024-12-01Auto merge of #132390 - RalfJung:diagnostics-root-dir, r=albertlarsan68,weiha...bors-10/+15
2024-12-01Stabilize unsigned `num_midpoint` featureUrgau-37/+34
2024-12-01fix cargo path logicRalf Jung-3/+4
2024-12-01Auto merge of #133694 - matthiaskrgr:rollup-s6xj4rf, r=matthiaskrgrbors-699/+670
2024-12-01Rollup merge of #133689 - HomelikeBrick42:master, r=jieyouxuMatthias Krüger-15/+15
2024-12-01Rollup merge of #133686 - samueltardieu:push-xkxwxzxqokuu, r=compiler-errorsMatthias Krüger-0/+2
2024-12-01Rollup merge of #133660 - compiler-errors:trait-obj-missing-assoc, r=lcnrMatthias Krüger-205/+35
2024-12-01Rollup merge of #133622 - mkroening:exception-blog, r=cuviperMatthias Krüger-2/+2
2024-12-01Rollup merge of #133602 - SanchithHegde:fix-pathbuf-example-codeblocks, r=cuv...Matthias Krüger-0/+2
2024-12-01Rollup merge of #133515 - SteveLauC:fix/hurd, r=ChrisDentonMatthias Krüger-4/+6
2024-12-01Rollup merge of #132047 - compiler-errors:rbv-rtn-cleanup, r=cjgillotMatthias Krüger-35/+143
2024-12-01Rollup merge of #128184 - joboet:refactor_pthread_sync, r=workingjubileeMatthias Krüger-438/+465
2024-12-01Only error raw lifetime followed by \' in edition 2021+Michael Goulet-5/+28
2024-12-01Revert "Reject raw lifetime followed by \' as well"Michael Goulet-11/+1
2024-12-01Pull out expr handlingMichael Goulet-93/+97