]> git.lizzy.rs Git - rust.git/history - compiler/rustc_parse
Rollup merge of #86747 - FabianWolff:issue-86653, r=GuillaumeGomez
[rust.git] / compiler / rustc_parse /
2021-08-22 Guillaume GomezRollup merge of #86747 - FabianWolff:issue-86653, r...
2021-08-22 borsAuto merge of #88139 - lcnr:marker-trait-attr, r=nikoma...
2021-08-22 borsAuto merge of #88122 - Seppel3210:master, r=dtolnay
2021-08-22 borsAuto merge of #85166 - mbhall88:file-prefix, r=dtolnay
2021-08-22 Jack HueyRollup merge of #88072 - kit-981:feature/build-ios...
2021-08-22 Jack HueyRollup merge of #88057 - ehuss:releases-doc-macros...
2021-08-21 borsAuto merge of #88075 - Xuanwo:vec_deque_retain, r=dtolnay
2021-08-21 borsAuto merge of #88135 - crlf0710:trait_upcasting_part_3...
2021-08-21 borsAuto merge of #88134 - rylev:force-warn-improvements...
2021-08-21 borsAuto merge of #88128 - cuviper:needs-asm-support, r...
2021-08-21 borsAuto merge of #87570 - nikic:llvm-13, r=nagisa
2021-08-21 borsAuto merge of #88073 - lnicola:rust-analyzer-2021-08...
2021-08-20 borsAuto merge of #83093 - the8472:smaller-instant-hammer...
2021-08-20 borsAuto merge of #87686 - matthiaskrgr:clippy_august_21_pe...
2021-08-20 borsAuto merge of #88000 - bjorn3:fix_cg_llvm_clif_compile...
2021-08-20 borsAuto merge of #86898 - the8472:path-cmp, r=dtolnay
2021-08-20 borsAuto merge of #88039 - sexxi-goose:fix-87987, r=nikomat...
2021-08-19 borsAuto merge of #87996 - sexxi-goose:fix-87988, r=nikomat...
2021-08-19 Guillaume GomezRollup merge of #88159 - spastorino:fix-unused-generic...
2021-08-19 Guillaume GomezRollup merge of #88093 - Kobzol:rustdoc-wrap-code-in...
2021-08-19 Guillaume GomezRollup merge of #88050 - Aaron1011:filename-hash-stable...
2021-08-19 Guillaume GomezRollup merge of #87874 - schneems:schneems/tcpstream...
2021-08-19 Guillaume GomezRollup merge of #86123 - Aaron1011:query-span, r=cjgillot
2021-08-19 borsAuto merge of #88124 - tmiasko:start-block-critical...
2021-08-19 borsAuto merge of #88023 - devnexen:fbsd_arm64, r=nagisa
2021-08-19 borsAuto merge of #88002 - hermitcore:unbox-mutex, r=dtolnay
2021-08-19 borsAuto merge of #87986 - Aaron1011:incr-double-panic...
2021-08-19 borsAuto merge of #87818 - GuillaumeGomez:anchors-display...
2021-08-18 Guillaume GomezRollup merge of #88136 - spastorino:fix-test-directory...
2021-08-18 Guillaume GomezRollup merge of #88129 - willcrichton:expose-graphviz...
2021-08-18 Guillaume GomezRollup merge of #88111 - GuillaumeGomez:background...
2021-08-18 Guillaume GomezRollup merge of #88109 - inquisitivecrystal:env-docs...
2021-08-18 Guillaume GomezRollup merge of #88082 - GuillaumeGomez:rustdoc-gui...
2021-08-18 Guillaume GomezRollup merge of #88036 - nbdd0121:const3, r=petrochenkov
2021-08-18 Guillaume GomezRollup merge of #88031 - ibraheemdev:build-hasher-objec...
2021-08-18 Guillaume GomezRollup merge of #88012 - sunfishcode:sunfishcode/wasi...
2021-08-18 Guillaume GomezRollup merge of #87983 - estebank:smaller-lt-spans...
2021-08-18 Guillaume GomezRollup merge of #87818 - GuillaumeGomez:anchors-display...
2021-08-18 borsAuto merge of #86700 - lqd:matthews-nll-hrtb-errors...
2021-08-18 borsAuto merge of #88127 - ehuss:update-cargo, r=ehuss
2021-08-18 borsAuto merge of #87781 - est31:remove_box, r=oli-obk
2021-08-18 borsAuto merge of #87985 - nbdd0121:asm, r=Amanieu
2021-08-18 est31Remove box syntax from rustc_parse
2021-08-18 borsAuto merge of #87738 - lqd:polonius-master, r=nikomatsakis
2021-08-18 borsAuto merge of #86860 - fee1-dead:stabilize, r=LeSeulArt...
2021-08-17 borsAuto merge of #86977 - vakaras:body_with_borrowck_facts...
2021-08-17 borsAuto merge of #87119 - jyn514:rustfmt-doc-private,...
2021-08-17 borsAuto merge of #87990 - Aaron1011:moved-src-dir, r=cjgillot
2021-08-16 Mara BosRollup merge of #88080 - fee1-dead:iterator-const,...
2021-08-16 Mara BosRollup merge of #88055 - Mark-Simulacrum:relnotes-1...
2021-08-16 Mara BosRollup merge of #88052 - bjorn3:update_redox_syscall...
2021-08-16 Mara BosRollup merge of #88030 - fee1-dead:fixme, r=oli-obk
2021-08-16 Mara BosRollup merge of #88011 - jyn514:check-all-targets,...
2021-08-16 Mara BosRollup merge of #87967 - m-ou-se:non-fmt-panic-detect...
2021-08-16 Mara BosRollup merge of #87677 - amalik18:issue-2788-fix, r...
2021-08-16 Mara BosRollup merge of #87178 - moxian:rd-use, r=jyn514
2021-08-16 borsAuto merge of #87050 - jyn514:no-doc-primitive, r=manis...
2021-08-16 borsAuto merge of #88032 - hyd-dev:no-mangle-method, r...
2021-08-16 borsAuto merge of #84039 - jyn514:uplift-atomic-ordering...
2021-08-16 borsAuto merge of #87696 - ssomers:btree_lazy_iterator_clea...
2021-08-16 borsAuto merge of #80357 - c410-f3r:new-hir-let, r=matthewj...
2021-08-15 CaioIntroduce hir::ExprKind::Let - Take 2
2021-08-15 borsAuto merge of #87792 - GuillaumeGomez:ci-fetch, r=pietr...
2021-08-15 borsAuto merge of #86692 - dns2utf8:parallelize_rustdoc...
2021-08-15 borsAuto merge of #87975 - m-ou-se:unused-import-attributes...
2021-08-14 borsAuto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisa
2021-08-14 borsAuto merge of #83417 - erikdesjardins:enableremovezsts...
2021-08-14 borsAuto merge of #87324 - asquared31415:named-asm-labels...
2021-08-14 borsAuto merge of #87913 - a1phyr:vec_spec_clone_from,...
2021-08-14 borsAuto merge of #87600 - JohnTitor:classify-ui-tests...
2021-08-14 borsAuto merge of #85020 - lrh2000:named-upvars, r=tmandry
2021-08-13 borsAuto merge of #86492 - hyd-dev:no-mangle-method, r...
2021-08-13 Guillaume GomezRollup merge of #87795 - estebank:erase-lifetimes-in...
2021-08-13 borsAuto merge of #87956 - m-ou-se:closure-migration-macro...
2021-08-13 borsAuto merge of #87954 - flip1995:clippyup, r=Manishearth
2021-08-13 borsAuto merge of #87927 - spastorino:use-def-id-typeckresu...
2021-08-12 borsAuto merge of #87916 - nbdd0121:black_box, r=nagisa
2021-08-12 Manish GoregaokarRollup merge of #87965 - m-ou-se:non-fmt-panic-external...
2021-08-12 Manish GoregaokarRollup merge of #87953 - m-ou-se:closure-migration...
2021-08-12 Manish GoregaokarRollup merge of #87922 - Manishearth:c-enum-target...
2021-08-12 Manish GoregaokarRollup merge of #87916 - nbdd0121:black_box, r=nagisa
2021-08-12 Guillaume GomezRollup merge of #87941 - GuillaumeGomez:fix-rustdoc...
2021-08-12 Guillaume GomezRollup merge of #87885 - m-ou-se:edition-guide-links...
2021-08-12 Guillaume GomezRollup merge of #87863 - ChrisDenton:command-env-path...
2021-08-12 Guillaume GomezRollup merge of #87819 - estebank:assoc-type-span,...
2021-08-12 borsAuto merge of #87666 - ivmarkov:master, r=Amanieu
2021-08-12 flip1995Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735...
2021-08-12 borsAuto merge of #87948 - JohnTitor:rollup-efmgyl8, r...
2021-08-12 Yuki OkushiRollup merge of #87942 - oconnor663:pre_commit_exec...
2021-08-12 Yuki OkushiRollup merge of #87928 - ehuss:update-cargo, r=ehuss
2021-08-12 Yuki OkushiRollup merge of #87925 - ehuss:update-books, r=ehuss
2021-08-12 Yuki OkushiRollup merge of #87903 - jackh726:logging-cleanup,...
2021-08-12 Yuki OkushiRollup merge of #87878 - lnicola:rust-analyzer-2021...
2021-08-12 Yuki OkushiRollup merge of #87671 - jesyspa:issue-87319-multiple...
2021-08-12 Yuki OkushiRollup merge of #85835 - Seppel3210:master, r=yaahc
2021-08-12 borsAuto merge of #85296 - bjorn3:plugin_cleanup, r=petroch...
2021-08-12 borsAuto merge of #87843 - kornelski:try_reserve, r=m-ou-se
2021-08-11 Anton GolovWarn when an escaped newline skips multiple lines
2021-08-11 borsAuto merge of #87587 - oli-obk:lazy_tait, r=spastorino
2021-08-11 borsAuto merge of #87254 - rusticstuff:rustc_codegen_llvm_d...
next