]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-08-10 Nicholas BishopUpdate compiler_builtins to 0.1.79
2022-08-10 borsAuto merge of #100356 - matthiaskrgr:rollup-he0vkjc...
2022-08-10 Matthias KrügerRollup merge of #100352 - ehuss:update-cargo, r=ehuss
2022-08-10 Eric HussUpdate cargo
2022-08-10 Matthias KrügerRollup merge of #100345 - vincenzopalazzo:macros/is_num...
2022-08-10 Matthias KrügerRollup merge of #100340 - spastorino:fix-100187, r...
2022-08-10 Matthias KrügerRollup merge of #100334 - TaKO8Ki:suggest-missing-semic...
2022-08-10 Matthias KrügerRollup merge of #100332 - eholk:stabilize-ilog, r=scottmcm
2022-08-10 Matthias KrügerRollup merge of #100086 - JakobDegen:better-tests,...
2022-08-10 Matthias KrügerRollup merge of #100069 - dpaoliello:linkordinal, r...
2022-08-10 Matthias KrügerRollup merge of #99573 - tbodt:stabilize-backtrace...
2022-08-10 borsAuto merge of #100346 - matthiaskrgr:rollup-6rljn4p...
2022-08-10 Jakob DegenAdd more `// unit-test`s to MIR opt tests
2022-08-09 Jane Losare... Apply suggestions from code review
2022-08-09 Matthias KrügerRollup merge of #100323 - GuillaumeGomez:impl-blocks...
2022-08-09 Matthias KrügerRollup merge of #100319 - GuillaumeGomez:rm-clean-impls...
2022-08-09 Matthias KrügerRollup merge of #100314 - JakobDegen:test-docs, r=RalfJung
2022-08-09 Matthias KrügerRollup merge of #100281 - GuillaumeGomez:rm-clean-impls...
2022-08-09 Matthias KrügerRollup merge of #100275 - RalfJung:anyhow, r=bjorn3
2022-08-09 Matthias KrügerRollup merge of #100261 - luqmana:suggestions-overflow...
2022-08-09 Matthias KrügerRollup merge of #100256 - camelid:typeck-ctxt-doc,...
2022-08-09 Matthias KrügerRollup merge of #100240 - cjgillot:noice-structural...
2022-08-09 Matthias KrügerRollup merge of #100226 - cjgillot:noice-multibyte...
2022-08-09 Matthias KrügerRollup merge of #100098 - compiler-errors:field-suggest...
2022-08-09 Matthias KrügerRollup merge of #100072 - oToToT:patch-1, r=michaelwoer...
2022-08-09 Matthias KrügerRollup merge of #100040 - ChrisDenton:broken-pipe,...
2022-08-09 Matthias KrügerRollup merge of #99479 - Enselic:import-can-be-without...
2022-08-09 Matthias KrügerRollup merge of #98775 - notriddle:notriddle/mobile...
2022-08-09 Vincenzo Palazzodocs: remove repetition
2022-08-09 borsAuto merge of #100150 - notriddle:notriddle/implementor...
2022-08-09 Santiago PastorinoAdd docs for get_remapped_def_id
2022-08-09 Santiago PastorinoIterate def_ids map backwards to try first the latest...
2022-08-09 Eric HolkUpdate rustdoc-json test
2022-08-09 Santiago PastorinoAdd regression test for issue 100187
2022-08-09 Daniel PaolielloAdd error if link_ordinal used without raw-dylib
2022-08-09 Noah LevAddress review comments
2022-08-09 Takayuki Maedasuggest a missing semicolon before an array
2022-08-09 Eric HolkRename integer log* methods to ilog*
2022-08-09 Jakob DegenMention `unit-test` in MIR opt test README
2022-08-09 borsAuto merge of #99217 - lcnr:implied-bounds-pre-norm...
2022-08-09 Guillaume GomezAdd test for impl blocks containing only private items
2022-08-09 borsAuto merge of #100318 - Dylan-DPC:rollup-18tzp6q, r...
2022-08-09 Guillaume GomezPrevent impl blocks containing only private items to...
2022-08-09 lcnrtest implied bounds + nested proj oblig
2022-08-09 Guillaume Gomezremove Clean trait implementation for ast::Module
2022-08-09 Dylan DPCRollup merge of #100305 - TaKO8Ki:suggest-adding-approp...
2022-08-09 Dylan DPCRollup merge of #100301 - TaKO8Ki:avoid-&str-to-String...
2022-08-09 Dylan DPCRollup merge of #100228 - luqmana:suggestion-ice, r...
2022-08-09 Dylan DPCRollup merge of #100221 - compiler-errors:impossible...
2022-08-09 Dylan DPCRollup merge of #100181 - RalfJung:alloc-ref-mutability...
2022-08-09 Dylan DPCRollup merge of #99787 - aDotInTheVoid:rdj-dyn, r=camel...
2022-08-09 Dylan DPCRollup merge of #96478 - WaffleLapkin:rustc_default_bod...
2022-08-09 borsAuto merge of #100089 - JakobDegen:no-invalidate-visito...
2022-08-09 lcnrdon't normalize wf predicates
2022-08-09 Jakob DegenAdd option to `mir::MutVisitor` to not invalidate CFG.
2022-08-09 borsAuto merge of #100304 - matthiaskrgr:rollup-gs56vlw...
2022-08-09 Takayuki Maedasuggest adding an appropriate missing pattern excluding...
2022-08-09 Matthias KrügerRollup merge of #100303 - lnicola:rust-analyzer-2022...
2022-08-09 Matthias KrügerRollup merge of #100294 - theli-ua:master, r=thomcc
2022-08-09 Matthias KrügerRollup merge of #100268 - TaKO8Ki:add-regression-test...
2022-08-09 Matthias KrügerRollup merge of #100238 - Bryysen:master, r=cjgillot
2022-08-09 Matthias KrügerRollup merge of #100212 - GuillaumeGomez:rm-clean-impls...
2022-08-09 Matthias KrügerRollup merge of #100163 - TaKO8Ki:remove-unnecessary...
2022-08-09 borsAuto merge of #100205 - cjgillot:noice-doc, r=camelid
2022-08-09 Laurențiu Nicola:arrow_up: rust-analyzer
2022-08-09 Takayuki Maedaavoid `&str` to `String` conversions
2022-08-09 Anton RomanovUpdate Duration::as_secs doc to point to as_secs_f64...
2022-08-08 Noah LevAdd regression test comment
2022-08-08 BryysenFix plural form of `variant` in error message not forma...
2022-08-08 Camille GILLOTSynthetize a trait ref when none is available.
2022-08-08 Luqman AdenAdd test for #100246.
2022-08-08 Luqman AdenSet tainted errors bit before emitting coerce suggestions.
2022-08-08 Guillaume Gomezremove Clean trait implementation for hir::Generics
2022-08-08 Guillaume Gomezremove Clean trait implementation for hir::ImplItem
2022-08-08 Ralf Jungalso update anyhow in codegen_cranelift
2022-08-08 Takayuki Maedaadd regression test for #79148
2022-08-08 borsAuto merge of #98863 - compiler-errors:projection-msg...
2022-08-08 borsAuto merge of #98489 - cjgillot:naked-nohir, r=davidtwc...
2022-08-08 borsAuto merge of #100207 - notriddle:notriddle/skipped...
2022-08-08 Noah LevAdd some high-level docs to `FnCtxt` and `ItemCtxt`
2022-08-08 Michael GouletAdjust wording
2022-08-07 Michael GouletImplement special-cased projection error message for...
2022-08-07 Michael GouletDon't document impossible to call default trait items...
2022-08-07 BryysenFix wording on comment
2022-08-07 borsAuto merge of #100245 - matthiaskrgr:rollup-tfoo650...
2022-08-07 Luqman AdenAdd UI test for #100199
2022-08-07 BryysenAdd comments to obscure code, remove unnesecary paramet...
2022-08-07 Matthias KrügerRollup merge of #100244 - Lokathor:add-armv4t-none...
2022-08-07 Matthias KrügerRollup merge of #100230 - cjgillot:noice-multibyte...
2022-08-07 Matthias KrügerRollup merge of #100206 - RalfJung:miri-terminfo, r...
2022-08-07 Matthias KrügerRollup merge of #100194 - est31:box_syntax_tests, r...
2022-08-07 Matthias KrügerRollup merge of #100038 - nicholasbishop:bishop-add...
2022-08-07 Matthias KrügerRollup merge of #100019 - TaKO8Ki:suggest-boxed-trait...
2022-08-07 borsAuto merge of #100218 - nicholasbishop:bishop-update...
2022-08-07 LokathorUpdate SUMMARY.md
2022-08-07 LokathorCreate armv4t_none_eabi.md
2022-08-07 LokathorCreate armv4t_none_eabi.rs
2022-08-07 Camille GILLOTFail gracefully when const pattern is not structural...
2022-08-07 borsAuto merge of #99833 - andrewpollack:fuchsia-rust-ci...
2022-08-07 Ralf Jungtest: skip terminfo parsing in Miri
next