]> git.lizzy.rs Git - rust.git/history - compiler/rustc_const_eval
Add emscripten to the "wasm" family of targets
[rust.git] / compiler / rustc_const_eval /
2021-11-10 borsAuto merge of #90759 - yanok:llvm-dbginfo-fix, r=nikic
2021-11-10 borsAuto merge of #88670 - camelid:miri-uninit-num, r=RalfJung
2021-11-10 Matthias KrügerRollup merge of #90748 - cuviper:track-setgroups, r...
2021-11-10 Matthias KrügerRollup merge of #90690 - solid-rs:fix-kmc-solid-asm...
2021-11-10 borsAuto merge of #90663 - ken-matsui:support-early-stoppin...
2021-11-10 Noah Levmiri: Detect uninitialized integers and floats
2021-11-09 borsAuto merge of #90734 - matthiaskrgr:rollup-e1euotp...
2021-11-09 Matthias KrügerRollup merge of #90723 - asquared31415:box_docs, r...
2021-11-09 Matthias KrügerRollup merge of #90701 - michaelwoerister:more-artifact...
2021-11-09 Matthias KrügerRollup merge of #90685 - jyn514:remove-dead-code, r...
2021-11-09 Matthias KrügerRollup merge of #90683 - jyn514:compiler-docs, r=Mark...
2021-11-09 Matthias KrügerRollup merge of #90613 - GuillaumeGomez:specific-rustdo...
2021-11-09 Matthias KrügerRollup merge of #90035 - SparrowLii:rfc2528, r=jackh726
2021-11-09 Matthias KrügerRollup merge of #89561 - nbdd0121:const_typeck, r=nikom...
2021-11-09 borsAuto merge of #86041 - bstrie:unmagic-array-copy, r...
2021-11-09 borsAuto merge of #90724 - JohnTitor:rollup-zg0kbm3, r...
2021-11-09 Yuki OkushiRollup merge of #90591 - richlowe:illumos-ui-target...
2021-11-09 borsAuto merge of #90700 - fee1-dead:select-returns-vec...
2021-11-09 borsAuto merge of #90485 - camsteffen:fmt-args-less-bind...
2021-11-08 borsAuto merge of #90443 - camelid:rustdoc-subst, r=Guillau...
2021-11-08 DeadbeefMake select_* methods return Vec for TraitEngine
2021-11-08 Guillaume GomezRollup merge of #90657 - GuillaumeGomez:one-char-last...
2021-11-08 Guillaume GomezRollup merge of #90652 - matthiaskrgr:unnnec_filter_map...
2021-11-08 Guillaume GomezRollup merge of #90494 - Meziu:armv6k-3ds-target, r...
2021-11-08 borsAuto merge of #90361 - Mark-Simulacrum:always-verify...
2021-11-08 Caleb CartwrightMerge commit 'ea199bacef07213dbe008841b89c450e3bf0c638...
2021-11-08 borsAuto merge of #89488 - c410-f3r:testsssssss, r=petrochenkov
2021-11-07 borsAuto merge of #89310 - joshtriplett:available-concurren...
2021-11-07 borsAuto merge of #90348 - Amanieu:asm_feature_gates, r...
2021-11-07 Gary GuoGive inline const separate DefKind
2021-11-07 borsAuto merge of #90635 - matthiaskrgr:rustdoc_compl,...
2021-11-06 borsAuto merge of #90661 - matthiaskrgr:rollup-1umbdlx...
2021-11-06 Matthias KrügerRollup merge of #90649 - cjgillot:reveal-all-2, r=lcnr
2021-11-06 Matthias KrügerRollup merge of #90646 - BoxyUwU:funky_ice, r=estebank
2021-11-06 Matthias KrügerRollup merge of #90642 - matthiaskrgr:clippy_matches...
2021-11-06 Matthias KrügerRollup merge of #90508 - nbdd0121:issue-90483, r=davidtwco
2021-11-06 Matthias KrügerRollup merge of #90487 - NoraCodes:nora/how-to-read...
2021-11-06 borsAuto merge of #90559 - rusticstuff:optimize-bidi-detect...
2021-11-06 Matthias Krügeruse matches!() macro in more places
2021-11-06 borsAuto merge of #90297 - dtolnay:dotzero, r=petrochenkov
2021-11-06 borsAuto merge of #89970 - jackh726:gats_diagnostics, r...
2021-11-06 borsAuto merge of #88441 - jackh726:closure_norm, r=nikomat...
2021-11-05 Matthias KrügerRollup merge of #90626 - rusticstuff:be-more-accepting...
2021-11-05 Matthias KrügerRollup merge of #90597 - nikomatsakis:issue-90465,...
2021-11-05 Matthias KrügerRollup merge of #90569 - wesleywiser:fix_only_i686_test...
2021-11-05 borsAuto merge of #90583 - willcrichton:example-analyzer...
2021-11-05 Yuki OkushiRollup merge of #90571 - GuillaumeGomez:missing-bottom...
2021-11-05 Yuki OkushiRollup merge of #90544 - ehuss:demote-locator-warn...
2021-11-05 Yuki OkushiRollup merge of #90537 - adamgemmell:dev/aarch64-target...
2021-11-05 Yuki OkushiRollup merge of #90533 - Smittyvb:patch-1, r=joshtriplett
2021-11-05 Yuki OkushiRollup merge of #90530 - GuillaumeGomez:simplify-js...
2021-11-05 Yuki OkushiRollup merge of #90507 - TaKO8Ki:suggest-extern-crate...
2021-11-04 borsAuto merge of #90536 - crlf0710:fix_vtable_hrtb, r...
2021-11-04 flip1995Merge commit 'e18101137866b79045fee0ef996e696e68c920b4...
2021-11-04 borsAuto merge of #90518 - calebcartwright:rustc-ast-docs...
2021-11-04 borsAuto merge of #87467 - inquisitivecrystal:ref-unwind...
2021-11-04 borsAuto merge of #90392 - solid-rs:fix-solid-support,...
2021-11-04 borsAuto merge of #90179 - Nilstrieb:lifetime-elision-misma...
2021-11-03 borsAuto merge of #90475 - camelid:docvisitor, r=notriddle
2021-11-03 borsAuto merge of #90413 - tmiasko:addr-of-mutable, r=RalfJ...
2021-11-03 Tomasz Miąsko`addr_of!` grants mutable access, maybe?
2021-11-03 Tomasz MiąskoRemove `MaybeMutBorrowedLocals`
2021-11-03 borsAuto merge of #90478 - rusticstuff:apple-a14, r=wesleywiser
2021-11-03 borsAuto merge of #90421 - thomcc:friendship-ended-with...
2021-11-02 Matthias KrügerRollup merge of #90500 - xFrednet:00000-update-clippy...
2021-11-02 Matthias KrügerRollup merge of #90472 - joshtriplett:clarify-feature...
2021-11-02 Matthias KrügerRollup merge of #90417 - lcnr:stabilize-relaxed-struct...
2021-11-02 Matthias KrügerRollup merge of #90354 - xFrednet:00000-lets-deploy...
2021-11-02 Matthias KrügerRollup merge of #90084 - noncombatant:patch-2, r=stevek...
2021-11-02 borsAuto merge of #90464 - lnicola:rust-analyzer-2021-11...
2021-11-02 borsAuto merge of #90442 - ChrisDenton:win-tls-dtor, r...
2021-11-02 borsAuto merge of #90439 - m-ou-se:thread-is-running, r...
2021-11-01 borsAuto merge of #90457 - rusticstuff:use-curl-ca-bundle...
2021-11-01 borsAuto merge of #90406 - nbdd0121:panic, r=cjgillot
2021-11-01 borsAuto merge of #90463 - matthiaskrgr:rollup-eljk9vo...
2021-11-01 Matthias KrügerRollup merge of #90452 - tmiasko:promote-candidate...
2021-11-01 Matthias KrügerRollup merge of #90398 - GuillaumeGomez:doc-keyword...
2021-11-01 Matthias KrügerRollup merge of #90349 - willcrichton:example-analyzer...
2021-11-01 Matthias KrügerRollup merge of #89929 - yuvaldolev:handle-submodule...
2021-10-31 borsAuto merge of #89062 - mikeleany:new-target, r=cjgillot
2021-10-31 borsAuto merge of #86336 - camsteffen:char-array-pattern...
2021-10-31 Matthias KrügerRollup merge of #89786 - jkugelman:must-use-len-and...
2021-10-31 Matthias KrügerRollup merge of #89068 - bjorn3:restructure_rt2, r...
2021-10-31 Matthias KrügerRollup merge of #89951 - ojeda:stable-unwrap_unchecked...
2021-10-31 Matthias KrügerRollup merge of #89897 - jkugelman:must-use-core, r...
2021-10-31 Matthias KrügerRollup merge of #89839 - jkugelman:must-use-mem-ptr...
2021-10-31 Matthias KrügerRollup merge of #89835 - jkugelman:must-use-expensive...
2021-10-31 Matthias KrügerRollup merge of #89833 - jkugelman:must-use-rc-downgrad...
2021-10-31 Matthias KrügerRollup merge of #89677 - maxwase:is-symlink-stabilizati...
2021-10-31 Matthias KrügerRollup merge of #89446 - chrismit3s:issue-88715-fix...
2021-10-31 borsAuto merge of #90306 - kornelski:slicecloneasset, r...
2021-10-31 Tomasz MiąskoRemove unnecessary `Option` from `promote_candidate...
2021-10-30 Matthias KrügerRollup merge of #90404 - mkroening:hermit-kernel-no...
2021-10-30 Matthias KrügerRollup merge of #90401 - mkroening:hermit-condvar,...
2021-10-30 Matthias KrügerRollup merge of #89899 - jkugelman:must-use-alloc,...
2021-10-30 Matthias KrügerRollup merge of #89789 - jkugelman:must-use-thread...
2021-10-30 Guillaume GomezRollup merge of #90399 - yuvaldolev:as-ref-overly-verbo...
2021-10-30 Guillaume GomezRollup merge of #90375 - yanok:master, r=lcnr
2021-10-30 Guillaume GomezRollup merge of #90202 - matthewjasper:xcrate-hygiene...
2021-10-30 Guillaume GomezRollup merge of #90183 - GuillaumeGomez:recurse-deref...
next