]> git.lizzy.rs Git - rust.git/history - compiler
Clean up branching in skip
[rust.git] / compiler /
2021-01-03 borsAuto merge of #80623 - flip1995:clippyup, r=Manishearth
2021-01-02 borsAuto merge of #80592 - Skynoodle:snake-case-lint-reserv...
2021-01-02 Matthias Krügerreduce borrowing and (de)referencing around match patte...
2021-01-02 borsAuto merge of #80412 - GuillaumeGomez:fix-search-sectio...
2021-01-02 SkynoodleAdd snake case lint note about keyword identifiers...
2021-01-02 borsAuto merge of #80550 - bugadani:markdown-refactor,...
2021-01-02 flip1995Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6...
2021-01-02 borsAuto merge of #80615 - m-ou-se:rollup-xz67at2, r=m...
2021-01-02 Mara BosRollup merge of #80613 - bugadani:issue-80607, r=matthe...
2021-01-02 Mara BosRollup merge of #80599 - lqd:issue_805889, r=varkor
2021-01-02 Mara BosRollup merge of #80578 - RalfJung:panic-lint-descriptio...
2021-01-02 Mara BosRollup merge of #80574 - jyn514:clean-bootstrap, r...
2021-01-02 Mara BosRollup merge of #80555 - rust-lang:libs-tracking-issue...
2021-01-02 Mara BosRollup merge of #80546 - matthiaskrgr:rustdoclippy...
2021-01-02 Dániel BugaPrint actual enum variant
2021-01-02 borsAuto merge of #80115 - tgnottingham:specialize_opaque_u...
2021-01-02 borsAuto merge of #79883 - frewsxcv:frewsxcv-san, r=shepmaster
2021-01-02 Tyson Nottinghamrustc_serialize: specialize opaque decoding of some...
2021-01-02 Tyson Nottinghamrustc_serialize: have read_raw_bytes take MaybeUninit...
2021-01-02 Tyson Nottinghamrustc_serialize: specialize opaque encoding of some...
2021-01-02 Aaron HillUse `UnhashMap` whenever we have a key of `DefPathHash`
2021-01-02 borsAuto merge of #79870 - sharnoff:smart-pointer-Any-type_...
2021-01-02 borsAuto merge of #77832 - camelid:remove-manual-link-resol...
2021-01-01 borsAuto merge of #80581 - jyn514:ci-llvm, r=Mark-Simulacrum
2021-01-01 Rémy Rakicconst_generics_defaults: don't use todo
2021-01-01 borsAuto merge of #80569 - notriddle:patch-3, r=jyn514
2021-01-01 SkynoodleAdd suggestion to use raw identifiers when fixing snake...
2021-01-01 oliDon't mix feature gates and hard errors, decide on...
2021-01-01 oliReinstate the error-code error over the feature gate...
2021-01-01 oliEnhance some comments
2021-01-01 oliFix cell checks in const fn
2021-01-01 oliThe proper name for the rule is "enclosing scope"
2021-01-01 oliAllow references to interior mutable data behind a...
2021-01-01 borsAuto merge of #80565 - camelid:fix-not-has, r=Guillaume...
2021-01-01 Ralf Jungimprove unconditional_panic description
2021-01-01 borsAuto merge of #80547 - lqd:const_generics_defaults...
2021-01-01 borsAuto merge of #80310 - Manishearth:box-try-alloc, r...
2021-01-01 Rémy Rakicmake `const_generics_defaults` use the unstable syntax...
2021-01-01 Rémy Rakicadjust const generics defaults FIXMEs to the new featur...
2021-01-01 Rémy Rakicmark `const_generics_defaults` as an incomplete feature
2021-01-01 Rémy Rakicfix typo in feature gates file
2021-01-01 Julian Knodtfirst pass at default values for const generics
2021-01-01 borsAuto merge of #80539 - JohnTitor:ui-test-root-cleanup...
2021-01-01 Corey FarwellMerge remote-tracking branch 'origin/master' into frews...
2021-01-01 borsAuto merge of #79576 - m-ou-se:2021, r=Mark-Simulacrum
2021-01-01 borsAuto merge of #80566 - Dylan-DPC:rollup-rns6est, r...
2020-12-31 Dylan DPCRollup merge of #80551 - lcnr:const-arg-wildcard, r...
2020-12-31 Dylan DPCRollup merge of #80548 - JohnTitor:wfcheck-foreign...
2020-12-31 Dylan DPCRollup merge of #80532 - tmiasko:rm;, r=Mark-Simulacrum
2020-12-31 Dylan DPCRollup merge of #80526 - tmandry:up-llvm, r=nikic
2020-12-31 Dylan DPCRollup merge of #80519 - max-heller:issue-80512-fix...
2020-12-31 Dylan DPCRollup merge of #80514 - pietroalbini:fix-install,...
2020-12-31 Dylan DPCRollup merge of #80368 - camelid:rustdoc-succinct-vis...
2020-12-31 Dylan DPCRollup merge of #80323 - camelid:codegen-base-docs...
2020-12-31 Mara BosEnable Pat2021 in edition 2021.
2020-12-31 Mara BosRequire `-Z unstable-options` for unstable editions.
2020-12-31 Mara BosConsistently call editions "Rust 20xx" in messages.
2020-12-31 Mara BosAdd edition 2021.
2020-12-31 borsAuto merge of #80459 - mark-i-m:or-pat-reg, r=petrochenkov
2020-12-31 Bastian Kauschkesupport pattern as const parents in type_of
2020-12-31 borsAuto merge of #79895 - Kerollmops:slice-group-by, r...
2020-12-31 borsAuto merge of #80267 - 0urobor0s:ouro/61592, r=jyn514
2020-12-31 borsRustdoc render public underscore_imports as Re-exports
2020-12-31 borsAuto merge of #79150 - m-ou-se:bye-bye-doc-comment...
2020-12-31 borsAuto merge of #80500 - jyn514:track-caller, r=nagisa
2020-12-31 Yuki OkushiFIx ICE on wf check for foreign fns
2020-12-31 borsAuto merge of #80435 - pietroalbini:compression-formats...
2020-12-30 borsAuto merge of #80530 - m-ou-se:rollup-zit69ko, r=m...
2020-12-30 max-hellerTake type defaults into account in suggestions to reord...
2020-12-30 Mara BosRollup merge of #80513 - LeSeulArtichaut:80062-test...
2020-12-30 Mara BosRollup merge of #80495 - jyn514:rename-empty, r=petroch...
2020-12-30 Mara BosRollup merge of #80491 - RalfJung:dangling-of-val,...
2020-12-30 Mara BosRollup merge of #80488 - CAD97:drop-weak-without-refere...
2020-12-30 Mara BosRollup merge of #80458 - RalfJung:promotion-refactor...
2020-12-30 Mara BosRollup merge of #80424 - jyn514:bootstrap-cleanup,...
2020-12-30 Mara BosRollup merge of #80128 - pierwill:pierwill-docs-fieldpa...
2020-12-30 Mara BosRollup merge of #78934 - DeveloperC286:issue_60302_vec...
2020-12-30 borsAuto merge of #80511 - Mark-Simulacrum:bump-stage0...
2020-12-30 markImplement edition-based macro pat feature
2020-12-30 borsAuto merge of #80510 - JohnTitor:rollup-gow7y0l, r...
2020-12-30 Joshua NelsonRename kw::Invalid -> kw::Empty
2020-12-30 Mark RousskovBump bootstrap compiler to 1.50 beta
2020-12-30 Yuki OkushiRollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkor
2020-12-30 Yuki OkushiRollup merge of #80492 - matthiaskrgr:tasty_wraps,...
2020-12-30 Yuki OkushiRollup merge of #80381 - rust-lang:revert-80244-spans...
2020-12-30 Yuki OkushiRollup merge of #80337 - jyn514:add-query-desc, r=varkor
2020-12-30 Yuki OkushiRollup merge of #80311 - sivadeilra:natvis, r=petrochenkov
2020-12-30 Yuki OkushiRollup merge of #80260 - RalfJung:less-untyped-panics...
2020-12-30 Yuki OkushiRollup merge of #80185 - JohnTitor:issue-80134, r=davidtwco
2020-12-30 Yuki OkushiFix ICE when pointing at multi bytes character
2020-12-30 borsAuto merge of #79684 - usbalbin:const_copy, r=oli-obk
2020-12-30 Matthias Krügerremove unused return types such as empty Results or...
2020-12-30 Matthias Krügerwhere possible, pass slices instead of &Vec or &String...
2020-12-30 borsAuto merge of #80503 - JohnTitor:rollup-b26vglu, r...
2020-12-30 Yuki OkushiRollup merge of #80487 - matthiaskrgr:field_names,...
2020-12-30 Yuki OkushiRollup merge of #80482 - matthiaskrgr:cl0ne_on_copy...
2020-12-30 Yuki OkushiRollup merge of #80477 - tmiasko:safe-forget, r=oli-obk
2020-12-30 Yuki OkushiRollup merge of #80472 - GuillaumeGomez:sans-serif...
2020-12-30 Yuki OkushiRollup merge of #80469 - BlackHoleFox:fix-time-typo...
2020-12-30 Yuki OkushiRollup merge of #80467 - LingMan:more_matches, r=oli-obk
next