]> git.lizzy.rs Git - rust.git/history - compiler
Mention 92800 for docs availability
[rust.git] / compiler /
2022-03-21 borsAuto merge of #95169 - Smittyvb:union-test-ub, r=bjorn3
2022-03-21 borsAuto merge of #95104 - compiler-errors:remove-ascriptio...
2022-03-21 borsAuto merge of #95156 - audunhalland:fix-rustc_const_eva...
2022-03-20 Audun Hallandfix two comments referring to moved code (rustc_mir_tra...
2022-03-20 borsAuto merge of #95148 - matthiaskrgr:rollup-jsb1ld9...
2022-03-20 Matthias KrügerRollup merge of #95145 - ChayimFriedman2:patch-1, r...
2022-03-20 Matthias KrügerRollup merge of #95135 - TaKO8Ki:fix-not-emitted-unmatc...
2022-03-20 Matthias KrügerRollup merge of #95131 - ehuss:fix-metadata-filename...
2022-03-20 Matthias KrügerRollup merge of #95114 - ChrisDenton:symlink-test,...
2022-03-20 borsAuto merge of #95144 - RalfJung:miri, r=RalfJung
2022-03-20 Chayim Refael FriedmanFix typo interator->iterator
2022-03-20 borsAuto merge of #95142 - bjorn3:sync_cg_clif-2022-03...
2022-03-20 bjorn3Merge commit '370c397ec9169809e5ad270079712e0043514240...
2022-03-20 borsAuto merge of #95071 - RalfJung:arbitrary-self-dyn...
2022-03-20 Takayuki Maedafix a not emitted unmatched angle bracket error
2022-03-20 borsAuto merge of #92962 - frank-king:btree_entry_no_insert...
2022-03-20 borsAuto merge of #95133 - matthiaskrgr:rollup-4q0u804...
2022-03-20 Matthias KrügerRollup merge of #95110 - wmstack:patch-1, r=Dylan-DPC
2022-03-20 Matthias KrügerRollup merge of #95108 - scottmcm:more-in-target-displa...
2022-03-20 Matthias KrügerRollup merge of #94989 - compiler-errors:stream-alias...
2022-03-20 Matthias KrügerRollup merge of #94948 - jhpratt:rustc_deprecated,...
2022-03-20 Matthias KrügerRollup merge of #94749 - RalfJung:remove-dir-all-miri...
2022-03-20 borsAuto merge of #95063 - tromey:fix-94458-gdb-char, r...
2022-03-20 borsAuto merge of #94976 - jclulow:solaris-festival, r...
2022-03-19 borsAuto merge of #94372 - erikdesjardins:asrefinl, r=dtolnay
2022-03-19 Dylan DPCRollup merge of #95072 - tromey:parallel-debug-tests...
2022-03-19 Dylan DPCRollup merge of #94991 - CAD97:const-weak-new, r=dtolnay
2022-03-19 Dylan DPCRollup merge of #94650 - ChrisDenton:windows-absolute...
2022-03-19 Dylan DPCRollup merge of #93858 - krallin:process-process_group...
2022-03-19 Scott McMurrayGive more details in `Display` for `hir::Target`
2022-03-19 Michael Gouletsuggest removing type ascription in bad position
2022-03-19 Dylan DPCRollup merge of #94984 - ericseppanen:cstr_from_bytes...
2022-03-19 Dylan DPCRollup merge of #93692 - mfrw:mfrw/document-keyword...
2022-03-19 Dylan DPCRollup merge of #93263 - sunfishcode:sunfishcode/detatc...
2022-03-19 Dylan DPCRollup merge of #92663 - cuviper:generic-write-cursor...
2022-03-19 Dylan DPCRollup merge of #92612 - atopia:update-lib-l4re, r...
2022-03-19 Dylan DPCRollup merge of #92519 - ChrisDenton:command-maybe...
2022-03-18 borsAuto merge of #95090 - matthiaskrgr:rollup-pho6x6s...
2022-03-18 Matthias KrügerRollup merge of #95083 - danielhenrymantilla:patch...
2022-03-18 Matthias KrügerRollup merge of #95058 - wcampbell0x2a:use-then-in...
2022-03-18 Matthias KrügerRollup merge of #95017 - zachs18:cmp_ordering_derive_eq...
2022-03-18 Matthias KrügerRollup merge of #94993 - GrishaVar:too-many-hashes...
2022-03-18 Matthias KrügerRollup merge of #94848 - GuillaumeGomez:browser-ui...
2022-03-18 Matthias KrügerRollup merge of #94295 - Urgau:cfg-always-eval-all...
2022-03-18 Matthias KrügerRollup merge of #94115 - scottmcm:iter-process-by-ref...
2022-03-18 borsAuto merge of #95068 - TaKO8Ki:use-create-snapshot...
2022-03-18 Ralf JungMiri: implement arbitrary-self dyn receivers
2022-03-18 borsAuto merge of #95067 - nnethercote:parse_tt-more-refact...
2022-03-18 Takayuki Maedause `self.create_snapshot_for_diagnostic` instead of...
2022-03-18 Nicholas NethercoteRename `TtSeq` as `TtSlice`.
2022-03-18 Nicholas NethercoteTweak a bunch of comments.
2022-03-18 borsAuto merge of #95065 - matthiaskrgr:rollup-75i6oz5...
2022-03-18 Matthias KrügerRollup merge of #95048 - RalfJung:miri, r=RalfJung
2022-03-18 Matthias KrügerRollup merge of #95047 - TaKO8Ki:remove-unnecessary...
2022-03-18 Matthias KrügerRollup merge of #95039 - spastorino:overlap-super-predi...
2022-03-18 Matthias KrügerRollup merge of #95013 - GuillaumeGomez:browser-ui...
2022-03-18 Nicholas NethercoteReorder cases in `parse_tt_inner`.
2022-03-18 Nicholas NethercoteOnly modify `eof_items` if `token == Eof`.
2022-03-18 Nicholas NethercoteFactor out some code into `MatcherPos::repetition`.
2022-03-18 borsAuto merge of #88098 - Amanieu:oom_panic, r=nagisa
2022-03-18 Nicholas NethercoteAdd two useful assertions.
2022-03-18 borsAuto merge of #95056 - Dylan-DPC:rollup-swtuw2n, r...
2022-03-17 Dylan DPCRollup merge of #95000 - fee1-dead:fee1-dead-patch...
2022-03-17 Dylan DPCRollup merge of #94997 - michaelwoerister:fix-enum...
2022-03-17 Dylan DPCRollup merge of #94982 - skippy10110:deprecated_safe...
2022-03-17 Dylan DPCRollup merge of #94960 - codehorseman:master, r=oli-obk
2022-03-17 Dylan DPCRollup merge of #94731 - TaKO8Ki:const-generic-expr...
2022-03-17 Dylan DPCRollup merge of #94698 - WaffleLapkin:simplify-copy...
2022-03-17 Dylan DPCRollup merge of #94309 - eholk:issue-57017, r=tmandry
2022-03-17 Dylan DPCRollup merge of #93745 - tarcieri:stabilize-adx, r...
2022-03-17 Dylan DPCRollup merge of #93222 - mark-i-m:errorreported, r...
2022-03-17 Dylan DPCRollup merge of #91133 - terrarier2111:unsafe-diagnosti...
2022-03-17 borsAuto merge of #95020 - compiler-errors:late-debuginfo...
2022-03-17 Niko MatsakisUpdate compiler/rustc_trait_selection/src/traits/cohere...
2022-03-17 Santiago PastorinoUse let else here
2022-03-17 Takayuki Maedarefactor: remove an unnecessary pattern for ignoring...
2022-03-17 Santiago PastorinoAdd more commments
2022-03-17 Santiago PastorinoThis test now works
2022-03-17 Santiago PastorinoExtract obligation resolution to function
2022-03-17 Santiago PastorinoMake negative coherence work when there's impl negative...
2022-03-17 Santiago PastorinoAdd comments on Polarity
2022-03-16 Michael Gouleterase late-bound regions in dyn projection types for...
2022-03-16 markrustc_error: make ErrorReported impossible to construct
2022-03-16 Michael Woeristerdebuginfo: Fix ICE when generating name for type that...
2022-03-16 codehorsemanresolve the conflict in compiler/rustc_session/src...
2022-03-16 borsAuto merge of #94995 - luojia65:riscv-more-features...
2022-03-16 luojia65feat: more RISC-V features
2022-03-16 borsAuto merge of #94990 - ehuss:update-books, r=ehuss
2022-03-16 GrishaAdd test for >65535 hashes in lexing raw string
2022-03-16 borsAuto merge of #94987 - Dylan-DPC:rollup-5tssuhi, r...
2022-03-16 Dylan DPCRollup merge of #94974 - c410-f3r:let-chain-dashufwrqwe...
2022-03-16 Dylan DPCRollup merge of #94957 - iamzhangyong:explanation-read_...
2022-03-16 Dylan DPCRollup merge of #94955 - TaKO8Ki:use-format-args-captur...
2022-03-16 Dylan DPCRollup merge of #94951 - est31:irrefutable_let_chain_pa...
2022-03-16 Dylan DPCRollup merge of #94868 - dtolnay:noblock, r=Dylan-DPC
2022-03-16 borsAuto merge of #94861 - aDotInTheVoid:rdj-trait-tests...
2022-03-15 Jacob PrattCorrect meta item diagnostic
2022-03-15 Jacob PrattInclude tracking issue in diagnostic
2022-03-15 est31Extend the irrefutable_let_patterns lint to let chains
2022-03-15 borsAuto merge of #94925 - lcnr:relax-sus-auto-impls, r...
next