]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-12-04 Hirochika MatsumotoDon't suggest types whose inner type is erroneous
2021-12-04 borsAuto merge of #88439 - cynecx:unwind_asm, r=Amanieu
2021-12-04 borsAuto merge of #91505 - matthiaskrgr:rollup-orxgsxo...
2021-12-04 Matthias KrügerRollup merge of #91488 - compiler-errors:issue-91477...
2021-12-04 Matthias KrügerRollup merge of #91481 - est31:let_else, r=jackh726
2021-12-04 Matthias KrügerRollup merge of #91478 - estebank:fix-newline-in-cast...
2021-12-04 Matthias KrügerRollup merge of #91385 - ecstatic-morse:pat-param-spec...
2021-12-04 Matthias KrügerRollup merge of #91209 - camelid:snapshot, r=jyn514
2021-12-04 Matthias KrügerRollup merge of #90851 - ibraheemdev:downcast-unchecked...
2021-12-04 Matthias KrügerRollup merge of #90538 - camelid:doc-recur-ty, r=estebank
2021-12-03 borsAuto merge of #91501 - camelid:rm-tuple-impls-2, r...
2021-12-03 cynecxlimit may_unwind codegen test to x86_64
2021-12-03 cynecxfix feature-gate test for may_unwind
2021-12-03 cynecxfix inline asm test by not hardcoding symbol names
2021-12-03 cynecxfix inline asm test because of missing attribute
2021-12-03 cynecxrustc_codegen_gcc: proper check for may_unwind
2021-12-03 cynecxadd clobber_abi("C") to may_unwind inline-asm tests
2021-12-03 cynecxadd tests for asm's options(may_unwind)
2021-12-03 cynecxadd `unwind_asm` feature gate for `may_unwind` option
2021-12-03 cynecxrustc_codegen_gcc: error on unwinding inline asm
2021-12-03 cynecxUpdate unstable-book with recent asm changes (`may_unwind`)
2021-12-03 cynecxcg_cranelift: check may_unwind flag instead of cleanup
2021-12-03 cynecxLLVM codgen support for unwinding inline assembly
2021-12-03 cynecxAdjust llvm wrapper for unwinding support for inlineasm
2021-12-03 Amanieu d'AntrasAdd initial AST and MIR support for unwinding from...
2021-12-03 Noah LevRemove a Clean impl for a tuple (9)
2021-12-03 Noah LevRemove a Clean impl for a tuple (8)
2021-12-03 Noah LevRemove a Clean impl for a tuple (7)
2021-12-03 Noah LevRemove a Clean impl for a tuple (6)
2021-12-03 Noah LevRemove a Clean impl for a tuple (5)
2021-12-03 Noah LevRemove a Clean impl for a tuple (4)
2021-12-03 Noah LevClean up definition of `clean_ty_generics` a bit
2021-12-03 Noah LevRemove a Clean impl for a tuple (3)
2021-12-03 Noah LevRemove a Clean impl for a tuple (2)
2021-12-03 Noah LevRemove a Clean impl for a tuple (1)
2021-12-03 Noah Levrustdoc: Rename bounds to bindings where appropriate
2021-12-03 Ibraheem Ahmedfix stability annotations for `Box::downcast`
2021-12-03 Noah LevDocument how recursion is handled for `ty::Ty`
2021-12-03 borsAuto merge of #90737 - eholk:intofuture, r=tmandry
2021-12-03 borsAuto merge of #91491 - spastorino:revert-91354, r=oli-obk
2021-12-03 borsAuto merge of #91393 - Julian-Wollersberger:lexer_optim...
2021-12-03 Santiago PastorinoRevert "Auto merge of #91354 - fee1-dead:const_env...
2021-12-03 borsAuto merge of #91286 - scottmcm:residual-trait, r=josht...
2021-12-03 borsAuto merge of #91486 - matthiaskrgr:rollup-699fo18...
2021-12-03 Michael GouletFix ICE when yielding in fn returning impl Trait
2021-12-03 Matthias KrügerRollup merge of #91483 - calebcartwright:sync-rustfmt...
2021-12-03 Matthias KrügerRollup merge of #91474 - rtzoeller:dfly_set_errno,...
2021-12-03 Matthias KrügerRollup merge of #91462 - b-naber:use-try-normalize...
2021-12-03 Matthias KrügerRollup merge of #91453 - ChrisDenton:doc-win-tls-dtors...
2021-12-03 Matthias KrügerRollup merge of #91381 - Amanieu:android_libdl, r=petro...
2021-12-03 Matthias KrügerRollup merge of #91273 - Badel2:ice-index-str, r=estebank
2021-12-03 Matthias KrügerRollup merge of #91170 - jsha:preload-fonts, r=Guillaum...
2021-12-03 Matthias KrügerRollup merge of #90854 - sanxiyn:unsized-and-uninhabite...
2021-12-03 Matthias KrügerRollup merge of #90269 - woppopo:const_option_expect...
2021-12-03 Matthias KrügerRollup merge of #88906 - Kixunil:box-maybe-uninit-write...
2021-12-03 borsAuto merge of #91339 - cbarrete:vecdeque-remove-grow...
2021-12-03 Caleb CartwrightMerge commit '8da837185714cefbb261e93e9846afb11c1dc60e...
2021-12-03 Caleb CartwrightMerge pull request #5121 from calebcartwright/subtree...
2021-12-03 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2021-12-03 est31Use let_else in some more places in rustc_lint
2021-12-03 Esteban KuberRemove incorrect newline from float cast suggestion
2021-12-03 Eric HolkUpdate .stderr files
2021-12-02 b-naberuse try_normalize_erasing_regions in needs_drop
2021-12-02 Ryan Zoellersuppress warning about set_errno being unused on DragonFly
2021-12-02 borsAuto merge of #91469 - matthiaskrgr:rollup-xom3j55...
2021-12-02 Matthias KrügerRollup merge of #91466 - nnethercote:Symbol-interner...
2021-12-02 Matthias KrügerRollup merge of #91464 - ChrisDenton:doc-path-case...
2021-12-02 Matthias KrügerRollup merge of #91460 - ChrisDenton:doc-last-os-error...
2021-12-02 Matthias KrügerRollup merge of #91457 - steffahn:additional_test_from_...
2021-12-02 Matthias KrügerRollup merge of #91444 - RalfJung:miri-tests, r=dtolnay
2021-12-02 Matthias KrügerRollup merge of #91435 - FabianWolff:issue-91421-if...
2021-12-02 Matthias KrügerRollup merge of #91410 - ecstatic-morse:const-precise...
2021-12-02 Matthias KrügerRollup merge of #91387 - graydon:E0038-clarification...
2021-12-02 Matthias KrügerRollup merge of #91364 - FabianWolff:issue-91210-ptr...
2021-12-02 Matthias KrügerRollup merge of #91329 - Aaron1011:modulo-regions-test...
2021-12-02 Matthias KrügerRollup merge of #91321 - matthewjasper:constaint-placeh...
2021-12-02 Matthias KrügerRollup merge of #89954 - GuillaumeGomez:legacy-const...
2021-12-02 Nicholas NethercoteImprove the comments in `Symbol::interner`.
2021-12-02 Chris DentonDocument file path case sensitivity
2021-12-02 Eric HolkCode review feedback
2021-12-02 Scott McMurrayMake array::{try_from_fn, try_map} and Iterator::try_fi...
2021-12-02 borsAuto merge of #91318 - eggyal:reduce-boilerplate-around...
2021-12-02 Chris DentonDocument how `last_os_error` should be used
2021-12-02 Jack HueyChange to check-pass
2021-12-02 Frank SteffahnAdd additional test from rust issue number 91068
2021-12-02 Martin HabovstiakImplement write() method for Box<MaybeUninit<T>>
2021-12-02 Alan EgertonRename TypeFolderFallible to FallibleTypeFolder
2021-12-02 eggyalUpdate compiler/rustc_middle/src/ty/fold.rs
2021-12-02 Alan EgertonReduce boilerplate around infallible folders
2021-12-02 Alan EgertonRemove no-longer used `IdFunctor::map_id`
2021-12-02 borsAuto merge of #91455 - matthiaskrgr:rollup-gix2hy6...
2021-12-02 Matthias KrügerRollup merge of #91411 - ChrisDenton:valid-paths, r...
2021-12-02 Matthias KrügerRollup merge of #91394 - Mark-Simulacrum:bump-stage0...
2021-12-02 Matthias KrügerRollup merge of #91045 - mjptree:issue-90702-fix, r...
2021-12-02 Matthias KrügerRollup merge of #89234 - nbdd0121:discr, r=jackh726
2021-12-02 Chris DentonDocument Windows TLS drop behaviour
2021-12-02 borsAuto merge of #91354 - fee1-dead:const_env, r=spastorino
2021-12-02 Guillaume GomezAdd test for legacy-const-generic arguments
2021-12-02 Guillaume GomezTransform const generics if the function uses rustc_leg...
2021-12-02 borsAuto merge of #91291 - GuillaumeGomez:const-deref-metho...
next