]> git.lizzy.rs Git - rust.git/history - src
refactor 'Output = $ty' & reduce rustc dep
[rust.git] / src /
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 borsAuto merge of #68034 - Centril:rollup-3d9pq14, r=Centril
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 borsAuto merge of #68011 - JohnTitor:rollup-44s8twu, r...
2020-01-08 Vadim PetrochenkovRemove `-Z continue-parse-after-error`
2020-01-08 Esteban Kübermove code to method outside of happy path
2020-01-08 Esteban KüberExplain that associated types and consts can't be acces...
2020-01-08 Yuki OkushiRollup merge of #68003 - pietroalbini:yet-another-tools...
2020-01-08 Yuki OkushiRollup merge of #67985 - dtolnay:cstr, r=Mark-Simulacrum
2020-01-08 Yuki OkushiRollup merge of #67977 - Wind-River:master_2020, r...
2020-01-08 Yuki OkushiRollup merge of #67955 - ollie27:rustdoc_cfg_dupes...
2020-01-08 Yuki OkushiRollup merge of #67887 - anp:tracked-std-panics, r...
2020-01-08 Yuki OkushiRollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez
2020-01-08 Yuki OkushiRollup merge of #67849 - cjkenn:check-sorted-words...
2020-01-08 Yuki OkushiRollup merge of #67798 - matklad:spin-thouse-docs,...
2020-01-08 Yuki OkushiRollup merge of #67781 - cjgillot:passes-const, r=oli-obk
2020-01-08 Yuki OkushiRollup merge of #67774 - oxalica:more-statx, r=alexcrichton
2020-01-08 wcampbellSpell check librustc_error_codes
2020-01-08 Guillaume GomezImprove E0184 explanation
2020-01-08 borsAuto merge of #67770 - Centril:reduce-diversity-2,...
2020-01-08 Pietro Albinici: fix wrong shared.sh import for publish_toolstate
2020-01-08 Camille GILLOTMove `is_min_const_fn` query to librustc_mir.
2020-01-08 Camille GILLOTMove constness.rs to librustc_mir.
2020-01-08 borsAuto merge of #67760 - Mark-Simulacrum:rustc-dirty...
2020-01-08 Yuki OkushiDisplay more informative ICE
2020-01-08 oxalicaTry statx for all linux-gnu targets
2020-01-08 borsAuto merge of #67733 - pietroalbini:gha-2, r=alexcrichton
2020-01-08 Igor AleksanovUse matches macro in libcore and libstd
2020-01-08 Mazdak Farrokhzadspan_to_lines: account for DUMMY_SP
2020-01-08 Mazdak Farrokhzad- remove syntax::{span_warn!, span_err!, span_fatal...
2020-01-07 Mazdak Farrokhzadslice patterns: harden match-based borrowck tests
2020-01-07 borsAuto merge of #67970 - cjgillot:inherent, r=Centril
2020-01-07 David TolnayRemove insignificant notes from CStr documentation
2020-01-07 Camille GILLOTRename traits::drop -> traits::misc.
2020-01-07 borsAuto merge of #67312 - cuviper:clone-box-slice, r=Simon...
2020-01-07 Camille GILLOTMove magic traits queries to rustc::traits::drop.
2020-01-07 Camille GILLOTMove required_region_bounds to rustc::infer::opaque_types.
2020-01-07 Camille GILLOTMove free_region_map to rustc::ty.
2020-01-07 Camille GILLOTMove structural_match to rustc::traits.
2020-01-07 Camille GILLOTMove ty::wf to traits.
2020-01-07 Camille GILLOTMake traits::util::* free functions.
2020-01-07 Camille GILLOTMove subst_and_normalize_erasing_regionsto rustc::ty.
2020-01-07 Camille GILLOTMove normalize_erasing_regions to rustc::ty.
2020-01-07 Camille GILLOTMake rustc::traits::object_safety::{astconv_object_safe...
2020-01-07 Camille GILLOTMake rustc::traits::error_reporting::{recursive_type_wi...
2020-01-07 Camille GILLOTMake rustc::infer::error_reporting::{note_and_explain_f...
2020-01-07 Camille GILLOTRemove private methods from TyCtxt impl block: rustc...
2020-01-07 Camille GILLOTRemove private methods from TyCtxt impl block: rustc...
2020-01-07 Camille GILLOTRemove trivial function.
2020-01-07 Camille GILLOTRemove private methods from TyCtxt impl block: rustc...
2020-01-07 Camille GILLOTRemove private methods from TyCtxt impl block: rustc...
2020-01-07 Camille GILLOTRemove private methods from TyCtxt impl block: rustc...
2020-01-07 Adam PerrySkip caller location test in wasm32.
2020-01-07 borsAuto merge of #67732 - pietroalbini:fewer-apples, r...
2020-01-07 borsAuto merge of #67924 - RalfJung:miri, r=RalfJung
2020-01-07 Ralf Jungupdate miri
2020-01-07 borsAuto merge of #67961 - ehuss:update-cargo, r=alexcrichton
2020-01-07 borsAuto merge of #67964 - JohnTitor:rollup-pu5kosl, r...
2020-01-07 Yuki OkushiRollup merge of #67962 - ehuss:update-books, r=ehuss
2020-01-07 Yuki OkushiRollup merge of #67943 - Stromberg90:patch-1, r=jonas...
2020-01-07 Yuki OkushiRollup merge of #67936 - euclio:assoc-type-bad-style...
2020-01-07 Yuki OkushiRollup merge of #67934 - GuillaumeGomez:clean-up-e0178...
2020-01-07 Yuki OkushiRollup merge of #67929 - mgrachev:patch-1, r=jonas...
2020-01-07 Yuki OkushiRollup merge of #67909 - varkor:obsolete-const-print...
2020-01-07 Yuki OkushiRollup merge of #67908 - ollie27:rustdoc_const_html_esc...
2020-01-07 Yuki OkushiRollup merge of #67898 - matthewjasper:newtype-index...
2020-01-07 Yuki OkushiRollup merge of #67880 - lbonn:fix/multi-substs, r...
2020-01-07 Yuki OkushiRollup merge of #67877 - dtolnay:const-_, r=nagisa
2020-01-07 Yuki OkushiRollup merge of #67727 - Dylan-DPC:stabilise/remove_ite...
2020-01-07 Yuki OkushiRollup merge of #67671 - estebank:type-impl-trait,...
2020-01-07 Yuki OkushiRollup merge of #67566 - Mark-Simulacrum:thread-id...
next