]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #69577 - GuillaumeGomez:cleanup-e0375, r=Dylan-DPC
[rust.git] / src /
2020-03-01 Dylan DPCRollup merge of #69577 - GuillaumeGomez:cleanup-e0375...
2020-03-01 Dylan DPCRollup merge of #69569 - matthiaskrgr:nonminimal_bool...
2020-03-01 Dylan DPCRollup merge of #69568 - JOE1994:patch-2, r=Dylan-DPC
2020-03-01 Dylan DPCRollup merge of #69554 - GuillaumeGomez:cleanup-e0374...
2020-03-01 Dylan DPCRollup merge of #69504 - MichaelMcDonnell:hash_assert_n...
2020-03-01 Michael Mc DonnellRemove assert that had been replaced by assert_ne
2020-03-01 borsAuto merge of #69606 - JohnTitor:rollup-i3nrrcf, r...
2020-03-01 Yuki OkushiRollup merge of #69605 - JohnTitor:opt-def-id, r=petroc...
2020-03-01 Yuki OkushiRollup merge of #69583 - LeSeulArtichaut:ice-69378...
2020-03-01 Yuki OkushiRollup merge of #69580 - matthiaskrgr:map_clone, r...
2020-03-01 Yuki OkushiRollup merge of #69579 - petrochenkov:noprevspan, r...
2020-03-01 Yuki OkushiRollup merge of #69562 - ecstatic-morse:dataflow-genera...
2020-03-01 Yuki OkushiRollup merge of #69549 - mati865:mingw, r=kennytm
2020-03-01 Yuki OkushiRollup merge of #69397 - tmiasko:llvm-version-suffix...
2020-03-01 borsAuto merge of #69295 - ecstatic-morse:unified-dataflow...
2020-03-01 Yuki OkushiUse `opt_def_id()` over `def_id()`
2020-03-01 borsAuto merge of #68943 - ecstatic-morse:no-useless-drop...
2020-03-01 borsAuto merge of #69592 - petrochenkov:nosyntax, r=Centril
2020-02-29 borsAuto merge of #69590 - Dylan-DPC:rollup-i3z0sic, r...
2020-02-29 Vadim PetrochenkovRename `syntax` to `rustc_ast` in source code
2020-02-29 Dylan DPCRollup merge of #69587 - petrochenkov:reqname, r=Centril
2020-02-29 Dylan DPCRollup merge of #69584 - zantysor:fix-saturating-durati...
2020-02-29 Dylan DPCRollup merge of #69582 - RalfJung:vec-parts, r=Centril
2020-02-29 Dylan DPCRollup merge of #69581 - RalfJung:align_to_mut, r=Centril
2020-02-29 Dylan DPCRollup merge of #69572 - matthiaskrgr:try_err_and_iter_...
2020-02-29 Dylan DPCRollup merge of #69571 - matthiaskrgr:useless_asref...
2020-02-29 Vadim PetrochenkovMake it build again
2020-02-29 Vadim PetrochenkovMove directory `libsyntax` -> `librustc_ast`
2020-02-29 Mateusz MikułaUpdate src/bootstrap/dist.rs
2020-02-29 borsAuto merge of #69263 - anyska:blacklist-powerpc-zst...
2020-02-29 Vadim Petrochenkovrustc_parse: Tweak the function parameter name check
2020-02-29 Ralf JungFix typo
2020-02-29 Matthias Krügeruse .copied() instead of .map(|x| *x) on iterators
2020-02-29 borsAuto merge of #69260 - GuillaumeGomez:create-E0747...
2020-02-29 Ralf Jungfix aliasing violation in align_to_mut
2020-02-29 Zan Tysorcorrect comment to match behavior
2020-02-29 LeSeulArtichautAdd regression test
2020-02-29 LeSeulArtichautDo not ICE on invalid type node
2020-02-29 Ralf Jungclarify alignment requirements in Vec::from_raw_parts
2020-02-29 Ralf Jungtransmute: improve Vec example
2020-02-29 Vadim Petrochenkovparser: Remove `Parser::prev_span`
2020-02-29 Vadim Petrochenkovparser: `prev_span` -> `prev_token.span`
2020-02-29 Guillaume GomezClean up E0375 explanation
2020-02-29 Guillaume GomezClean up E0374 explanation
2020-02-29 borsAuto merge of #69570 - Dylan-DPC:rollup-d6boczt, r...
2020-02-29 Matthias Krügersimplify boolean expressions
2020-02-29 borsAuto merge of #69227 - Marwes:buffer_stderr, r=varkor
2020-02-29 Youngsuk KimRemove trailing whitespace
2020-02-29 Youngsuk KimUpdate src/liballoc/vec.rs
2020-02-29 Dylan MacKenzieProcess `RequiresStorage` results in pre-order
2020-02-29 borsAuto merge of #69255 - estebank:e0599-details, r=varkor
2020-02-29 Matthias Krügeruse .iter() instead of .into_iter() on references.
2020-02-29 Matthias Krügerdon't use question mark operator on Err(), return the...
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ügerremove unneeded .as_ref() calls.
2020-02-29 Matthias Krügeruse .to_string() instead of format!() macro to create...
2020-02-29 Youngsuk KimClarify explanation of 'fn resize'
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 Dylan MacKenzieDon't bug when taking discriminant of generator
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...
next