]> git.lizzy.rs Git - rust.git/history - compiler/rustc_ast
Rollup merge of #94086 - tmiasko:char-try-from-scalar-int, r=davidtwco
[rust.git] / compiler / rustc_ast /
2022-02-19 Matthias KrügerRollup merge of #94086 - tmiasko:char-try-from-scalar...
2022-02-19 Matthias KrügerRollup merge of #94006 - pierwill:upvar-field, r=nikoma...
2022-02-19 Matthias KrügerRollup merge of #93990 - lcnr:pre-89862-cleanup, r...
2022-02-19 Matthias KrügerRollup merge of #93979 - SUPERCILEX:debug_check, r...
2022-02-19 Matthias KrügerRollup merge of #93954 - aDotInTheVoid:json-buffer...
2022-02-19 Matthias KrügerRollup merge of #93658 - cchiw:issue-77443-fix, r=josht...
2022-02-19 Matthias KrügerRollup merge of #92902 - ssomers:docter_drain, r=yaahc
2022-02-18 borsAuto merge of #94050 - michaelwoerister:fix-unsized...
2022-02-18 Matthias KrügerRollup merge of #93953 - jackh726:known_bug, r=Mark...
2022-02-18 Matthias KrügerRollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov
2022-02-18 Matthias KrügerRollup merge of #93892 - compiler-errors:issue-92917...
2022-02-18 Matthias KrügerRollup merge of #93877 - Amanieu:asm_fixes, r=nagisa
2022-02-18 Matthias KrügerRollup merge of #93847 - solid-rs:fix-kmc-solid-fs...
2022-02-18 Matthias KrügerRollup merge of #93814 - Itus-Shield:mips64-openwrt...
2022-02-18 Matthias KrügerRollup merge of #93497 - willcrichton:rustdoc-scrape...
2022-02-18 Matthias KrügerRollup merge of #92806 - compiler-errors:better-impl...
2022-02-18 Matthias KrügerRollup merge of #91675 - ivanloz:memtagsan, r=nagisa
2022-02-18 Matthias KrügerRollup merge of #89892 - Nilstrieb:suggest-return-impl...
2022-02-18 borsAuto merge of #94121 - matthiaskrgr:rollup-6ps95da...
2022-02-18 Matthias KrügerRollup merge of #93634 - matthiaskrgr:clippy_complexity...
2022-02-18 Matthias KrügerRollup merge of #93613 - crlf0710:rename_to_async_iter...
2022-02-18 Matthias KrügerRollup merge of #93024 - compiler-errors:inline-mir...
2022-02-18 Matthias KrügerRollup merge of #92959 - asquared31415:test-non-fn...
2022-02-18 Matthias KrügerRollup merge of #92933 - bjorn3:no_bin_lib_mixing,...
2022-02-17 Matthias KrügerRollup merge of #94011 - est31:let_else, r=lcnr
2022-02-17 Matthias KrügerRollup merge of #93976 - SUPERCILEX:separator_str,...
2022-02-17 Matthias KrügerRollup merge of #93337 - Amanieu:asm_tracking, r=tmiasko
2022-02-17 borsAuto merge of #93577 - nikic:llvm-14, r=nagisa
2022-02-17 Matthias KrügerRollup merge of #94030 - ChayimFriedman2:issue-94010...
2022-02-17 Matthias KrügerRollup merge of #93996 - notriddle:notriddle/magically...
2022-02-17 Matthias KrügerRollup merge of #93981 - ChayimFriedman2:slice-pat...
2022-02-17 Matthias KrügerRollup merge of #93479 - smoelius:master, r=yaahc
2022-02-17 Matthias KrügerRollup merge of #89869 - kpreid:from-doc, r=yaahc
2022-02-16 borsAuto merge of #91182 - ChrisDenton:command-broken-symli...
2022-02-16 Matthias KrügerRollup merge of #94015 - GuillaumeGomez:check-option...
2022-02-16 Matthias KrügerRollup merge of #93962 - joboet:branchless_slice_ord...
2022-02-16 Matthias KrügerRollup merge of #93382 - GuillaumeGomez:search-input...
2022-02-16 Matthias KrügerRollup merge of #92366 - jhpratt:derive-default-enum...
2022-02-15 borsAuto merge of #93439 - abrown:cf-protection, r=nagisa
2022-02-15 Matthias KrügerRollup merge of #94001 - durin42:llvm-15-uwtable, r...
2022-02-15 Matthias KrügerRollup merge of #93999 - barzamin:suggest-raw-strings...
2022-02-15 Matthias KrügerRollup merge of #93949 - glaubitz:m68k-unwind, r=Mark...
2022-02-15 Matthias KrügerRollup merge of #93899 - ssomers:vecdeque_naming, r...
2022-02-15 borsAuto merge of #93176 - danielhenrymantilla:stack-pinnin...
2022-02-15 borsAuto merge of #93918 - jonhoo:bootstrap-native-envflags...
2022-02-15 borsAuto merge of #93863 - pierwill:fix-93676, r=Mark-Simul...
2022-02-15 borsAuto merge of #93752 - eholk:drop-tracking-break-contin...
2022-02-13 borsAuto merge of #93837 - nikic:arm-update, r=Mark-Simulacrum
2022-02-13 borsAuto merge of #93685 - Mark-Simulacrum:drop-time, r...
2022-02-13 borsAuto merge of #93713 - klensy:deps-up, r=Mark-Simulacrum
2022-02-13 borsAuto merge of #93670 - erikdesjardins:noundef, r=nikic
2022-02-12 borsAuto merge of #93697 - the8472:fix-windows-path-hash...
2022-02-12 Matthias KrügerRollup merge of #93759 - dtolnay:usetree, r=nagisa
2022-02-12 Matthias KrügerRollup merge of #93757 - jackh726:gat-bug-tests, r...
2022-02-12 Matthias KrügerRollup merge of #93595 - compiler-errors:ice-on-lifetim...
2022-02-12 borsAuto merge of #93671 - Kobzol:stable-hash-const, r...
2022-02-11 Matthias KrügerRollup merge of #93660 - aDotInTheVoid:rustdoc-type...
2022-02-11 Matthias KrügerRollup merge of #93635 - GuillaumeGomez:missing-platfor...
2022-02-11 Matthias KrügerRollup merge of #91607 - FabianWolff:issue-91560-const...
2022-02-11 Matthias KrügerRollup merge of #93742 - Mark-Simulacrum:skip-rustc...
2022-02-11 Matthias KrügerRollup merge of #93443 - spastorino:add-stable-hash...
2022-02-11 Matthias KrügerRollup merge of #92242 - compiler-errors:layout-modulo...
2022-02-10 flip1995Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c...
2022-02-10 Matthias KrügerRollup merge of #93830 - camelid:cleanup-section-code...
2022-02-10 Matthias KrügerRollup merge of #93756 - tmandry:llvm-build-config...
2022-02-10 Matthias KrügerRollup merge of #92670 - hermitcore:kernel, r=davidtwco
2022-02-09 Matthias KrügerRollup merge of #93813 - xldenis:public-mir-passes...
2022-02-09 Matthias KrügerRollup merge of #93753 - jeremyBanks:main-conflict...
2022-02-09 Matthias KrügerRollup merge of #93503 - michaelwoerister:fix-vtable...
2022-02-09 Matthias KrügerRollup merge of #91504 - cynecx:used_retain, r=nikic
2022-02-09 borsAuto merge of #93741 - Mark-Simulacrum:global-job-id...
2022-02-09 borsAuto merge of #93724 - Mark-Simulacrum:drop-query-stats...
2022-02-09 borsAuto merge of #93681 - Mark-Simulacrum:rlink-binary...
2022-02-09 borsAuto merge of #92306 - Aaron1011:opaque-type-op, r...
2022-02-09 Yuki OkushiRollup merge of #93751 - eholk:issue-93648-drop-trackin...
2022-02-09 Yuki OkushiRollup merge of #93748 - klensy:vis-r, r=cjgillot
2022-02-09 Yuki OkushiRollup merge of #93746 - cjgillot:nodefii, r=nikomatsakis
2022-02-09 Yuki OkushiRollup merge of #93735 - m-ou-se:stabilize-int-abs...
2022-02-09 Yuki OkushiRollup merge of #93445 - yaahc:exitcode-constructor...
2022-02-08 Matthias KrügerRollup merge of #93767 - lcnr:mailmap, r=Mark-Simulacrum
2022-02-08 Matthias KrügerRollup merge of #93764 - lnicola:rust-analyzer-2022...
2022-02-08 Matthias KrügerRollup merge of #93732 - lcnr:hrlt-backcompa, r=Mark...
2022-02-08 Matthias KrügerRollup merge of #93206 - ChrisDenton:ntopenfile, r...
2022-02-08 Matthias KrügerRollup merge of #92917 - jackh726:issue-91762-2, r...
2022-02-08 Matthias KrügerRollup merge of #92715 - chordtoll:empty-string, r...
2022-02-08 Matthias KrügerRollup merge of #91950 - estebank:point-at-type-of...
2022-02-08 borsAuto merge of #93572 - scottmcm:generic-iter-process...
2022-02-08 borsAuto merge of #93626 - wesleywiser:fix_hashmap_natvis...
2022-02-08 borsAuto merge of #93762 - matthiaskrgr:rollup-vdjpfmz...
2022-02-08 Matthias KrügerRollup merge of #93728 - JulianKnodt:toterm, r=oli-obk
2022-02-08 Matthias KrügerRollup merge of #93721 - jyn514:less-macro-special...
2022-02-08 Matthias KrügerRollup merge of #93715 - GuillaumeGomez:horizontal...
2022-02-08 Eric HolkDrop tracking: improve break and continue handling
2022-02-07 Guillaume GomezAdd test for block doc comments horizontal trim
2022-02-07 Guillaume GomezFix horizontal trim for block doc comments
2022-02-07 Mara BosRollup merge of #93394 - m-ou-se:fix-93378, r=estebank
2022-02-07 Mara BosRollup merge of #93208 - kellerkindt:wrapping_int_assig...
2022-02-07 Mara BosRollup merge of #88313 - jyn514:pre-push, r=Mark-Simulacrum
2022-02-06 Matthias KrügerRollup merge of #91939 - GKFX:feature-91866, r=cjgillot
2022-02-04 Matthias KrügerRollup merge of #90132 - joshtriplett:stabilize-instrum...
next