]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #80322 - ehuss:update-cargo, r=ehuss
[rust.git] / src /
2020-12-20 borsAuto merge of #80213 - jryans:bootstrap-skip-dsymutil...
2020-12-20 Thomas BahnFix pretty printing an AST representing `&(mut ident)`
2020-12-20 Donough LiuFix ICE on suggesting calling function
2020-12-20 borsAuto merge of #80123 - DrMeepster:maybe_uninit_write_sl...
2020-12-20 borsAuto merge of #80163 - jackh726:binder-refactor-part...
2020-12-20 borsAuto merge of #80100 - mark-i-m:pattORns-2, r=petrochenkov
2020-12-20 J. Ryan StinnettSkip `dsymutil` by default for compiler bootstrap
2020-12-20 William BainHandle desugaring in impl trait bound suggestion
2020-12-20 borsAuto merge of #79635 - lcnr:const-eval-idk, r=oli-obk
2020-12-19 Alexis Bourgetimpl Default for LangString, replacing all_false by...
2020-12-19 borsAuto merge of #79473 - m-ou-se:clamp-in-core, r=m-ou-se
2020-12-19 borsAuto merge of #6316 - ThibsG:WrongSelfConventionTraitDe...
2020-12-19 Ralf Jungalso const-check FakeRead
2020-12-19 borsAuto merge of #80104 - Nadrieril:usefulness-merging...
2020-12-19 NadrierilTweak diagnostics
2020-12-19 borsAuto merge of #80132 - matthewjasper:revert-eval-order...
2020-12-19 borsAuto merge of #79342 - CDirkx:ipaddr-const, r=oli-obk
2020-12-19 markimplement edition-specific :pat behavior for 2015/18
2020-12-19 borsAuto merge of #80106 - jackh726:binder-refactor-part...
2020-12-19 Jack HueyMore rebinds
2020-12-19 borsAuto merge of #80180 - JohnTitor:rollup-a31s996, r...
2020-12-19 Yuki OkushiRollup merge of #80155 - matsujika:matsujika-patch...
2020-12-19 Yuki OkushiRollup merge of #80133 - Aaron1011:fix/const-mut-deref...
2020-12-19 Yuki OkushiRollup merge of #80129 - pierwill:patch-6, r=estebank
2020-12-19 Yuki OkushiRollup merge of #80068 - jyn514:mut-reference, r=m...
2020-12-19 Yuki OkushiRollup merge of #79612 - jyn514:compiler-links, r=Aaron1011
2020-12-19 Yuki OkushiRollup merge of #79211 - yoshuawuyts:future-doc-alias...
2020-12-19 Yuki OkushiRollup merge of #78083 - ChaiTRex:master, r=m-ou-se
2020-12-19 borsAuto merge of #79073 - davidtwco:issue-78957-const...
2020-12-19 borsAuto merge of #77035 - mibac138:fn-fat-arrow-return...
2020-12-18 borsAuto merge of #80154 - GuillaumeGomez:str-to-symbol...
2020-12-18 Jack HueyMake BoundRegion have a kind of BoungRegionKind
2020-12-18 borsAuto merge of #80081 - ehuss:update-cargo, r=Mark-Simul...
2020-12-18 Joshua NelsonRemove `DefPath` from `Visibility` and calculate it...
2020-12-18 NadrierilMerge unreachable subpatterns correctly
2020-12-18 NadrierilKeep all witnesses of non-exhaustiveness
2020-12-18 NadrierilRewrite usefulness merging using `SpanSet`
2020-12-18 NadrierilAdd tests
2020-12-18 borsAuto merge of #80156 - RalfJung:rollup-m3poz8z, r=RalfJung
2020-12-18 Eric HussUpdate cargo
2020-12-18 Ralf JungRollup merge of #80147 - pierwill:patch-9, r=lcnr
2020-12-18 Ralf JungRollup merge of #80146 - pierwill:pierwill-prelude...
2020-12-18 Ralf JungRollup merge of #80145 - pierwill:patch-8, r=lcnr
2020-12-18 Ralf JungRollup merge of #80135 - camelid:const-macro-nt, r...
2020-12-18 Ralf JungRollup merge of #80130 - pierwill:patch-7, r=oli-obk
2020-12-18 Ralf JungRollup merge of #80121 - LeSeulArtichaut:if-let-experim...
2020-12-18 Joshua NelsonCalculate stability, const_stability, and deprecation...
2020-12-18 borsAuto merge of #79485 - EllenNyan:stabilize_unsafe_cell_...
2020-12-18 Guillaume GomezContinue String to Symbol conversion in rustdoc
2020-12-18 borsAuto merge of #80090 - jyn514:tcx-in-render, r=Guillaum...
2020-12-18 borsAuto merge of #80119 - GuillaumeGomez:str-to-symbol...
2020-12-18 borsAuto merge of #80036 - sivadeilra:syms_no_macro, r...
2020-12-18 borsAuto merge of #80138 - Dylan-DPC:rollup-qamsfyh, r...
2020-12-17 Dylan DPCRollup merge of #80109 - richkadel:llvm-coverage-counte...
2020-12-17 Dylan DPCRollup merge of #80046 - camelid:diag-docs, r=lcnr
2020-12-17 Dylan DPCRollup merge of #80023 - sasurau4:feature/enhance-error...
2020-12-17 Dylan DPCRollup merge of #80003 - Stupremee:fix-zst-vecdeque...
2020-12-17 Dylan DPCRollup merge of #78164 - Aaron1011:fix/async-region...
2020-12-17 Nixon Enraght-MoonyAdd test for issue #74824
2020-12-17 CamelidDon't allow `const` to begin a nonterminal
2020-12-17 borsAuto merge of #80122 - davidtwco:revert-76030, r=oli-obk
2020-12-17 Aaron HillSuppress `CONST_ITEM_MUTATION` lint if a dereference...
2020-12-17 Matthew JasperRevert change to evaluation order
2020-12-17 Aaron HillPrefer regions with an `external_name` in `approx_unive...
2020-12-17 borsAuto merge of #79945 - jackh726:existential_trait_ref...
2020-12-17 borsAuto merge of #79945 - jackh726:existential_trait_ref...
2020-12-17 Guillaume GomezContinue String to Symbol conversion in rustdoc
2020-12-17 David WoodRevert "cg_llvm: `fewer_names` in `uncached_llvm_type`"
2020-12-17 Joshua NelsonFix rebase conflict
2020-12-17 Joshua NelsonTODO -> FIXME
2020-12-17 Joshua NelsonFix error with `--cfg parallel_compiler`
2020-12-17 Joshua NelsonMake it compile
2020-12-17 Joshua Nelson[tmp] Pass `TyCtxt` through to the render backend
2020-12-17 Joshua NelsonMove `run_renderer` into the main `global_ctxt` closure
2020-12-17 Joshua NelsonSeparate `create_resolver` into a new function
2020-12-17 Joshua NelsonSplit apart create_config and run_core
2020-12-17 LeSeulArtichautChange the message for `if_let_guard` feature gate
2020-12-17 borsAuto merge of #80113 - davidtwco:issue-80086-ci-llvm...
2020-12-17 borsAuto merge of #80114 - GuillaumeGomez:rollup-gszr5kn...
2020-12-17 Daiki IharaAdd test case for break expr with misspelled value
2020-12-17 Guillaume GomezRollup merge of #80047 - jyn514:more-symbols, r=Guillau...
2020-12-17 Guillaume GomezRollup merge of #80040 - tmiasko:always-lower-intrinsic...
2020-12-17 Guillaume GomezRollup merge of #80035 - ChayimFriedman2:patch-1, r...
2020-12-17 Guillaume GomezRollup merge of #80022 - ssomers:btree_cleanup_8, r...
2020-12-17 Guillaume GomezRollup merge of #80006 - ssomers:btree_cleanup_6, r...
2020-12-17 David Woodbootstrap: update ci-llvm stamp after #80087
2020-12-17 borsAuto merge of #79840 - dvtkrlbs:issue-79667, r=oli-obk
2020-12-17 Rich KadelRemove redundant and unreliable coverage test results
2020-12-17 borsAuto merge of #80091 - GuillaumeGomez:str-to-symbol...
2020-12-17 borsAuto merge of #80105 - JohnTitor:rollup-8c030u5, r...
2020-12-17 Yuki OkushiRollup merge of #80103 - camelid:remove-docs-old-params...
2020-12-17 Yuki OkushiRollup merge of #80097 - SimonSapin:popcount, r=m-ou-se
2020-12-17 Yuki OkushiRollup merge of #80082 - ehuss:revert-rust-src-vendor...
2020-12-17 Yuki OkushiRollup merge of #80073 - kulikjak:add-target-alias...
2020-12-17 Yuki OkushiRollup merge of #80072 - richkadel:llvm-coverage-counte...
2020-12-17 Yuki OkushiRollup merge of #80069 - jyn514:core-assert, r=dtolnay
2020-12-17 Yuki OkushiRollup merge of #80039 - LeSeulArtichaut:rm-tyencoder...
2020-12-17 Yuki OkushiRollup merge of #80026 - JohnTitor:separator-insensitiv...
2020-12-17 Yuki OkushiRollup merge of #79882 - wecing:master, r=oli-obk
2020-12-17 Yuki OkushiRollup merge of #79877 - bstrie:depinfut, r=oli-obk
next