]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #91510 - camelid:two-cleanups, r=GuillaumeGomez
[rust.git] / src /
2021-12-05 borsAuto merge of #91510 - camelid:two-cleanups, r=Guillaum...
2021-12-05 borsAuto merge of #91229 - Aaron1011:dist-lld, r=Mark-Simul...
2021-12-05 borsAuto merge of #91475 - ecstatic-morse:mir-pass-manager3...
2021-12-05 borsAuto merge of #91539 - matthiaskrgr:rollup-rnl10yb...
2021-12-04 Matthias KrügerRollup merge of #91528 - piegamesde:master, r=cuviper
2021-12-04 Matthias KrügerRollup merge of #91355 - alexcrichton:stabilize-thread...
2021-12-04 Matthias KrügerRollup merge of #91215 - GuillaumeGomez:vec-deque-retai...
2021-12-04 Matthias KrügerRollup merge of #90023 - b-naber:postpone_const_eval_in...
2021-12-04 Matthias KrügerRollup merge of #90022 - hkmatsumoto:self-upper-as...
2021-12-04 Matthias KrügerRollup merge of #89642 - devnexen:macos_getenv_chng...
2021-12-04 Aaron HillInclude `lld` in `rust-dev` package
2021-12-04 piegamesLLVM support .insn directive
2021-12-04 borsAuto merge of #91517 - matthiaskrgr:rollup-3fmp4go...
2021-12-04 Matthias KrügerRollup merge of #90519 - estebank:issue-84003, r=petroc...
2021-12-04 Matthias KrügerRollup merge of #89701 - tom7980:issue-89566-fix, r...
2021-12-04 Matthias KrügerRollup merge of #87054 - kit-981:master, r=scottmcm
2021-12-04 borsAuto merge of #88439 - cynecx:unwind_asm, r=Amanieu
2021-12-04 Noah LevRemove single-use `GenericParamDef::get_type` function
2021-12-04 Noah Levrustdoc: Remove single-use `Lifetime::get_ref()` function
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 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 cynecxUpdate unstable-book with recent asm changes (`may_unwind`)
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 borsAuto merge of #90737 - eholk:intofuture, r=tmandry
2021-12-03 Esteban KuberAnnotate `derive`d spans and move span suggestion code
2021-12-03 Esteban KuberModify `bounds_span` to ignore bounds coming from a...
2021-12-03 Esteban KuberKeep spans for generics in `#[derive(_)]` desugaring
2021-12-03 Tom FarmerUpdate invalid crate attributes, add help message
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 Dylan MacKenzie`EarlyOtherwiseBranch` requires `-Zunsound-mir-opts`
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 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 Eric HolkCode review feedback
2021-12-02 borsAuto merge of #91318 - eggyal:reduce-boilerplate-around...
2021-12-02 Jack HueyChange to check-pass
2021-12-02 Frank SteffahnAdd additional test from rust issue number 91068
2021-12-02 Alan EgertonReduce boilerplate around infallible folders
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
next