]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-10-24 Mazdak FarrokhzadRollup merge of #65753 - csmoe:derive_fold, r=Centril
2019-10-24 Mazdak FarrokhzadRollup merge of #65746 - estebank:newcomer-format,...
2019-10-24 Mazdak FarrokhzadRollup merge of #65729 - Wind-River:master_003, r=alexc...
2019-10-24 Mazdak FarrokhzadRollup merge of #65710 - ehuss:update-cargo, r=alexcrichton
2019-10-24 Mazdak FarrokhzadRollup merge of #65627 - varkor:const-generics-forbid...
2019-10-24 Mazdak FarrokhzadRollup merge of #65625 - petrochenkov:cstore, r=Mark...
2019-10-24 Vadim Petrochenkovrustc_interface: Remove `ExpansionResult` and some...
2019-10-24 Vadim Petrochenkovrustc_metadata: Minimize use of `Lrc` in crate store
2019-10-24 Vadim Petrochenkovrustc_metadata: Remove `RwLock` from `CStore`
2019-10-24 Vadim PetrochenkovTurn crate store into a resolver output
2019-10-24 Vadim Petrochenkovrustc: Combine resolver outputs into a single struct
2019-10-24 Vadim Petrochenkovresolve: Privatize all resolver fields
2019-10-24 Vadim Petrochenkovrustc: Add a convenience alias for `dyn MetadataLoader...
2019-10-24 Vadim Petrochenkovrustc_metadata: Move some code around
2019-10-24 Vadim Petrochenkovrustc_metadata: Remove unnecessary use of crate store...
2019-10-24 Vadim Petrochenkovrustc_driver: Remove unnecessary use of crate store
2019-10-24 csmoeDon't assert for different instance on impl trait alias
2019-10-24 borsAuto merge of #65474 - Mark-Simulacrum:rustc-dev-split...
2019-10-24 borsAuto merge of #65733 - Centril:rollup-0zth66f, r=Centril
2019-10-24 Esteban KüberTweak format string error to point at arguments always
2019-10-23 Mazdak FarrokhzadRollup merge of #65704 - RalfJung:exact-size, r=oli-obk
2019-10-23 Mazdak FarrokhzadRollup merge of #65696 - varkor:nll-chalk-const-generic...
2019-10-23 Mazdak FarrokhzadRollup merge of #65691 - GuillaumeGomez:2018-edition...
2019-10-23 Mazdak FarrokhzadRollup merge of #65657 - nnethercote:rm-InternedString...
2019-10-23 Mazdak FarrokhzadRollup merge of #65648 - nnethercote:rm-intersect_opt...
2019-10-23 Mazdak FarrokhzadRollup merge of #65641 - nnethercote:derive-TokenStream...
2019-10-23 Mazdak FarrokhzadRollup merge of #65583 - eddyb:more-query-like-cross...
2019-10-23 Mazdak FarrokhzadRollup merge of #65518 - estebank:i-want-to-break-free...
2019-10-23 Mazdak FarrokhzadRollup merge of #65479 - SimonSapin:matches, r=alexcrichton
2019-10-23 Mazdak FarrokhzadRollup merge of #65193 - Mark-Simulacrum:lockless-lints...
2019-10-23 Mazdak FarrokhzadRollup merge of #65144 - clarfon:moo, r=sfackler
2019-10-23 Mazdak FarrokhzadRollup merge of #64178 - mati865:clippy, r=scottmcm
2019-10-23 Umesh KalappaUI failures fix
2019-10-23 varkorAccount for const generalisation in nll_relate
2019-10-23 varkorAccount for const generalisation in combine
2019-10-23 varkorAdd regression test for #62579
2019-10-23 Simon SapinDocument guard expressions in `matches!`
2019-10-23 Simon SapinAdd tracking issue for the `matches!` macro
2019-10-23 Simon SapinMove the `matches!` macro to the prelude
2019-10-23 Simon SapinAdd `core::macros::matches!( $expr, $pat ) -> bool`
2019-10-23 borsAuto merge of #57545 - bovinebuddha:object_safe_for_dis...
2019-10-23 borsAuto merge of #65716 - JohnTitor:rollup-fkcr85k, r...
2019-10-23 Yuki OkushiRollup merge of #65706 - popzxc:add-missing-space,...
2019-10-23 Yuki OkushiRollup merge of #65695 - michaelwoerister:fix-self...
2019-10-23 Yuki OkushiRollup merge of #65689 - RalfJung:miri-debug, r=Centril
2019-10-23 Yuki OkushiRollup merge of #65688 - JohnTitor:add-some-tests,...
2019-10-23 Yuki OkushiRollup merge of #65686 - yjhmelody:yjhmelody-patch...
2019-10-23 Yuki OkushiRollup merge of #65681 - sunfishcode:followup, r=Centril
2019-10-23 Yuki OkushiRollup merge of #65678 - JohnTitor:add-e0728-explanatio...
2019-10-23 Yuki OkushiRollup merge of #65656 - GuillaumeGomez:option-disable...
2019-10-23 Yuki OkushiRollup merge of #65617 - newpavlov:patch-2, r=alexcrichton
2019-10-23 Yuki OkushiRollup merge of #65591 - GuillaumeGomez:long-err-explan...
2019-10-23 Yuki OkushiRollup merge of #65507 - polyedre:master, r=nikomatsakis
2019-10-23 Yuki OkushiRollup merge of #65417 - weiznich:more_coherence_tests...
2019-10-23 Yuki OkushiRollup merge of #65007 - BO41:keywords, r=nikomatsakis
2019-10-23 Yuki OkushiRollup merge of #64145 - togiberlin:feature/target...
2019-10-23 borsAuto merge of #65713 - lzutao:clippy-up, r=Manishearth
2019-10-23 Lzu TaoPublic some types for compiletest_rs
2019-10-23 Lzu Taoupdate compiletest
2019-10-22 Clar FonAdd Cow::is_borrowed and Cow::is_owned
2019-10-22 Eric HussUpdate cargo
2019-10-22 Mark RousskovAdd some documentation
2019-10-22 Mathias BlikstadRFC 2027: "first draft" of implementation
2019-10-22 flip1995Update Clippy
2019-10-22 flip1995Readd some PartialEq and Hash derives used by Clippy
2019-10-22 Mateusz MikułaApply clippy::single_match suggestion
2019-10-22 Mateusz MikułaApply clippy::while_let_on_iterator suggestions
2019-10-22 Mateusz MikułaApply clippy::redundant_pattern_matching suggestion
2019-10-22 Mateusz MikułaApply clippy::needless_return suggestions
2019-10-22 Igor AleksanovAdd missing space in librustdoc
2019-10-22 Mateusz MikułaApply clippy::useless_let_if_seq suggestion
2019-10-22 Ralf Jungrelax ExactSizeIterator bound on write_bytes: too many...
2019-10-22 togiberlinTarget-feature documented as unsafe. rustc book and...
2019-10-22 varkorAdd regression test for #65675
2019-10-22 varkorFix an issue with const inference variables sticking...
2019-10-22 Yuki OkushiAdd link to async/await
2019-10-22 borsAuto merge of #65503 - popzxc:refactor-libtest, r=wesle...
2019-10-22 varkorUse E0741 for structural match error
2019-10-22 varkorRemove FIXME
2019-10-22 varkorFix rustdoc const generics test
2019-10-22 varkorRemove "type parameter depends on const parameter"...
2019-10-22 varkorSearch for generic parameters when finding non-`structu...
2019-10-22 varkorForbid non-`structural_match` types in const generics
2019-10-22 varkorMove `search_for_adt_without_structural_match` to ...
2019-10-22 Eduard-Mihai... rustc_metadata: use a table for impl_trait_ref.
2019-10-22 Eduard-Mihai... rustc_metadata: use a table for fn_sig.
2019-10-22 Michael Woeristerself-profiling: Remove module names from some event...
2019-10-22 Eduard-Mihai... rustc_metadata: use a table for super_predicates.
2019-10-22 Dylan DPCUpdate error_codes.rs
2019-10-22 Yuki OkushiAdd test for issue-63496
2019-10-22 Guillaume GomezUpdate E0659 error code long explanation to 2018 edition
2019-10-22 Ralf Jungadd comments
2019-10-22 Ralf Jungbring back some Debug instances for Miri
2019-10-22 Yuki OkushiAdd test for issue-52437
2019-10-22 Yuki OkushiAdd test for issue-51431
2019-10-22 Yuki OkushiAdd test for issue-41366
2019-10-22 yjhmelodyrefactor maybe_append
2019-10-22 borsAuto merge of #65501 - alexcrichton:remove-emscripten...
2019-10-22 Dan GohmanCode cleanups following up on #65576.
2019-10-22 borsAuto merge of #65671 - Centril:rollup-00glhmb, r=Centril
next