]> git.lizzy.rs Git - rust.git/history - compiler
Rollup merge of #88188 - GuillaumeGomez:rustdoc-gui-parallel-limit, r=dns2utf8
[rust.git] / compiler /
2021-08-23 Mara BosRollup merge of #88188 - GuillaumeGomez:rustdoc-gui...
2021-08-23 Mara BosRollup merge of #88174 - camelid:clarify-rust-2021...
2021-08-23 Mara BosRollup merge of #87976 - estebank:fix-suggestion-span...
2021-08-23 borsAuto merge of #87661 - FabianWolff:issue-87461, r=estebank
2021-08-23 Esteban Kuberreview comments
2021-08-23 Esteban Kuberremove unnecessary `info!()` logging
2021-08-23 Esteban KuberFixes to span locations
2021-08-23 Esteban Kuberwip
2021-08-23 Esteban KuberAccount for tabs when highlighting multiline code sugge...
2021-08-23 borsAuto merge of #88220 - sunfishcode:sunfishcode/unix...
2021-08-23 borsAuto merge of #87598 - ccqpein:master, r=yaahc
2021-08-23 borsAuto merge of #88210 - spastorino:diff-lifetimes-def...
2021-08-22 borsAuto merge of #88200 - pcwalton:no-dso-local-on-mach...
2021-08-22 borsAuto merge of #88240 - GuillaumeGomez:rollup-wdom91m...
2021-08-22 Guillaume GomezRollup merge of #88238 - m-ou-se:used-imports-no-track...
2021-08-22 Guillaume GomezRollup merge of #88229 - m-ou-se:macro-suggest-right...
2021-08-22 Guillaume GomezRollup merge of #88211 - petrochenkov:withhilo, r=jyn514
2021-08-22 Guillaume GomezRollup merge of #88164 - durin42:llvm-14-san-opts,...
2021-08-22 Guillaume GomezRollup merge of #88077 - kit-981:feature/fix-minimum...
2021-08-22 Guillaume GomezRollup merge of #87166 - de-vri-es:show-discriminant...
2021-08-22 Guillaume GomezRollup merge of #86747 - FabianWolff:issue-86653, r...
2021-08-22 borsAuto merge of #88166 - BoxyUwU:const-equate-canon,...
2021-08-22 Mara BosStop tracking namespce in used_imports.
2021-08-22 borsAuto merge of #88163 - camsteffen:collapsible-match...
2021-08-22 Mara BosSuggest importing the right kind of macro.
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 #88201 - spastorino:tait-incomplete...
2021-08-22 Jack HueyRollup merge of #88197 - spastorino:tait-test-fn-type...
2021-08-22 Jack HueyRollup merge of #88194 - spastorino:test-tait-assoc...
2021-08-22 Jack HueyRollup merge of #88192 - spastorino:add-tait-test-for...
2021-08-22 Jack HueyRollup merge of #88189 - spastorino:add-tait-struct...
2021-08-22 Jack HueyRollup merge of #88183 - spastorino:add-tait-in-differe...
2021-08-22 Jack HueyRollup merge of #88182 - spastorino:use-trait-in-tait...
2021-08-22 Jack HueyRollup merge of #88179 - steffahn:mailmap, r=Mark-Simul...
2021-08-22 Jack HueyRollup merge of #88172 - spastorino:tait-defining-use...
2021-08-22 Jack HueyRollup merge of #88170 - nebkor:release-note-1.55,...
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-22 Jack HueyRollup merge of #87604 - yaymukund:verify-backported...
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 #82776 - jyn514:extern-url-fallback,...
2021-08-21 borsAuto merge of #88134 - rylev:force-warn-improvements...
2021-08-21 Vadim Petrochenkovcleanup: `Span::new` -> `Span::with_lo`
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 Nikita PopovAlways use llvm.used for coverage symbols
2021-08-21 borsAuto merge of #88073 - lnicola:rust-analyzer-2021-08...
2021-08-21 borsAuto merge of #88149 - Mark-Simulacrum:prep-never-type...
2021-08-21 Patrick WaltonStop emitting the `dso_local` LLVM attribute for extern...
2021-08-20 borsAuto merge of #88087 - jesyspa:issue-87935-box, r=jackh726
2021-08-20 Fabian WolffImprove error reporting for closure return type mismatches
2021-08-20 Niko Matsakismove `fallback_if_possible` and friends to fallback.rs
2021-08-20 Niko Matsakiscreate `Coercion` obligations given 2 unbound type...
2021-08-20 Niko Matsakismove the `sub-unify` check and extend the documentation...
2021-08-20 borsAuto merge of #83093 - the8472:smaller-instant-hammer...
2021-08-20 borsAuto merge of #88176 - erikdesjardins:rezst, r=oli-obk
2021-08-20 Anton GolovRequire a box expression's type to be Sized
2021-08-20 Anton GolovChange example and tests for E0161.
2021-08-20 borsAuto merge of #87686 - matthiaskrgr:clippy_august_21_pe...
2021-08-20 borsAuto merge of #87329 - sunfishcode:sunfishcode/io-safet...
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 Erik DesjardinsRevert "Revert "Auto merge of #83417 - erikdesjardins...
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 Noah LevClarify some wording in Rust 2021 lint docs
2021-08-19 Niko Matsakisintroduce a Coerce predicate
2021-08-19 Niko Matsakiscleanup: extract a helper for coercion from inference...
2021-08-19 Niko Matsakisshallow resolve target type in coercion
2021-08-19 Niko Matsakisintroduce a `Diverging` enum instead of a bool
2021-08-19 Niko Matsakisfactor fallback code into its own module
2021-08-19 borsAuto merge of #88165 - GuillaumeGomez:rollup-4o0v2ps...
2021-08-19 Ellenmove code to `InferCtxt` method
2021-08-19 Ellencanonicalize const equate predicates
2021-08-19 Charles LewAdd assertion to ensure the query doesn't get called...
2021-08-19 Guillaume GomezRollup merge of #88159 - spastorino:fix-unused-generic...
2021-08-19 Guillaume GomezRollup merge of #88153 - hkmatsumoto:mailmap, r=Mark...
2021-08-19 Guillaume GomezRollup merge of #88146 - BoxyUwU:tests-cec-incr-comp...
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 #88034 - petrochenkov:localevel2, r...
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 #88151 - alexcrichton:update-backtrace...
2021-08-19 Augie FacklerPassWrapper: adapt for LLVM 14 changes
2021-08-19 borsAuto merge of #88124 - tmiasko:start-block-critical...
2021-08-19 Alex CrichtonUpdate the backtrace crate in libstd
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 #88143 - GuillaumeGomez:rollup-sgh318f...
2021-08-19 borsAuto merge of #87818 - GuillaumeGomez:anchors-display...
2021-08-18 Vadim Petrochenkovrustc_privacy: Replace `HirId`s and `DefId`s with ...
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...
next