]> git.lizzy.rs Git - rust.git/history - src/librustc
Add missing lifetime specifier
[rust.git] / src / librustc /
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 John Kåre AlsakerInform the query system about properties of queries...
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 Michael WoeristerStabilize profile-guided optimization.
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...
2019-06-20 Mazdak FarrokhzadRollup merge of #61996 - Xanewok:unescape-raw-strings...
2019-06-20 Mazdak FarrokhzadRollup merge of #61981 - rust-lang:generators-clone...
2019-06-20 Mazdak FarrokhzadRollup merge of #61979 - spastorino:fmt-place-base...
2019-06-20 Mazdak FarrokhzadRollup merge of #61900 - s3bk:master, r=sfackler
2019-06-20 borsAuto merge of #61827 - golddranks:lldb_fix, r=nikomatsakis
2019-06-20 Santiago PastorinoImplement Debug for PlaceBase
2019-06-20 borsAuto merge of #61929 - 95th:master, r=GuillaumeGomez
2019-06-20 ljedrzrename hir::map::get_by_hir_id to get
2019-06-20 ljedrzremove hir::map::get
2019-06-20 ljedrzmake blocks::Code work with HirId
2019-06-20 ljedrzrename hir::map::expect_expr_by_hir_id to expect_expr
2019-06-20 ljedrzremove uses of the NodeId hir::map::expr
2019-06-20 ljedrzremove definitions::def_index_to_node_id (unused)
2019-06-20 ljedrzmake hir::def_kind work with HirId
2019-06-20 ljedrzrename hir::map::name_by_hir_id to ::name
2019-06-20 ljedrzremove hir::map::name
2019-06-20 ljedrzreplace NodeId with HirId in infer::SubregionOrigin
2019-06-20 ljedrzremove TyCtx::expr_span (unused)
2019-06-20 ljedrzreplace NodeId with HirId in traits::ObligationCauseCode
2019-06-20 borsAuto merge of #61983 - Centril:rollup-wnfo07y, r=Centril
2019-06-20 Mazdak FarrokhzadRollup merge of #61968 - eddyb:hir-noclone, r=petrochenkov
2019-06-20 Mazdak FarrokhzadRollup merge of #61782 - Electron-libre:suggest_tuple_s...
2019-06-20 Mazdak FarrokhzadRollup merge of #60772 - timvermeulen:slice_iter_nth_ba...
2019-06-20 Mazdak FarrokhzadRollup merge of #60454 - acrrd:issues/54054_skip, r...
2019-06-20 borsAuto merge of #60341 - mtak-:macos-tlv-workaround,...
2019-06-19 borsAuto merge of #61947 - estebank:ice-ice-revolution...
2019-06-19 borsAuto merge of #61967 - lzutao:clippy-update, r=oli-obk
2019-06-19 Oliver SchererPacify tidy
2019-06-19 Eduard-Mihai Burtescurustc: disallow cloning HIR nodes.
2019-06-19 Eduard-Mihai Burtescurustc: replace `GenericArgs::with_generic_args` hack...
2019-06-19 Oliver SchererChange `ByRef` to a struct variant to clarify its field...
2019-06-19 borsAuto merge of #61962 - Centril:rollup-y6sg1zw, r=Centril
2019-06-19 Mazdak FarrokhzadRollup merge of #61940 - spastorino:place-ty-iterate...
2019-06-19 Mazdak FarrokhzadRollup merge of #61861 - topecongiro:rustfmt-1.3.0...
2019-06-19 Mazdak FarrokhzadRollup merge of #61547 - petrochenkov:cfgen, r=Centril
next