]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-06-26 Mazdak FarrokhzadRollup merge of #62141 - alexcrichton:less-assertions...
2019-06-26 Mazdak FarrokhzadRollup merge of #62140 - alexcrichton:less-pr-builds...
2019-06-26 Alex Crichtonci: Disable assertions in PR builds
2019-06-26 Alex Crichtonci: Turn of PR builds on Travis
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 Matthew JasperUse `Local`s instead of `Place`s in MIR drop generation
2019-06-25 Matthew JasperAdd StorageDead statements for `while` conditions
2019-06-25 Matthew JasperUnify `return`, `break` and `continue` handling
2019-06-25 Matthew JasperAvoid checking if references implement drop
2019-06-25 Matthew JasperUse `as_temp` to evaluate statement expressions
2019-06-25 Matthew JasperFix incorrect double assignment in MIR for while loops
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... rustc: 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... rustc: 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 Eric HussUpdate cargo
2019-06-24 borsAuto merge of #62081 - RalfJung:miri-pointer-checks...
2019-06-24 Oliver SchererPacify tidy
2019-06-24 Oliver SchererAdd regression test
2019-06-24 Oliver SchererDon't ICE on mutable zst slices
2019-06-24 Oliver SchererSimplify vtable interning
2019-06-24 borsAuto merge of #62092 - lzutao:clippy-update, r=oli-obk
2019-06-24 Ralf Jungfix reoccurring typo
2019-06-24 Lzu Taosubmodules: Update clippy from 5a11ed7b to 8c80b65f
2019-06-24 ljedrzHirIdification: miscellaneous bits
2019-06-24 ljedrzHirIdify driver::pretty::HirPrinterSupport::node_path
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 Marc-Antoine... rustbuild: always set cxx for build host
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 Yuki OkushiAdd test for issue-38591
2019-06-23 Ralf Jungexpand comment
2019-06-23 Ralf Jungdeduplicate some code
2019-06-23 borsAuto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrum
2019-06-23 Ralf Jungmake code more symmetric
2019-06-23 Ralf Jungcomment tweaks, better validation errors, update UI...
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 Mark RousskovExit early from feature search if no features in file
2019-06-23 Mark RousskovCollect features only once
2019-06-23 Mark RousskovUse Path/PathBuf directly instead of through path::
2019-06-23 Mark RousskovSkip querying each ignore directive if none in file
2019-06-23 Mark RousskovUtilize entry.metadata over fs::symlink_metadata
2019-06-23 Mark RousskovMove file-reading into walker loop
2019-06-23 Mark RousskovPass contents and DirEntry to walkers
2019-06-23 Mark RousskovStop calling format! to check feature gate
2019-06-23 Mark RousskovUse walkdir crate
2019-06-23 Mark RousskovCache Regex's
2019-06-23 Mark RousskovMake tidy quieter by default
2019-06-23 Vadim PetrochenkovRemove built-in derive macros `Send` and `Sync`
2019-06-23 borsAuto merge of #60861 - Centril:let-chains-ast-intro...
2019-06-23 Julien CretinRun rustfmt
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 Mazdak FarrokhzadRollup merge of #62051 - Centril:unused-derive-, r...
2019-06-22 Mazdak FarrokhzadRollup merge of #62049 - crlf0710:patch-2, r=jonas...
2019-06-22 Mazdak FarrokhzadRollup merge of #62047 - Centril:cfg-attr-empty-lint...
2019-06-22 Mazdak Farrokhzadlet_chains: note re. back-compat wrt. expr beginning.
2019-06-22 Mazdak Farrokhzadlet_chains: Revert 'fn with' in ast_validation.
2019-06-22 Julien CretinFix meta-variable binding errors in macros
2019-06-22 Mazdak Farrokhzadlet_chains: More accurately describe `ast::ExprKind...
2019-06-22 Mazdak Farrokhzadlet_chains: Add test cases to pprust-expr-roundtrip.
2019-06-22 Mazdak Farrokhzadlet_chains: Fix bugs in pretty printing.
2019-06-22 Mazdak Farrokhzadlet_chains: Refactor parse_{if,while}_expr a bit.
2019-06-22 Mazdak Farrokhzadlet_chains: --bless tests due to recovery in lowering.
2019-06-22 Mazdak Farrokhzadlet_chains: Remove ast_validation logic in favor of...
2019-06-22 Mazdak Farrokhzadlet_chains: Adjust tests for pre-expansion gating.
2019-06-22 Mazdak Farrokhzadlet_chains: Move feature gating to pre-expansion.
2019-06-22 Mazdak Farrokhzadlet_chains: Inline visit_expr_with_let_maybe_allowed.
2019-06-22 Mazdak Farrokhzadlet_chains: readd kw::let to ident_can_begin_expr.
2019-06-22 Mazdak Farrokhzadlet_chains: Fuse PatternSource::Let & ::LetExpr.
2019-06-22 Mazdak Farrokhzadlet_chains: scrutinee -> condition
2019-06-22 Mazdak Farrokhzadlet_chains: Account for const generics in validation...
2019-06-22 Mazdak Farrokhzadlet_chains: Change AST validation strategy slightly.
2019-06-22 Mazdak Farrokhzadlet_chains: scrutinee -> head expression.
next