]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-08-13 DeadbeefMoved ui test
2021-08-13 DeadbeefFix tests
2021-08-13 DeadbeefFix call-generic-method-nonconst test
2021-08-13 DeadbeefDon't transform predicates in Inherited
2021-08-13 Deadbeefhandle the case when container is not impl
2021-08-13 DeadbeefFix assoc-type test
2021-08-13 DeadbeefPass constness to SelectionContext
2021-08-13 DeadbeefTry to fix problem
2021-08-13 DeadbeefRelate impl
2021-08-13 DeadbeefMake selection and evaluation caches use constness
2021-08-13 Deadbeeffmt
2021-08-13 DeadbeefInherited use constness and assoc change predicate
2021-08-13 Deadbeeffmt
2021-08-13 DeadbeefFilter non-const impls when we expect a const one
2021-08-13 Deadbeefmove Constness into TraitPredicate
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 #87980 - Manishearth:rollup-vkuix3y,...
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 Manish GoregaokarApply c_enum_min_bits = 8 to (arm|thumb)-none- platforms
2021-08-12 Manish GoregaokarAdd c_enum_min_bits to target spec
2021-08-12 Gary GuoImplement `black_box` using intrinsic
2021-08-12 borsAuto merge of #87963 - GuillaumeGomez:rollup-e54sbez...
2021-08-12 Mara BosSilence non_fmt_panic from external macros.
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 Esteban KuberUse a more accurate span on assoc types WF checks
2021-08-12 Mara BosUpdate test output.
2021-08-12 Mara BosImprove formatting of closure capture migration suggestion.
2021-08-12 flip1995Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735...
2021-08-12 borsAuto merge of #7558 - flip1995:rustup, r=flip1995
2021-08-12 flip1995Bump nightly version -> 2021-08-12
2021-08-12 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-08-12 Mara BosBless clippy tests.
2021-08-12 borsAuto merge of #7546 - mgeier:patch-1, r=giraffate
2021-08-12 borsAuto merge of #7516 - lf-:unwrap-or-default, r=xFrednet
2021-08-12 borsAuto merge of #7556 - F3real:no_effect_inclusive_range...
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 JadeReword is_trait_item description
2021-08-12 borsAuto merge of #87843 - kornelski:try_reserve, r=m-ou-se
2021-08-11 F3realCorrectly report inclusive range in no_effect lint
2021-08-11 borsAuto merge of #86532 - estebank:delete-suggestion-under...
2021-08-11 Jack O'Connorset the executable bit on pre-commit.sh
2021-08-11 Matthias Geierfix line numbers
2021-08-11 Matthias Geierrustfmt
2021-08-11 Matthias GeierAdd test for similar names "iter" and "item"
2021-08-11 Guillaume GomezFix rustdoc-js tool string "parsing"
2021-08-11 borsAuto merge of #7541 - LeSeulArtichaut:for-never-loop...
2021-08-11 LeSeulArtichaut`never_loop`: suggest using an `if let` instead of...
2021-08-11 Esteban Kuberupdate clippy
2021-08-11 Esteban Kuberupdate clippy
2021-08-11 Santiago PastorinoMake concrete_opaque_types be FxHashSet<DefId>
2021-08-11 Anton GolovRenamed variable str -> tail for clarity
2021-08-11 borsAuto merge of #87892 - rust-lang:spec-fill-size-one...
2021-08-11 Anton GolovAdd UI tests for string escape warnings.
2021-08-11 Esteban KüberModify structured suggestion output
2021-08-11 Anton GolovUpdate format string tests to explicitly escape multipl...
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...
2021-08-10 borsAuto merge of #87923 - JohnTitor:rollup-id54fyz, r...
2021-08-10 Jadetree-wide: Fix all the rustdoc warnings
2021-08-10 JadeAdd is_trait_item, refactor or_fun_call and unwrap_or_e...
2021-08-10 JadeAdd unwrap_or_else_default lint
2021-08-10 Eric HussUpdate cargo
2021-08-10 Eric HussUpdate books
2021-08-10 Yuki OkushiRollup merge of #87895 - TheWastl:issue-87872, r=estebank
2021-08-10 Yuki OkushiRollup merge of #87889 - estebank:method-call-disambigu...
2021-08-10 Yuki OkushiRollup merge of #87881 - badboy:platform-support-format...
2021-08-10 Yuki OkushiRollup merge of #87880 - pierwill:graph-duplicate-trait...
2021-08-10 Yuki OkushiRollup merge of #87876 - lcnr:windows_no_panic, r=m...
2021-08-10 Yuki OkushiRollup merge of #87865 - tsoutsman:master, r=GuillaumeGomez
2021-08-10 Yuki OkushiRollup merge of #87861 - tsoutsman:patch-1, r=Guillaume...
2021-08-10 Yuki OkushiRollup merge of #87854 - BoxyUwU:var-None, r=oli-obk
2021-08-10 Yuki OkushiRollup merge of #87848 - godmar:@godmar/thread-join...
2021-08-10 Yuki OkushiRollup merge of #87811 - estebank:issue-87549, r=oli-obk
2021-08-10 Yuki OkushiRollup merge of #87700 - kornelski:e530text, r=oli-obk
2021-08-10 Yuki OkushiRollup merge of #87636 - Kixiron:unzip-option, r=scottmcm
2021-08-10 Yuki OkushiRollup merge of #87582 - tmiasko:symbol-printer, r...
2021-08-10 Yuki OkushiRollup merge of #86840 - usbalbin:const_from, r=oli-obk
2021-08-10 TheWastltypeck: better diagnostics for missing inaccessible...
2021-08-10 bjorn3Replace #[plugin_registrar] with exporting __rustc_plug...
2021-08-10 Oli SchererDon't collect into a `Vec` that is immediately being...
2021-08-10 borsAuto merge of #7535 - LeSeulArtichaut:7518-self-ty...
2021-08-10 ivmarkovSTD support for the ESP-IDF framework
next