]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-11-04 oliExplain the use of blocks around `self.data` accesses
2020-11-04 oliUse packed struct instead of manually packing into...
2020-11-04 Oliver SchererSplit the "raw integer bytes" part out of `Scalar`
2020-11-04 Oliver Scherer32 bit platforms don't have 64 bit pointers
2020-11-04 Oliver SchererEncode `ScalarInt::bytes` as `u128` instead of `[u8...
2020-11-04 Oliver SchererSplit the "raw integer bytes" part out of `Scalar`
2020-11-04 borsAuto merge of #6284 - camsteffen:rustc-sym, r=flip1995
2020-11-04 borsAuto merge of #6270 - ClashTheBunny:clarify_allow_deny_...
2020-11-04 Dhruv JauharAddress Pr comments regarding docstrings
2020-11-04 est31Move Copy and Clone into the list of traits implemented...
2020-11-03 Randall MasonUpdate wording to avoid code having "lint" metaphor
2020-11-03 borsAuto merge of #78711 - m-ou-se:rollup-pxqnny7, r=m...
2020-11-03 Mara BosRollup merge of #78709 - ehuss:fix-in_tree_crates-non...
2020-11-03 Mara BosRollup merge of #78699 - pietroalbini:lldb-error, r...
2020-11-03 Mara BosRollup merge of #78687 - jyn514:bootstrap-help, r=Mark...
2020-11-03 Mara BosRollup merge of #78659 - ayrtonm:fn-ref-lint-fix, r...
2020-11-03 Mara BosRollup merge of #78626 - fusion-engineering-forks:depre...
2020-11-03 Mara BosRollup merge of #78624 - bjorn3:update_cg_clif-2020...
2020-11-03 Mara BosRollup merge of #77950 - arlosi:sha256, r=eddyb
2020-11-03 Eric HussFix panic in bootstrap for non-workspace path dependencies.
2020-11-03 borsAuto merge of #6233 - montrivo:manual_ok_or, r=flip1995
2020-11-03 borsAuto merge of #76931 - oli-obk:const_prop_inline_lint_m...
2020-11-03 borsAuto merge of #6165 - dvermd:ref_option_ref, r=flip1995
2020-11-03 borsAuto merge of #6101 - pitiK3U:from_iter_instead_of_coll...
2020-11-03 Piti the little... Fix: Use `.collect()` instead of `::fromIterator()`
2020-11-03 Piti the little... Fix: Don't show lint for types that doesn't implement...
2020-11-03 Piti the little... Improve error message
2020-11-03 Piti the little... Remove backticks
2020-11-03 Piti the little... Run `cargo dev fmt`
2020-11-03 Piti the little... Improve: error message
2020-11-03 Piti the little... Allow lint
2020-11-03 Piti the little... Improvements from PR feedback
2020-11-03 Piti the little... Update: stderr message format
2020-11-03 Piti the little... Fix `from_iter_instead_of_collect` lint crashing on...
2020-11-03 Piti the little... Add tests for `from_iter_instead_of_collect`
2020-11-03 Piti the little... Run `cargo dev update_lints`
2020-11-03 Piti the little... Add `from_iter_instead_of_collect` lint implementation
2020-11-03 borsAuto merge of #6037 - matthiaskrgr:single_char_insert...
2020-11-03 borsAuto merge of #78597 - RalfJung:raw-retag, r=oli-obk
2020-11-03 Vishnunarayan K Ireview comments
2020-11-03 Pietro Albinibuild-manifest: remove legacy promote-release support
2020-11-03 Pietro Albinilldb_batchmode: show more error information
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-11-03 borsAuto merge of #78489 - bugadani:array, r=estebank
2020-11-03 Vishnunarayan K Iadd tests
2020-11-03 borsAuto merge of #78697 - JohnTitor:rollup-q0fchpv, r...
2020-11-03 Vishnunarayan K Ipreserve bindings order for Some
2020-11-03 Yuki OkushiRollup merge of #78676 - kiffie:embedded-bare-mipsr2...
2020-11-03 Yuki OkushiRollup merge of #78668 - tmiasko:inline, r=oli-obk
2020-11-03 Yuki OkushiRollup merge of #78664 - pickfire:patch-4, r=jonas...
2020-11-03 Yuki OkushiRollup merge of #78663 - Aaron1011:fix/cap-future-compa...
2020-11-03 Yuki OkushiRollup merge of #78616 - richkadel:unstable-book-instr...
2020-11-03 Yuki OkushiRollup merge of #78575 - tmiasko:compiletest-rustc...
2020-11-03 Yuki OkushiRollup merge of #78400 - GuillaumeGomez:fix-unindent...
2020-11-03 Yuki OkushiRollup merge of #78376 - Aaron1011:feature/consistent...
2020-11-03 borsAuto merge of #78448 - rylev:cache-foreign_modules...
2020-11-03 borsAuto merge of #77271 - petrochenkov:notokenexp, r=Aaron1011
2020-11-02 Joshua NelsonSuggest library/std when running all stage 0 tests
2020-11-02 Stephanadd mipsel-unknown-none target
2020-11-02 Stephanindicate calling convention
2020-11-02 Stephanimprove comments
2020-11-02 Vadim PetrochenkovExpand `NtExpr` tokens only in key-value attributes
2020-11-02 Stephanadd blacklist for unsupported calling conventions
2020-11-02 Rich Kadeladdressed feedback
2020-11-02 Aaron HillUse reparsed `TokenStream` if we captured any inner...
2020-11-02 bjorn3Merge pull request #1105 from bjorn3/test_rustc_bootstr...
2020-11-02 Stephanadd mipsel_unknown_none target
2020-11-02 Aaron HillTreat trailing semicolon as a statement in macro call
2020-11-02 bjorn3Test bootstrapping of rustc using cg_clif
2020-11-02 bjorn3Revert unintentional change
2020-11-02 Cameron SteffenChange lint to use const sym
2020-11-02 Cameron SteffenUse const rustc sym where possible
2020-11-02 bjorn3Merge pull request #1104 from bjorn3/build_system_refactor
2020-11-02 bjorn3Upload prebuilt cg_clif
2020-11-02 bjorn3Refactor the build system
2020-11-02 Vishnunarayan K Inew fix method and update tests
2020-11-02 borsAuto merge of #78607 - HeroicKatora:post-order-walk...
2020-11-02 borsAuto merge of #78667 - pietroalbini:lldb-unbuffered...
2020-11-02 Mara BosImprove deprecation attribute diagnostic messages.
2020-11-02 Pietro Albinicompiletest: try running lldb_batchmode.py with PYTHONU...
2020-11-02 borsAuto merge of #78661 - JohnTitor:rollup-er2isja, r...
2020-11-02 Vishnunarayan K Iupdate mir tests
2020-11-02 borsAuto merge of #75020 - JohnTitor:fix-multispan, r=esteb...
2020-11-02 Ivan ThamFix intrinsic size_of stable link
2020-11-02 Yuki OkushiFix format
2020-11-02 Yuki OkushiOnly separate notes if span is multiline
2020-11-02 borsAuto merge of #6282 - giraffate:sync-from-rust, r=ebroto
2020-11-02 Vishnunarayan K Iupdate some ui tests and update move ref drop semantics...
2020-11-02 Yuki OkushiAdd "this has type `{}` which {}" note
2020-11-02 Yuki OkushiAddress some code reviews
2020-11-02 Yuki OkushiSeparate complex multispan into some notes
2020-11-02 Yuki OkushiAvoid complex diagnostics in snippets which contain...
2020-11-02 Aaron HillFix ICE when a future-incompat-report has its command...
2020-11-02 Dhruv JauharProvide diagnostic suggestion in ExprUseVisitor Delegate
2020-11-02 Dhruv JauharProvide diagnostic suggestion in ExprUseVisitor Delegate
2020-11-02 Yuki OkushiRollup merge of #78637 - mystor:atomic_ptr_bool, r...
2020-11-02 Yuki OkushiRollup merge of #78627 - est31:total_cmp_no_superset...
2020-11-02 Yuki OkushiRollup merge of #78620 - gabhijit:bitops_doc_fix, r...
2020-11-02 Yuki OkushiRollup merge of #78610 - petrochenkov:nostriptok, r...
2020-11-02 Yuki OkushiRollup merge of #78606 - autarch:patch-1, r=m-ou-se
next