]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-01-28 Ben ReevesAdd test for old ICE in #89066
2022-01-28 Ben ReevesAdd test for old ICE in #91594
2022-01-28 Ben ReevesAdd test for old ICE
2022-01-28 borsAuto merge of #93426 - pnkfelix:issue-91671-backport...
2022-01-28 Felix S. Klock IIbackport llvm fix for issue 91671.
2022-01-28 borsAuto merge of #93006 - michaelwoerister:fix-unsized...
2022-01-28 borsAuto merge of #90677 - bobrippling:suggest-tuple-parens...
2022-01-28 Michael Woerister[debuginfo] Fix and unify handling of fat pointers...
2022-01-28 borsAuto merge of #93343 - lqd:attrs, r=spastorino
2022-01-28 borsAuto merge of #93376 - flip1995:clippyup, r=Manishearth
2022-01-27 borsAuto merge of #93390 - matthiaskrgr:rollup-4xeki5w...
2022-01-27 Matthias KrügerRollup merge of #93365 - nnethercote:more-arena-cleanup...
2022-01-27 Matthias KrügerRollup merge of #93363 - lcnr:pass-by-value, r=petrochenkov
2022-01-27 Matthias KrügerRollup merge of #93357 - nnethercote:clarify-usage...
2022-01-27 Matthias KrügerRollup merge of #93339 - notriddle:notriddle/test-gener...
2022-01-27 Matthias KrügerRollup merge of #93325 - tmiasko:lev, r=davidtwco
2022-01-27 Matthias KrügerRollup merge of #93193 - Kobzol:stable-hash-permutation...
2022-01-27 Matthias KrügerRollup merge of #92899 - cameron1024:zip-docs, r=dtolnay
2022-01-27 Matthias KrügerRollup merge of #91641 - dtolnay:cchar-if, r=Mark-Simul...
2022-01-27 David TolnayTouch up PR 92899 Iterator::zip docs
2022-01-27 Nicholas NethercoteClarify `ArenaAllocatable`'s second parameter.
2022-01-27 Nicholas NethercoteAdd some comments.
2022-01-27 Michael Woerister[debuginfo] Fix and unify handling of fat pointers...
2022-01-27 flip1995Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6...
2022-01-27 borsAuto merge of #8359 - flip1995:rustup, r=flip1995
2022-01-27 flip1995Bump nightly version -> 2022-01-27
2022-01-27 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-01-27 Michael Woerister[debuginfo] Fix and unify handling of fat pointers...
2022-01-27 lcnrtry apply `rustc_pass_by_value` to `Span`
2022-01-27 lcnrupdate pass_by_value
2022-01-27 cameronmention std::iter::zip in Iterator::zip docs
2022-01-27 Nicholas NethercoteClarify the `usage-of-qualified-ty` error message.
2022-01-27 borsAuto merge of #92889 - tmiasko:unbounded-recursion...
2022-01-27 borsAuto merge of #93081 - nikic:aarch64-fix, r=cuviper
2022-01-26 borsAuto merge of #93352 - matthiaskrgr:rollup-5peret4...
2022-01-26 Matthias KrügerRollup merge of #93338 - GuillaumeGomez:update-minifier...
2022-01-26 Matthias KrügerRollup merge of #92778 - tavianator:linux-readdir-no...
2022-01-26 Matthias KrügerRollup merge of #92256 - fee1-dead:improve-selection...
2022-01-26 Matthias KrügerRollup merge of #92134 - nico-abram:patch-1, r=michaelw...
2022-01-26 Matthias KrügerRollup merge of #92098 - semarie:openbsd-platform,...
2022-01-26 Matthias KrügerRollup merge of #91861 - juniorbassani:use-from-array...
2022-01-26 Matthias KrügerRollup merge of #90247 - newpavlov:duration_float_fract...
2022-01-26 Michael Howellrustdoc: add test case for multiple traits and erased...
2022-01-26 borsAuto merge of #93301 - spastorino:perf-test-1, r=oli-obk
2022-01-26 borsAuto merge of #8350 - dswij:8331, r=Manishearth
2022-01-26 Rémy RakicOnly traverse attrs once while checking for coherence...
2022-01-26 Guillaume GomezUpdate minifier crate version to 0.0.42
2022-01-26 Santiago PastorinoFilter out local_id == 0, those are already considered...
2022-01-26 Camille GILLOTBless incremental tests.
2022-01-26 Артём Павлов... Improve Duration::try_from_secs_f32/64 accuracy by...
2022-01-26 Tomasz MiąskoIgnore unwinding edges when checking for unconditional...
2022-01-26 borsAuto merge of #91840 - JakobDegen:fix_early_otherwise...
2022-01-26 Tomasz MiąskoIntroduce a limit to Levenshtein distance computation
2022-01-26 Tomasz MiąskoCheck namespace before computing the Levenshtein distance
2022-01-26 Tomasz MiąskoHoist `to_uppercase` out of the loop
2022-01-26 borsAuto merge of #88679 - petrochenkov:doctrscope, r=Guill...
2022-01-26 Nikita PopovUpdate LLVM submodule
2022-01-26 Dharma Saputra... fix bad suggestion on `numeric_literal`
2022-01-26 borsAuto merge of #93314 - ehuss:update-cargo, r=ehuss
2022-01-26 Eric HussUpdate cargo
2022-01-25 Nicolas AbramUpdate src/doc/rustc/src/linker-plugin-lto.md
2022-01-25 Rob PillingRemove 1-tuple unreachable case
2022-01-25 Rob PillingHandle generics with ParamEnv
2022-01-25 Rob PillingCompare tuple element & arg types before suggesting...
2022-01-25 Rob PillingTest tuple suggestions, including tuple-as-function...
2022-01-25 Rob PillingSuggest tuple-parentheses when passing N arguments...
2022-01-25 borsAuto merge of #93308 - matthiaskrgr:rollup-9tc73ft...
2022-01-25 Matthias KrügerRollup merge of #93303 - compiler-errors:issue-93282...
2022-01-25 Matthias KrügerRollup merge of #93300 - RalfJung:win-abort-miri, r...
2022-01-25 Matthias KrügerRollup merge of #93291 - conradludgate:minor-fix-93231...
2022-01-25 Matthias KrügerRollup merge of #93286 - jsha:sidebar-nowrap, r=Guillau...
2022-01-25 Matthias KrügerRollup merge of #93250 - Aaron1011:remove-early-dedup...
2022-01-25 Michael Gouletdelay the bug once again, generalize turbofish suggestion
2022-01-25 borsAuto merge of #93095 - Aaron1011:remove-assoc-ident...
2022-01-25 borsAuto merge of #93095 - Aaron1011:remove-assoc-ident...
2022-01-25 Michael GouletRemove delayed bug when encountering label in bad turbofish
2022-01-25 Camille GILLOTStore hir_id_to_def_id in OwnerInfo.
2022-01-25 Ralf Jungmake Windows abort_internal Miri-compatible
2022-01-25 borsAuto merge of #92353 - Kobzol:doc-attr-lists-gat, r...
2022-01-25 Nicholas NethercoteRename `TypedArenaChunk` as `ArenaChunk`.
2022-01-25 DeadbeefAdd a minimal working `append_const_msg` argument
2022-01-25 DeadbeefImprove selection errors for `~const` trait bounds
2022-01-25 Vadim Petrochenkovrustdoc: Pre-calculate traits that are in scope for...
2022-01-25 borsAuto merge of #8343 - robjtede:patch-1, r=giraffate
2022-01-25 borsAuto merge of #93089 - pierwill:rm-outlivesconstraint...
2022-01-25 Conrad Ludgategive light-theme fns the correct orange-brown colour
2022-01-25 borsAuto merge of #93288 - matthiaskrgr:rollup-uu4uwd1...
2022-01-25 Matthias KrügerRollup merge of #93269 - jacobbramley:dev/pauth-option...
2022-01-25 Matthias KrügerRollup merge of #93251 - jsha:theme-radio, r=GuillaumeGomez
2022-01-25 Matthias KrügerRollup merge of #93175 - spastorino:negative-traits...
2022-01-25 Matthias KrügerRollup merge of #93169 - CraftSpider:rustdoc-clean...
2022-01-25 Matthias KrügerRollup merge of #93144 - wesleywiser:uninhabited_type_c...
2022-01-25 Matthias KrügerRollup merge of #93118 - jackh726:param-heuristics...
2022-01-25 Matthias KrügerRollup merge of #93064 - Aaron1011:provisional-dep...
2022-01-25 Matthias KrügerRollup merge of #88794 - sunfishcode:sunfishcode/try...
2022-01-25 Jacob Hoffman... Add white-space: nowrap to links in the sidebar
2022-01-25 Rob EdeAutofocus search input
2022-01-24 borsAuto merge of #90842 - pierwill:localdefid-indexmap...
2022-01-24 Jacob BramleyUse error-on-mismatch policy for PAuth module flags.
2022-01-24 Jakub BeránekAdd test stable hash uniqueness of adjacent field values
next