]> git.lizzy.rs Git - rust.git/history - src/librustc
Rollup merge of #61199 - ollie27:rustdoc_cfg_test, r=QuietMisdreavus
[rust.git] / src / librustc /
2019-06-29 Mazdak FarrokhzadRollup merge of #61199 - ollie27:rustdoc_cfg_test,...
2019-06-29 borsAuto merge of #62105 - JohnTitor:update-miri, r=RalfJung
2019-06-28 borsAuto merge of #62192 - Centril:rollup-kssnlta, r=Centril
2019-06-27 Mazdak FarrokhzadRollup merge of #62176 - Xanewok:update-rls, r=alexcrichton
2019-06-27 Mazdak FarrokhzadRollup merge of #62171 - alexcrichton:more-restarts...
2019-06-27 Mazdak FarrokhzadRollup merge of #62164 - jsgf:buffer-save-analysis...
2019-06-27 Mazdak FarrokhzadRollup merge of #62160 - ia0:question_mark_macro_sep...
2019-06-27 Mazdak FarrokhzadRollup merge of #62156 - ehuss:update-books, r=ehuss
2019-06-27 Mazdak FarrokhzadRollup merge of #62155 - cramertj:61872, r=centril
2019-06-27 Mazdak FarrokhzadRollup merge of #62154 - mark-i-m:old-fixme, r=Centril
2019-06-27 Mazdak FarrokhzadRollup merge of #62152 - doctorn:async_let_ice, r=cramertj
2019-06-27 Mazdak FarrokhzadRollup merge of #62131 - Xanewok:clip-some-nits, r...
2019-06-27 Mazdak FarrokhzadRollup merge of #62124 - matklad:without-with, r=petroc...
2019-06-27 Mazdak FarrokhzadRollup merge of #62106 - cramertj:test-await, r=centril
2019-06-27 Mazdak FarrokhzadRollup merge of #62102 - RalfJung:read, r=Centril
2019-06-27 Mazdak FarrokhzadRollup merge of #62076 - XAMPPRocky:master, r=XAMPPRocky
2019-06-27 Mazdak FarrokhzadRollup merge of #62067 - doctorn:await_diagnostic,...
2019-06-27 Mazdak FarrokhzadRollup merge of #62043 - Centril:remove-fnbox, r=cramertj
2019-06-27 Mazdak FarrokhzadRollup merge of #61878 - RalfJung:pin, r=Dylan-DPC
2019-06-27 borsAuto merge of #62136 - lzutao:clippy-up, r=oli-obk
2019-06-27 Nathan CorbynAdd suggestion for missing `.await` keyword
2019-06-26 Julien CretinRemove outdated question_mark_macro_sep lint
2019-06-26 Nathan CorbynDon't ICE on item in `.await` expression
2019-06-26 borsAuto merge of #61872 - matthewjasper:refactor-mir-drop...
2019-06-26 borsAuto merge of #62072 - eddyb:generator-memory-index...
2019-06-25 borsAuto merge of #62119 - Centril:rollup-el20wu0, r=Centril
2019-06-25 Mazdak FarrokhzadRollup merge of #62096 - spastorino:impl-place-from...
2019-06-25 Mazdak FarrokhzadRollup merge of #62091 - ljedrz:hiridification_almost_t...
2019-06-25 Mazdak FarrokhzadRollup merge of #62085 - JohnTitor:add-test-for-issue...
2019-06-25 Mazdak FarrokhzadRollup merge of #62078 - petrochenkov:nosendync2, r...
2019-06-25 Mazdak FarrokhzadRollup merge of #62055 - matthewjasper:fix-error-counti...
2019-06-25 Mazdak FarrokhzadRollup merge of #61987 - eddyb:hirless-resolver, r...
2019-06-25 Mazdak FarrokhzadRollup merge of #61814 - varkor:uninhabited-const-61744...
2019-06-25 borsAuto merge of #60732 - jswrenn:arbitrary_enum_discrimin...
2019-06-25 Santiago PastorinoImplement From<Local> for Place and PlaceBase
2019-06-25 Eduard-Mihai Burtescurustc: produce AST instead of HIR from `hir::lowering...
2019-06-25 borsAuto merge of #61765 - Keruspe:rustbuild-cxx, r=alexcri...
2019-06-25 Eduard-Mihai Burtescurustc: correctly transform memory_index mappings for...
2019-06-25 borsAuto merge of #62094 - oli-obk:zst_intern, r=eddyb
2019-06-25 varkorFix an ICE with uninhabited consts
2019-06-25 borsAuto merge of #61572 - Aaron1011:fix/generator-ref...
2019-06-24 borsAuto merge of #62100 - ehuss:update-cargo, r=alexcrichton
2019-06-24 borsAuto merge of #61787 - ecstatic-morse:dataflow-split...
2019-06-24 borsAuto merge of #62081 - RalfJung:miri-pointer-checks...
2019-06-24 Ralf Jungfix reoccurring typo
2019-06-24 ljedrzHirIdification: miscellaneous bits
2019-06-24 ljedrzHIR: rename find_by_hir_id to find
2019-06-24 ljedrzHIR: remove the NodeId find
2019-06-24 borsAuto merge of #62012 - wesleywiser:const_prop_use_ecx...
2019-06-24 ljedrzHIR: rename get_parent_node_by_hir_id to get_parent_node
2019-06-24 ljedrzHIR: remove the NodeId get_parent_node, HirIdify is_arg...
2019-06-24 borsAuto merge of #62075 - Centril:guardless-match-arms...
2019-06-24 Aaron HillReplace Vec<Vec<_>> with Vec<_>
2019-06-23 borsAuto merge of #62070 - ia0:rustfmt, r=petrochenkov
2019-06-23 borsAuto merge of #62037 - Mark-Simulacrum:tidy-fast, r...
2019-06-23 Aaron HillFix typos pointed out by @varkor
2019-06-23 borsAuto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrum
2019-06-23 Ralf Jungclean up internals of pointer checks; make get_size_and...
2019-06-23 Ralf Jungmove CheckInAllocMsg to more logical place
2019-06-23 Ralf JungCentralize bounds, alignment and NULL checking for...
2019-06-23 borsAuto merge of #60861 - Centril:let-chains-ast-intro...
2019-06-23 Mazdak FarrokhzadRemove redundant syntax::ast::Guard.
2019-06-23 borsAuto merge of #62069 - Centril:rollup-m8n4uw7, r=Centril
2019-06-22 Mazdak FarrokhzadRollup merge of #62068 - ia0:fix_meta_var, r=petrochenkov
2019-06-22 Mazdak FarrokhzadRollup merge of #62057 - matthewjasper:deny-unnecessary...
2019-06-22 Julien CretinFix meta-variable binding errors in macros
2019-06-22 Mazdak Farrokhzadlet_chains: Remove ast_validation logic in favor of...
2019-06-22 Mazdak Farrokhzadlet_chains: Adjust lowering logic in lieu of ::Let.
2019-06-22 Aaron HillFix fallout from rebase
2019-06-22 borsAuto merge of #62040 - felixrabe:patch-3, r=dtolnay
2019-06-22 Aaron HillChange how we compute yield_in_scope
2019-06-22 Aaron HillFix HIR visit order
2019-06-22 borsAuto merge of #61874 - jonas-schievink:remove-rem-outpu...
2019-06-22 Matthew JasperDeny explicit_outlives_requirements in the compiler
2019-06-22 borsAuto merge of #61020 - HeroicKatora:master, r=matthewjasper
2019-06-22 Matthew JasperCount all errors for `track_errors`
2019-06-22 Matthew JasperPrefer to use `has_errors` to `err_count`
2019-06-22 borsAuto merge of #62010 - ecstatic-morse:kill-borrows...
2019-06-22 borsAuto merge of #62041 - Centril:rollup-95eeyx7, r=Centril
2019-06-21 Mazdak FarrokhzadRollup merge of #62019 - jeremystucki:refactoring,...
2019-06-21 Mazdak FarrokhzadRollup merge of #62016 - JohnTitor:add-test-for-issue...
2019-06-21 Mazdak FarrokhzadRollup merge of #61984 - ljedrz:more_node_id_pruning...
2019-06-21 Mazdak FarrokhzadRollup merge of #61681 - asfreitas:addSendTrait, r...
2019-06-21 Mazdak FarrokhzadRollup merge of #61270 - michaelwoerister:remove-incr...
2019-06-21 Mazdak FarrokhzadRollup merge of #61267 - michaelwoerister:update-xlto...
2019-06-21 Mazdak FarrokhzadRollup merge of #61181 - GuillaumeGomez:fix-theme-check...
2019-06-21 Mazdak FarrokhzadRollup merge of #61146 - czipperz:SliceConcatExt-connec...
2019-06-21 Mazdak FarrokhzadRollup merge of #60971 - rbtcollins:docs-perf, r=rbtcol...
2019-06-21 borsAuto merge of #62018 - Zoxc:vs2019, r=alexcrichton
2019-06-21 borsAuto merge of #62027 - lzutao:clippy-update, r=oli-obk
2019-06-21 borsAuto merge of #61959 - oli-obk:const_field_ice, r=eddyb
2019-06-21 Jeremy StuckiRemove needless lifetimes
2019-06-21 Michael WoeristerRemove warnings about incr. comp. generating less debug...
2019-06-21 Oliver SchererFurther reduce the likelyhood of hash collisions
2019-06-21 Oliver SchererDocumentation typo
2019-06-21 borsAuto merge of #62003 - christianpoveda:master, r=oli-obk
2019-06-20 borsAuto merge of #60293 - nagisa:rustdoc-all-the-auto...
2019-06-20 Christian PovedaFix merge issues
2019-06-20 borsAuto merge of #62006 - Centril:rollup-4my59er, r=Centril
2019-06-20 Mazdak FarrokhzadRollup merge of #62000 - JohnTitor:add-test-issue-54189...
next