]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-06-23 Yuki OkushiAdd test for issue-44861
2020-06-23 borsAuto merge of #73635 - Dylan-DPC:rollup-b4wbp42, r...
2020-06-23 Dylan DPCRollup merge of #73610 - GuillaumeGomez:cleanup-e0699...
2020-06-23 Dylan DPCRollup merge of #73600 - Aaron1011:fix/move-in-macro...
2020-06-23 Dylan DPCRollup merge of #73586 - RalfJung:switch-ty, r=oli-obk
2020-06-23 Dylan DPCRollup merge of #73578 - RalfJung:ty-ctxt-at, r=jonas...
2020-06-23 Dylan DPCRollup merge of #73575 - dario23:typo-errorcodes-doc...
2020-06-23 Dylan DPCRollup merge of #73495 - Lucretiel:wasi-io-impls, r...
2020-06-23 Dylan DPCRollup merge of #71756 - carstenandrich:master, r=dtolnay
2020-06-23 borsAuto merge of #73007 - yoshuawuyts:socketaddr-from...
2020-06-22 borsAuto merge of #73594 - Aaron1011:revert/move-fn-self...
2020-06-22 Aaron HillStop using old version of `syn` in `rustc-workspace...
2020-06-22 Aaron HillRe-enable Clippy tests
2020-06-22 Aaron HillRevert "Rollup merge of #72389 - Aaron1011:feature...
2020-06-22 borsAuto merge of #73415 - ehuss:update-cargo, r=ehuss
2020-06-22 borsAuto merge of #73617 - Dylan-DPC:rollup-zugh80o, r...
2020-06-22 Dylan DPCRollup merge of #73585 - LeSeulArtichaut:patch-3, r...
2020-06-22 Dylan DPCRollup merge of #73582 - RalfJung:miri-span-bug, r...
2020-06-22 Dylan DPCRollup merge of #73580 - RalfJung:deprecate-wrapping...
2020-06-22 Dylan DPCRollup merge of #73502 - GuillaumeGomez:add-e0764,...
2020-06-22 Dylan DPCRollup merge of #72623 - da-x:use-suggest-public-path...
2020-06-22 Dylan DPCRollup merge of #71660 - sollyucko:master, r=dtolnay
2020-06-22 Guillaume GomezClean up E0699 explanation
2020-06-22 Aaron HillFix spurious 'value moved here in previous iteration...
2020-06-21 borsAuto merge of #73180 - matthewjasper:predicate-cache...
2020-06-21 LeSeulArtichautDo not send a notification for P-high stable regressions
2020-06-21 Ralf Jungfmt
2020-06-21 borsAuto merge of #72936 - jackh726:chalk-more, r=nikomatsakis
2020-06-21 Ralf JungMIR validation: check switch_ty
2020-06-21 Ralf Jungremove switch_ty reliance in codegen
2020-06-21 Dan AloniPrefer accessible paths in 'use' suggestions
2020-06-21 Guillaume GomezUpdate UI tests
2020-06-21 Ralf JungMiri: replace many bug! by span_bug!
2020-06-21 borsAuto merge of #72696 - jethrogb:jb/llvm-zlib, r=Mark...
2020-06-21 Guillaume GomezCreate E0765 error for unterminated double quote strings
2020-06-21 Ralf Jungdeprecate wrapping_offset_from
2020-06-21 Ralf JungMake is_freeze and is_copy_modulo_regions take TyCtxtAt
2020-06-21 borsAuto merge of #73546 - RalfJung:miri, r=RalfJung
2020-06-21 Matthew JasperReplace `is_global` call on data with call on predicate
2020-06-21 Matthew JasperCache flags and escaping vars for predicates
2020-06-21 Matthew JasperCache decoded predicate shorthands
2020-06-21 Johannes SchillingFix typo in error_codes doc
2020-06-21 borsAuto merge of #71911 - wesleywiser:const_prop_small_cle...
2020-06-21 borsAuto merge of #70946 - jumbatm:clashing-extern-decl...
2020-06-20 David TolnayUpdate stability attribute of new Vec PartialEq impls
2020-06-20 borsAuto merge of #73563 - Manishearth:rollup-oowgwwm,...
2020-06-20 Solomon Uckoimpl PartialEq<Vec<B>> for &[A], &mut [A]
2020-06-20 Manish GoregaokarRollup merge of #73443 - pietroalbini:gha-auto-fallible...
2020-06-20 Manish GoregaokarRollup merge of #73411 - ehuss:bump-stage0, r=Mark...
2020-06-20 Manish GoregaokarRollup merge of #73378 - matthewjasper:arena-not-specia...
2020-06-20 Manish GoregaokarRollup merge of #73291 - marmeladema:hir-id-ification...
2020-06-20 Manish GoregaokarRollup merge of #73287 - davidtwco:issue-73251-opaque...
2020-06-20 Manish GoregaokarRollup merge of #73227 - camelid:multiple-asm-options...
2020-06-20 Manish GoregaokarRollup merge of #72790 - jonhoo:duration-is-zero, r...
2020-06-20 Manish GoregaokarRollup merge of #72788 - matthewjasper:projection-bound...
2020-06-20 Manish GoregaokarRollup merge of #72456 - ldm0:dereftrait, r=estebank
2020-06-20 Eric HussFix broken inner_deref doc tests.
2020-06-20 borsAuto merge of #73550 - RalfJung:rollup-5huj1k1, r=RalfJung
2020-06-20 Eric HussUpdate bootstrap to rustc 1.45.0-beta.2 (1dc0f6d8e...
2020-06-20 CamelidRun `./x.py fmt`
2020-06-20 CamelidFix duplicate options error
2020-06-20 CamelidUse `p.token` instead of `p.look_ahead()`
2020-06-20 CamelidAdd documentation
2020-06-20 CamelidCreate a separate, tool-only suggestion for the comma
2020-06-20 CamelidMake suggestion machine-applicable
2020-06-20 CamelidAdd more to duplicate options test
2020-06-20 CamelidUse `span_suggestion` instead of `span_label`
2020-06-20 CamelidUse bitflags function instead of custom one
2020-06-20 CamelidGet option name from symbol instead of snippet
2020-06-20 CamelidUpdate duplicate options test
2020-06-20 CamelidUse `span_label`
2020-06-20 CamelidMake warning an error; use help instead of suggestion...
2020-06-20 CamelidAdd UI test for duplicate `asm!` options warning
2020-06-20 CamelidWarn on duplicate `asm!` options
2020-06-20 CamelidAdd codegen test for multiple `asm!` options
2020-06-20 CamelidClean up
2020-06-20 CamelidUse `Vec<Span>` instead of `Option<Vec<Span>>`
2020-06-20 CamelidUpdate tests
2020-06-20 CamelidAllow multiple `asm!` options
2020-06-20 Jon GjengsetRevise according to review
2020-06-20 Jon GjengsetDoctests need feature
2020-06-20 Jon Gjengsetcore/time: Add Duration methods for zero
2020-06-20 Ralf JungRollup merge of #73543 - GuillaumeGomez:cleanup-e0695...
2020-06-20 Ralf JungRollup merge of #73539 - LukasKalbertodt:deprecate...
2020-06-20 Ralf JungRollup merge of #73471 - raoulstrackx:raoul/fpu_tag_wor...
2020-06-20 Ralf JungRollup merge of #73444 - pietroalbini:ci-remove-try...
2020-06-20 Ralf JungRollup merge of #73404 - ajpaverd:cfguard_syntax, r...
2020-06-20 Ralf JungRollup merge of #73171 - tblah:riscv-qemu-test, r=pietr...
2020-06-20 Ralf JungRollup merge of #73058 - tmiasko:aarch64-san, r=nagisa
2020-06-20 Ralf JungRollup merge of #73055 - lcnr:skol-no-more, r=matthewjasper
2020-06-20 Ralf JungRollup merge of #72600 - Aaron1011:fix/anon-const-encod...
2020-06-20 Matthew JasperExplain what the substs we're creating are
2020-06-20 Matthew JasperMove bounds on associated types to the type
2020-06-20 Matthew JasperDon't set STILL_FURTHER_SPECIALIZABLE for regions/bound...
2020-06-20 Matthew JasperCheck associated type satisfy their bounds
2020-06-20 marmelademaPre-compute `def_id_to_hir_id` table
2020-06-20 Donough LiuPrevent incorrect help message for dereference suggestion
2020-06-20 Ralf Jungupdate Miri
2020-06-20 Guillaume GomezClean up E0695 explanation
2020-06-20 Matthew JasperConsider fewer predicates for projection candidates
next