]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-01-10 Santiago PastorinoRemove StaticKind
2020-01-10 Santiago PastorinoRemove StaticKind::Promoted
2020-01-10 Santiago PastorinoAdd promoted_operand closure to reuse code across different
2020-01-10 Santiago PastorinoPromote `Argument`s to constants instead of statics
2020-01-10 Santiago PastorinoPromote `Repeat`s to constants instead of statics
2020-01-10 Santiago PastorinoPromote `Ref`s to constants instead of static
2020-01-10 Santiago PastorinoRevert const_eval call to use const_eval_raw to avoid...
2020-01-10 borsAuto merge of #68078 - Centril:rollup-qvq052k, r=Centril
2020-01-10 Mazdak FarrokhzadRollup merge of #68073 - Centril:fix-68062, r=estebank
2020-01-10 Mazdak FarrokhzadRollup merge of #68071 - estebank:ice-67995, r=Centril
2020-01-10 Mazdak FarrokhzadRollup merge of #67922 - Centril:lowering-cleanup,...
2020-01-10 Mazdak FarrokhzadRollup merge of #67820 - ecstatic-morse:const-trait...
2020-01-10 Mazdak FarrokhzadRollup merge of #67501 - oli-obk:test-slice-patterns...
2020-01-10 Mazdak FarrokhzadRollup merge of #66463 - estebank:point-at-closure...
2020-01-10 Dylan MacKenzieAdd test for `?const` in nested impl/dyn trait
2020-01-10 Dylan MacKenzieMake `bound_context` more like neighboring functions
2020-01-10 Dylan MacKenzieAdd test for `?const` and `?` on the same bound
2020-01-10 Dylan MacKenzieCall all visit methods on trait definitions
2020-01-10 Dylan MacKenzieAdd tests for RFC 2632
2020-01-10 Dylan MacKenzieCheck for `?const` in invalid contexts during AST valid...
2020-01-10 Dylan MacKenzieReject `const` in inherent impls
2020-01-10 Dylan MacKenzieError when new syntax is lowered
2020-01-10 Dylan MacKenzieParse `?const Trait` bound syntax
2020-01-10 Dylan MacKenzieParse `impl const Trait for Ty` syntax
2020-01-10 Dylan MacKenzieAdd a `constness` field to `ast::TraitRef`
2020-01-10 Dylan MacKenzieAdd `const_trait_bound_opt_out` feature gate
2020-01-10 Dylan MacKenzieAdd `const_trait_impl` feature gate
2020-01-09 Esteban Küberreview comments: more tests
2020-01-09 Esteban KüberExtend support of `_` in type parameters
2020-01-09 Mazdak Farrokhzadexpect `fn` after `const unsafe` / `const extern`
2020-01-09 borsAuto merge of #68067 - JohnTitor:rollup-vsj5won, r...
2020-01-09 Yuki OkushiRollup merge of #68054 - tspiteri:null-unchecked-as_mut...
2020-01-09 Yuki OkushiRollup merge of #68040 - sinkuu:unused, r=petrochenkov
2020-01-09 Yuki OkushiRollup merge of #68006 - infinity0:master, r=nikomatsakis
2020-01-09 Yuki OkushiRollup merge of #67975 - EmbarkStudios:export-statics...
2020-01-09 Yuki OkushiRollup merge of #67967 - JohnTitor:fix-ice-0107, r...
2020-01-09 Yuki OkushiRollup merge of #67935 - Thomasdezeeuw:issue_67669...
2020-01-09 Yuki OkushiRollup merge of #67725 - ssomers:into_key_slice_mut...
2020-01-09 Yuki OkushiRollup merge of #67358 - cuviper:get_or_insert_owned...
2020-01-09 Yuki OkushiRollup merge of #67122 - petrochenkov:nodedup, r=estebank
2020-01-09 Yuki OkushiRollup merge of #66254 - CAD97:patch-1, r=KodrAus
2020-01-09 Vadim PetrochenkovAddress review comments + Update NLL tests
2020-01-09 CAD97Mark Layout::new as const stable
2020-01-09 Christopher... Make Layout::new const
2020-01-09 Vadim PetrochenkovUpdate tests
2020-01-09 Vadim Petrochenkovcompiletest: Do not deduplicate diagnostics in UI tests
2020-01-09 borsAuto merge of #68047 - pietroalbini:fix-toolstate-again...
2020-01-09 Trevor Spiteridoc: add Null-unchecked version section to mut pointer...
2020-01-09 borsAuto merge of #67988 - Zoxc:prof-fix, r=michaelwoerister
2020-01-09 Oliver SchererSwitch assertion order to be more helpful to ppl that...
2020-01-09 Oliver SchererRename `Unsized` to `Meta`
2020-01-09 Stein SomersApply suggestions from code review
2020-01-09 Stein SomersSimplify into_key_slice_mut and document bits and bobs
2020-01-09 Oliver SchererUpdate src/librustc_mir/interpret/place.rs
2020-01-09 Pietro Albinici: another take at fixing toolstate
2020-01-09 Mazdak Farrokhzadadd CStore::item_generics_num_lifetimes
2020-01-09 Mazdak Farrokhzadrename a method in Resolver trait
2020-01-09 Mazdak Farrokhzadlowering: remove dep on CrateStore
2020-01-09 Mazdak Farrokhzadlowering: rustc::session -> rustc_session
2020-01-09 Mazdak Farrokhzad{rustc::util -> rustc_data_structures}::captures
2020-01-09 Mazdak Farrokhzadrefactor 'Output = $ty' & reduce rustc dep
2020-01-09 Mazdak Farrokhzadextract path lowering -> path.rs
2020-01-09 Mazdak Farrokhzadmove lower_binding_mode -> pat.rs
2020-01-09 Mazdak Farrokhzadextract pattern lowering -> pat.rs
2020-01-09 Mazdak Farrokhzadlowering: elide some lifetimes
2020-01-09 Mazdak Farrokhzadlowering: simplify HoFs
2020-01-09 John Kåre AlsakerMore comments
2020-01-09 John Kåre AlsakerChange -Z time event naming scheme and make them generi...
2020-01-09 Shotaro YamadaRemove unused dependencies
2020-01-09 Shotaro YamadaRemove unused `struct ClosureUpvar`
2020-01-09 borsAuto merge of #68034 - Centril:rollup-3d9pq14, r=Centril
2020-01-08 Josh StoneAdd HashSet::get_or_insert_owned
2020-01-08 Mazdak FarrokhzadRollup merge of #68026 - llogiq:ch-ch-ch-ch-changes...
2020-01-08 Mazdak FarrokhzadRollup merge of #68024 - petrochenkov:recoverall, r...
2020-01-08 Mazdak FarrokhzadRollup merge of #68023 - FSciammarella:master, r=Centri...
2020-01-08 Mazdak FarrokhzadRollup merge of #68009 - wcampbell0x2a:spellcheck-libru...
2020-01-08 Mazdak FarrokhzadRollup merge of #68005 - GuillaumeGomez:explanation...
2020-01-08 Mazdak FarrokhzadRollup merge of #67990 - Centril:slice-pats-move-tests...
2020-01-08 Mazdak FarrokhzadRollup merge of #67986 - JohnTitor:fix-ice-rust-call...
2020-01-08 Mazdak FarrokhzadRollup merge of #67979 - Centril:hir-cleanup, r=Zoxc
2020-01-08 Mazdak FarrokhzadRollup merge of #67966 - popzxc:core-std-matches, r...
2020-01-08 Mazdak FarrokhzadRollup merge of #67884 - anp:allow-unused-const-attr...
2020-01-08 Mazdak FarrokhzadRollup merge of #67747 - estebank:bare-assoc-const...
2020-01-08 Mazdak FarrokhzadRollup merge of #67630 - oli-obk:extern_ptr_dangling...
2020-01-08 Felipe SciammarellaFix Typo on cannot "substract"
2020-01-08 Andre BogusSmall improvements in lexical_region_resolve
2020-01-08 Mazdak Farrokhzadnormalize rustc::hir::intravisit imports
2020-01-08 Mazdak Farrokhzadintravisit: use walk_list! more
2020-01-08 Mazdak Farrokhzad{rustc::hir -> rustc_hir}::intravisit
2020-01-08 Mazdak Farrokhzadintravisit: abstract over HIR Map
2020-01-08 Mazdak Farrokhzadintravisit: .expect_item -> .item
2020-01-08 Mazdak FarrokhzadNestedVisitorMap: reduce visibilities
2020-01-08 Mazdak Farrokhzadhir::map: elide & simplify
2020-01-08 Mazdak Farrokhzadcollector: clarify dependencies
2020-01-08 Mazdak Farrokhzadcollector: use impl Trait
2020-01-08 Mazdak Farrokhzadcollector: extract upstream_crates
2020-01-08 Mazdak Farrokhzadcanonicalize imports in map::block
2020-01-08 Yuki OkushiDelay bug to prevent ICE in MIR borrowck
2020-01-08 borsAuto merge of #68011 - JohnTitor:rollup-44s8twu, r...
2020-01-08 Vadim PetrochenkovRemove `-Z continue-parse-after-error`
next