]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-02-29 borsAuto merge of #69263 - anyska:blacklist-powerpc-zst...
2020-02-29 borsAuto merge of #69260 - GuillaumeGomez:create-E0747...
2020-02-29 borsAuto merge of #69570 - Dylan-DPC:rollup-d6boczt, r...
2020-02-29 borsAuto merge of #69227 - Marwes:buffer_stderr, r=varkor
2020-02-29 borsAuto merge of #69255 - estebank:e0599-details, r=varkor
2020-02-29 Dylan DPCRollup merge of #69567 - matthiaskrgr:useless_fmt,...
2020-02-29 Dylan DPCRollup merge of #69563 - andre-richter:fix_no_std_match...
2020-02-29 Dylan DPCRollup merge of #69551 - matthiaskrgr:len_zero, r=Mark...
2020-02-29 Dylan DPCRollup merge of #69546 - matthiaskrgr:slice_to_vec...
2020-02-29 Dylan DPCRollup merge of #69504 - MichaelMcDonnell:hash_assert_n...
2020-02-29 Dylan DPCRollup merge of #69477 - Pulkit07:issue69298, r=cramertj
2020-02-29 Matthias Krügeruse .to_string() instead of format!() macro to create...
2020-02-29 borsAuto merge of #69208 - RalfJung:debug-assert, r=Mark...
2020-02-28 Andre RichterFix no_std detection for target triples
2020-02-28 Esteban KüberIgnore output for some platforms with diverging test...
2020-02-28 Esteban KüberDo not suggest implementing traits if present in predicates
2020-02-28 Esteban KüberReword message
2020-02-28 Esteban KüberReduce verbosity when suggesting restricting type params
2020-02-28 Esteban Küberkeep predicate order and tweak output
2020-02-28 Esteban KüberReview comments: split requirement text to multiple...
2020-02-28 Esteban KüberAccount for arbitrary self types in E0599
2020-02-28 Esteban KüberSuggest constraining type parameters
2020-02-28 Esteban KüberTweak wording
2020-02-28 Esteban KüberMention the full path of the implementing trait
2020-02-28 Esteban KüberPoint at closure definitions
2020-02-28 Esteban KüberShow information of chain of bound obligations
2020-02-28 Esteban KüberTrack all predicates in errors, not just trait obligations
2020-02-28 Esteban KüberDeduplicate information in E0599
2020-02-28 Esteban KüberOn single local candidate, use span label
2020-02-28 Esteban KüberReduce vebosity of E0599
2020-02-28 Esteban KüberAdd more context to E0599 errors
2020-02-28 borsAuto merge of #69555 - Centril:rollup-e53lxz4, r=Centril
2020-02-28 Matthias Krügersimplify condition in start_executing_work()
2020-02-28 Mazdak FarrokhzadRollup merge of #69547 - matthiaskrgr:more_misc, r...
2020-02-28 Mazdak FarrokhzadRollup merge of #69541 - dotdash:format, r=Mark-Simulacrum
2020-02-28 Mazdak FarrokhzadRollup merge of #69539 - Centril:fix-69401, r=petrochenkov
2020-02-28 Mazdak FarrokhzadRollup merge of #69538 - JohnTitor:boxed-slice-try...
2020-02-28 Mazdak FarrokhzadRollup merge of #69522 - Centril:fix-69341, r=petrochenkov
2020-02-28 Mazdak FarrokhzadRollup merge of #69481 - matthiaskrgr:single_char,...
2020-02-28 Mazdak FarrokhzadRollup merge of #69452 - Centril:typeck-pat, r=estebank
2020-02-28 Mazdak FarrokhzadRollup merge of #69384 - petrochenkov:nounnorm, r=Centril
2020-02-28 Mazdak FarrokhzadRollup merge of #69340 - Centril:self-ctor-normalize...
2020-02-28 Mazdak FarrokhzadRollup merge of #68989 - XAMPPRocky:relnotes-1.42.0...
2020-02-28 Guillaume GomezWording improvement
2020-02-28 Guillaume GomezUpdate UI tests
2020-02-28 Guillaume GomezAdd explanation for E0747
2020-02-28 Guillaume GomezAdd E0747 error code
2020-02-28 borsAuto merge of #69148 - estebank:cold-as-ice, r=oli-obk
2020-02-28 Matthias Krügeruse is_empty() instead of len() == x to determine...
2020-02-28 Matthias Krügerremove redundant clones, references to operands, explic...
2020-02-28 Matthias Krügeruse to_vec() instead of .iter().cloned().collect()...
2020-02-28 Pulkit Goyaldocs: add mention of async blocks in move keyword docs
2020-02-28 borsAuto merge of #68827 - ssomers:btree_navigation_revisit...
2020-02-28 Mazdak Farrokhzadlate resolve, visit_fn: bail early if there's no body.
2020-02-28 borsAuto merge of #68505 - skinny121:canonicalize-const...
2020-02-28 Yuki OkushiStabilize `boxed_slice_try_from`
2020-02-28 borsAuto merge of #69534 - Dylan-DPC:rollup-fwa2lip, r...
2020-02-28 Dylan DPCRollup merge of #69529 - matthiaskrgr:clippy_identity_c...
2020-02-28 Dylan DPCRollup merge of #69527 - pnkfelix:issue-69291-dont...
2020-02-28 Dylan DPCRollup merge of #69501 - matthiaskrgr:find_note, r...
2020-02-28 Dylan DPCRollup merge of #69496 - matthiaskrgr:filter_next,...
2020-02-28 Dylan DPCRollup merge of #69495 - matthiaskrgr:op_ref, r=oli-obk
2020-02-28 Dylan DPCRollup merge of #69491 - petrochenkov:symprint, r=Mark...
2020-02-28 Dylan DPCRollup merge of #69449 - JohnTitor:toolstate-ping,...
2020-02-28 Dylan DPCRollup merge of #69430 - matthiaskrgr:noloop, r=varkor
2020-02-28 Dylan DPCRollup merge of #69379 - jumbatm:llvm-sigsegv, r=pnkfelix
2020-02-28 Stein SomersMake implementation of navigation simpler, safer and...
2020-02-27 Esteban KüberAccount for associated items when denying `_`
2020-02-27 Esteban KüberAccount for bounds when denying `_` in type parameters
2020-02-27 Esteban KüberRevert "Backport only: avoid ICE on bad placeholder...
2020-02-27 Stein SomersFix and test implementation of BTreeMap's first_entry...
2020-02-27 borsAuto merge of #69513 - tmiasko:revert-checked-unused...
2020-02-27 Matthias Krügerdon't use .into() to convert types into identical types.
2020-02-27 Felix S. Klock IIIgnore untracked paths when running `rustfmt` on reposi...
2020-02-27 Mazdak Farrokhzaderror_derive_forbidden_on_non_adt: be more graceful
2020-02-27 borsAuto merge of #68434 - varkor:astconv-mismatch-error...
2020-02-27 borsAuto merge of #68528 - ecstatic-morse:maybe-init-varian...
2020-02-27 Björn SteinbrinkRemove unneeded calls to format!()
2020-02-27 Matthias Krügerdocs: note that find(f) is equivalent to filter(f)...
2020-02-27 Matthias Krügerlibrustc_typeck: remove loop that never actually loops
2020-02-27 Matthias Krügeruse char instead of &str for single char patterns
2020-02-27 Matthias Krügeruse find(x) instead of filter(x).next()
2020-02-27 Ralf Jungavoid a negation in is_nonoverlapping
2020-02-27 Ralf Jungdisable debug assertion in ptr::write for now
2020-02-27 borsAuto merge of #69507 - JohnTitor:rollup-jqf1gmw, r...
2020-02-27 Yuki OkushiRollup merge of #69505 - Mark-Simulacrum:triagebot...
2020-02-27 Yuki OkushiRollup merge of #69500 - cuviper:par_for_each_in-item...
2020-02-27 Yuki OkushiRollup merge of #69480 - GuillaumeGomez:clean-up-e0373...
2020-02-27 Yuki OkushiRollup merge of #69479 - matthiaskrgr:op_pred, r=Dylan-DPC
2020-02-27 Yuki OkushiRollup merge of #69473 - contrun:update-llvm, r=nikomat...
2020-02-27 Yuki OkushiRollup merge of #69439 - petrochenkov:latelife, r=matth...
2020-02-27 Yuki OkushiRollup merge of #69324 - estebank:ice-break-backport...
2020-02-27 borsAuto merge of #67332 - matthewjasper:drop-in-place...
2020-02-27 Mark RousskovEnable setting diagnostic labels
2020-02-27 Michael Mc... Use assert_ne in hash tests
2020-02-27 Tomasz MiąskoRevert "Mark attributes consumed by `check_mod_attrs...
2020-02-26 Josh StoneSimplify the signature of par_for_each_in
2020-02-26 Matthias Krügerdon't take redundant references to operands
2020-02-26 borsAuto merge of #67742 - mark-i-m:describe-it, r=matthewj...
2020-02-26 XAMPPRockyMerge branch 'master' into relnotes-1.42.0
next