]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-03-21 bjorn3Add needs-asm-support directive to tests where necessary
2022-03-19 bjorn3Add needs-unwind directive to tests where necessary
2022-03-19 borsAuto merge of #95101 - Dylan-DPC:rollup-r1f1v9t, r...
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 Eric Seppanenadd CStr::from_bytes_until_nul
2022-03-18 borsAuto merge of #95090 - matthiaskrgr:rollup-pho6x6s...
2022-03-18 David TolnayBump impl Write for Cursor<[u8; N]> to 1.61
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 Daniel Henry... Document that `Option<extern "abi" fn>` discriminant...
2022-03-18 borsAuto merge of #95068 - TaKO8Ki:use-create-snapshot...
2022-03-18 borsAuto merge of #95067 - nnethercote:parse_tt-more-refact...
2022-03-18 Guillaume GomezRun rustdoc GUI tests when browser-ui-test version...
2022-03-18 Guillaume GomezCompare installed browser-ui-test version to the one...
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 wcampbellfeat: Add use of bool::then in sys/unix/process
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 borsAuto merge of #95050 - ehuss:fix-cmake-build, r=Mark...
2022-03-17 Eric HussFix cmake build.
2022-03-17 Ralf Jungupdate Miri
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 Guillaume GomezRun GUI test when browser-ui-test version is updated
2022-03-16 Guillaume GomezUpdate browser-ui-test version to 0.8.3
2022-03-16 Zachary SAdd test for StructuralEq for std::cmp::Ordering.
2022-03-16 Michael Gouleterase late-bound regions in dyn projection types for...
2022-03-16 Santiago PastorinoAdd double negative trait test case
2022-03-16 Zachary SDerive Eq for std::cmp::Ordering, instead of using...
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 fee1-deadUpdate issue-92111.rs
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 Eric HussUpdate books
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 Dylan DPCchanged wording
2022-03-16 borsAuto merge of #94861 - aDotInTheVoid:rdj-trait-tests...
2022-03-16 David TolnayBless coverage-reports after core macro blocks change
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...
2022-03-15 skippy10110Add deprecated_safe feature gate and attribute, cc...
2022-03-15 borsAuto merge of #94973 - GuillaumeGomez:more-gui-tests...
2022-03-15 CaioEnsure that `let_else` does not interact with `let_chains`
2022-03-15 Guillaume GomezAdd URL GUI tests
2022-03-15 Guillaume GomezMerge both "search-result-color" GUI tests
2022-03-15 Nixon Enraght... rustdoc-json: Lifetime tests
2022-03-15 Nixon Enraght... jsondocck: Better error for invalid @count number
2022-03-15 Nixon Enraght... rustdoc-json: Add tests for generic fn args and returns
2022-03-15 Nixon Enraght... jsondocck: better error for when @set matches multiple...
2022-03-15 Nixon Enraght... rustdoc-json: Add test for supertraits
2022-03-15 borsAuto merge of #94966 - matthiaskrgr:rollup-iqzswh3...
2022-03-15 Matthias KrügerRollup merge of #94958 - est31:pluralize, r=oli-obk
2022-03-15 Matthias KrügerRollup merge of #94956 - martingms:fix-fixme-comment...
next