]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-02-06 Dylan DPCRollup merge of #68691 - nnethercote:rm-RefCell-from...
2020-02-06 borsAuto merge of #68664 - tspiteri:no_run-complete-build...
2020-02-06 borsAuto merge of #68583 - estebank:hrlt, r=oli-obk
2020-02-06 borsAuto merge of #68861 - Dylan-DPC:rollup-0m09hsg, r...
2020-02-06 Nicholas NethercoteRemove `RefCell` usage from `ObligationForest`.
2020-02-05 borsAuto merge of #68461 - cjgillot:split_infer_prelude...
2020-02-05 borsAuto merge of #67429 - mati865:mingw-ultimate-fix,...
2020-02-05 Esteban KüberFix test
2020-02-05 Esteban KüberAccount for `impl Trait`
2020-02-05 Esteban KüberMove code to `diagnostics.rs`
2020-02-05 Esteban Küberreview comments
2020-02-05 Esteban Küberreview comments: wording
2020-02-05 Esteban KüberAccount for `fn()` types in lifetime suggestions
2020-02-05 Esteban KüberAccount for `'_` in suggestions
2020-02-05 Esteban Küberreview comments
2020-02-05 Esteban KüberSuggest `'r` instead of `'lifetime`
2020-02-05 Esteban KüberWhen suggesting lifetimes, propose adding the new lifet...
2020-02-05 Esteban KüberUse spans for input borrowed types unrelated to return...
2020-02-05 Esteban KüberAccount for HKTB when suggesting introduction of named...
2020-02-05 Dylan DPCRollup merge of #68858 - ljedrz:collapse_stable_hash_fo...
2020-02-05 Dylan DPCRollup merge of #68851 - JohnTitor:fix-issue-number...
2020-02-05 Dylan DPCRollup merge of #68846 - king6cong:doc-fix, r=Guillaume...
2020-02-05 Dylan DPCRollup merge of #68840 - Centril:rec-lim-curr-crate...
2020-02-05 Dylan DPCRollup merge of #68832 - GuillaumeGomez:clean-up-3...
2020-02-05 Dylan DPCRollup merge of #68809 - ecstatic-morse:const-int-funct...
2020-02-05 Dylan DPCRollup merge of #68790 - nnethercote:improve-merge_from...
2020-02-05 Dylan DPCRollup merge of #68762 - ForNeVeR:patch-1, r=alexcrichton
2020-02-05 Camille GILLOTMove EvaluationCache::clear.
2020-02-05 Camille GILLOTMove ExpectedFound::new to ty::error.
2020-02-05 Camille GILLOTMove specialization_graph definition in traits::types.
2020-02-05 Camille GILLOTSplit traits::structural_impls in two.
2020-02-05 borsAuto merge of #68755 - Tyg13:update_stdarch, r=alexcrichton
2020-02-05 ljedrzmove item reference comment
2020-02-05 ljedrzmerge item id stable hashing functions
2020-02-05 Camille GILLOTMove implementation of UnifyKey to unify_key.rs.
2020-02-05 Camille GILLOTMove infer::canonical datatypes to infer::types.
2020-02-05 Camille GILLOTMove infer::region_constraints::MemberConstraint to...
2020-02-05 Camille GILLOTMove traits::query datatypes to traits::types.
2020-02-05 Camille GILLOTMove traits::select datatypes to traits::types.
2020-02-05 Camille GILLOTMove traits::Reveal to traits::types.
2020-02-05 Camille GILLOTMove rustc::traits datatypes to module traits::types.
2020-02-05 Yuki OkushiFix issue number of `capacity` method
2020-02-05 king6congdoc fix on doc attribute
2020-02-05 Dylan MacKenzieImplement remaining `unchecked` arithmetic intrinsics
2020-02-05 Dylan MacKenzieFix test
2020-02-05 Dylan MacKenzieUse consistent feature naming
2020-02-05 borsAuto merge of #68831 - Dylan-DPC:rollup-j6x15y9, r...
2020-02-05 Mazdak Farrokhzad`#![recursion_limit = "X"]`: note current crate name.
2020-02-04 borsAuto merge of #68544 - Aaron1011:remove-overlapping...
2020-02-04 Mateusz MikułaPrefer system MinGW libs when available
2020-02-04 Guillaume GomezClean up E0264, E0267 and E0268 explanations
2020-02-04 Dylan DPCRollup merge of #68819 - estebank:split_at_mut, r=oli-obk
2020-02-04 Dylan DPCRollup merge of #68818 - matthiaskrgr:misc_perf, r...
2020-02-04 Dylan DPCRollup merge of #68815 - matthiaskrgr:redundant_imports...
2020-02-04 Dylan DPCRollup merge of #68810 - ollie27:once_with_copy, r...
2020-02-04 Dylan DPCRollup merge of #68805 - matthiaskrgr:cleanup_bootstrap...
2020-02-04 Dylan DPCRollup merge of #68758 - daboross:fix-59191, r=petrochenkov
2020-02-04 Dylan DPCRollup merge of #68282 - tmiasko:sanitizer-example...
2020-02-04 borsAuto merge of #68558 - HeroicKatora:buf-writer-capacity...
2020-02-04 Dylan MacKenzieAdd tests for newly const arithmetic fns
2020-02-04 Dylan MacKenzieMake saturating arithmetic using intrinsics `const`
2020-02-04 Dylan MacKenzieMake checked division `const`
2020-02-04 Dylan MacKenzieConst-stabilize some arithmetic intrinsics
2020-02-04 Dylan MacKenzieMake wrapping arithmetic `const`
2020-02-04 Dylan MacKenzieMake `saturating_mul` a `const fn`
2020-02-04 Dylan MacKenzieMake overflowing arithmetic `const`
2020-02-04 Dylan MacKenzieMake checked arithmetic besides division `const`
2020-02-04 Dylan MacKenzieMake euclidean division `const`
2020-02-04 Aaron HillRemove the `overlapping_marker_traits` feature
2020-02-04 borsAuto merge of #68377 - estebank:fn-obligations-spans...
2020-02-04 borsAuto merge of #68708 - Mark-Simulacrum:stage0-step...
2020-02-04 Mark RousskovDrop unused extern crates
2020-02-04 borsAuto merge of #68804 - ecstatic-morse:qualif-cursor...
2020-02-04 borsAuto merge of #68601 - 0dvictor:split, r=tmandry
2020-02-04 Esteban KüberSuggest `split_at_mut` on multiple mutable index access
2020-02-04 Matthias Krügerfix couple of perf related clipyp warnings
2020-02-04 Victor DingSplit `join_codegen_and_link()` into two steps
2020-02-04 Matthias Krügerremove redundant imports (clippy::single_component_path...
2020-02-03 Oliver MiddletonRemove Copy impl from OnceWith
2020-02-03 borsAuto merge of #67668 - matthewjasper:or-patterns, r...
2020-02-03 Matthew JasperAvoid scheduling repeated `StorageDead`s
2020-02-03 Matthew JasperMake use of `Place: Copy`
2020-02-03 matthewjasperApply suggestions from code review
2020-02-03 Matthew JasperAddress review comments
2020-02-03 Matthew JasperMake `Candidate` private
2020-02-03 Matthew JasperAdd more tests for or-patterns
2020-02-03 Matthias Krügerbootstrap: fix clippy warnings
2020-02-03 Esteban KüberChange wording for object unsafe because of assoc const
2020-02-03 borsAuto merge of #68803 - Dylan-DPC:rollup-b4x6ghj, r...
2020-02-03 Dylan MacKenzieTreat `Rvalue::AddressOf` the same as `Rvalue::Ref`
2020-02-03 Dylan MacKenzieEliminate "eager" qualif getter
2020-02-03 Dylan MacKenziePass correct closure type to `Qualif` methods
2020-02-03 Dylan MacKenzieTake `FnMut` instead of `Fn` in `Qualif` methods
2020-02-03 Dylan DPCRollup merge of #68800 - JohnTitor:stabilize-once-with...
2020-02-03 Dylan DPCRollup merge of #68798 - Centril:caller-loc-ctfe-rt...
2020-02-03 Dylan DPCRollup merge of #68797 - GuillaumeGomez:link-to-types...
2020-02-03 Dylan DPCRollup merge of #68787 - amosonn:patch-1, r=nagisa
2020-02-03 Dylan DPCRollup merge of #68777 - GuillaumeGomez:clean-up-e0263...
2020-02-03 Dylan DPCRollup merge of #68744 - JohnTitor:fix-ice-save-analysi...
2020-02-03 Dylan DPCRollup merge of #68711 - hman523:fix-68593, r=Dylan-DPC
next