]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-09-28 Mazdak FarrokhzadRollup merge of #64763 - GuillaumeGomez:long-err-explan...
2019-09-28 Mazdak FarrokhzadRollup merge of #64678 - tomtau:fix/no-std-error, r...
2019-09-28 Mazdak FarrokhzadRollup merge of #64387 - nathanwhit:redundant-semi...
2019-09-28 Mazdak FarrokhzadRollup merge of #64131 - shivan1b:deterministic-fxhashm...
2019-09-28 borsAuto merge of #64419 - wesleywiser:const_prop_use_ecx...
2019-09-28 borsAuto merge of #64455 - GuillaumeGomez:long-error-explan...
2019-09-28 Wesley WiserFix lint-exceeding-bitshifts ui tests
2019-09-28 Wesley WiserAllow reading non-mutable statics in const prop
2019-09-28 Shivani Bhardwajdata_structures: Add deterministic FxHashMap and FxHash...
2019-09-28 borsAuto merge of #64864 - Centril:rollup-pxz6tw3, r=Centril
2019-09-28 Mazdak FarrokhzadRollup merge of #64859 - Centril:const-def-here-new...
2019-09-28 Mazdak FarrokhzadRollup merge of #64851 - Mark-Simulacrum:mailmap-update...
2019-09-28 Mazdak FarrokhzadRollup merge of #64847 - mati865:env_logger, r=alexcrichton
2019-09-28 Mazdak FarrokhzadRollup merge of #64845 - rusty-snake:patch-1, r=jonas...
2019-09-28 Mazdak FarrokhzadRollup merge of #64836 - lzutao:stabilize-map_get_key_v...
2019-09-28 Mazdak FarrokhzadRollup merge of #64830 - Centril:thou-shallt-not-abort...
2019-09-28 Mazdak FarrokhzadRollup merge of #64818 - Wind-River:master, r=alexcrichton
2019-09-28 Mazdak FarrokhzadRollup merge of #64815 - JMS55:patch-1, r=jonas-schievink
2019-09-28 Mazdak FarrokhzadRollup merge of #64809 - davidtwco:issue-64768-target...
2019-09-28 Mazdak FarrokhzadRollup merge of #64802 - estebank:walk-parents-iterator...
2019-09-28 Mazdak FarrokhzadRollup merge of #64794 - Mark-Simulacrum:rm-dep-track...
2019-09-28 Mazdak FarrokhzadRollup merge of #64781 - Mark-Simulacrum:no-global...
2019-09-28 Mazdak FarrokhzadRollup merge of #64745 - kennethbgoodin:should-panic...
2019-09-28 Mazdak FarrokhzadRollup merge of #64703 - llogiq:slices-elems-are-equidi...
2019-09-28 NathanAdd test for redundant_semicolon lint interaction with...
2019-09-28 Mazdak FarrokhzadImprove diagnostic for `let A = 0;`
2019-09-28 nathanwhitFilter out stmts made for the redundant_semicolon lint...
2019-09-28 Wesley WiserIntroduce a `ConstPropMachine`
2019-09-28 Wesley WiserWork around for #64506
2019-09-28 Wesley WiserMove Ref-from-arg checking from `step.rs` to `const_pro...
2019-09-28 Wesley WiserRespond to code review feedback and fix tidy
2019-09-28 Wesley WiserDon't run the ConstProp MIR pass on generators
2019-09-28 Wesley Wiser[const-prop] Replace `Ref` handling with use of `InterpCx`
2019-09-28 Wesley Wiser[const-prop] Replace some `Binaryp` handling with use...
2019-09-28 Wesley Wiser[const-prop] Replace `CheckedBinaryOp` handling with...
2019-09-28 Wesley Wiser[const-prop] Replace most `UnaryOp` handling with use...
2019-09-28 Wesley Wiser[const-prop] Replace `NullaryOp` handling with use...
2019-09-28 Wesley Wiser[const-prop] Replace `Cast` handling with use of `InterpCx`
2019-09-28 Wesley Wiser[const-prop] Replace `Use` handling with use of `InterpCx`
2019-09-28 Wesley Wiser[const-prop] Replace `eval_place()` with use of `InterpCx`
2019-09-27 borsAuto merge of #64790 - Centril:rip-ast-borrowck, r...
2019-09-27 Mazdak Farrokhzad--bless --compare-mode=nll
2019-09-27 Mazdak Farrokhzad-Z unpretty message: include expanded,hygiene
2019-09-27 Mazdak FarrokhzadInline the remaining hir::Arm::top_pats_hack
2019-09-27 Mazdak FarrokhzadRemove AccessKind::Move.
2019-09-27 Mazdak Farrokhzadcleanup dead ast-borrowck / migrate-mode code.
2019-09-27 Mazdak Farrokhzadcleanup check_match wrt. SignalledError.
2019-09-27 Mazdak FarrokhzadRemove unpretty=flowgraph.
2019-09-27 Mazdak Farrokhzaddon't borrowck::check_crate(tcx) anymore.
2019-09-27 Mazdak FarrokhzadRemove librustc_ast_borrowck from driver & interface.
2019-09-27 Mazdak Farrokhzadrm -rf librustc_ast_borrowck
2019-09-27 Andre BogusDocs: slice elements are equidistant
2019-09-27 Mark RousskovRemove shrink_to_tcx_lifetime
2019-09-27 Mark RousskovRemove stray uses of gcx name
2019-09-27 Mark RousskovRemove lift_to_global
2019-09-27 Mark RousskovRemove global_tcx from TyCtxt
2019-09-27 Mark RousskovAdd mailmap entry for Dustin Bensing by request
2019-09-27 borsAuto merge of #64849 - matthiaskrgr:submodule_upd,...
2019-09-27 Matthias Krügersubmodules: update clippy from 68ff8b19 to edd90473
2019-09-27 Esteban Küberfix rebase
2019-09-27 Esteban Küberreview comments
2019-09-27 Esteban KüberAccount for tail expressions when pointing at return...
2019-09-27 Esteban KüberTurn `walk_parent_nodes` method into an iterator
2019-09-27 Tomas Taubergetting more context for duplicate lang items (fixes...
2019-09-27 rusty-snakepin.rs: fix links to primitives in documentation
2019-09-27 borsAuto merge of #63937 - Nashenas88:rustdoc_57180, r...
2019-09-27 Guillaume GomezDon't check error_codes files for lints
2019-09-27 Guillaume GomezUpdate ui tests
2019-09-27 Guillaume GomezAdd long error explanation for E0734
2019-09-27 Lzu TaoStabilize map_get_key_value feature
2019-09-27 borsAuto merge of #64813 - varkor:node-to-kind, r=Centril
2019-09-27 Mazdak Farrokhzadlowering: don't .abort_if_errors()
2019-09-27 varkorFix librustcdoc test
2019-09-27 borsAuto merge of #64819 - Manishearth:clippyup, r=Manishearth
2019-09-26 Kenny GoodinInclude message on tests that should panic
2019-09-26 varkorFix ui-fulldeps tests
2019-09-26 varkorFix AST JSON output test
2019-09-26 borsAuto merge of #64816 - Centril:rollup-gbeqot4, r=Centril
2019-09-26 Manish GoregaokarUpdate clippy
2019-09-26 varkorRename `hair::Pattern` to `hair::Pat`
2019-09-26 varkorRename `PatternTypeProjection` to `PatTyProj`
2019-09-26 varkorRename `PatternContext` to `PatCtxt`
2019-09-26 varkorRename `hair::PatternRange` to `hair::PatRange`
2019-09-26 varkorRename `hair::PatternKind` to `hair::PatKind`
2019-09-26 varkorRename `hair::FieldPattern` to `hair::FieldPat`
2019-09-26 varkorRename `MetaItem.node` to `MetaItem.kind`
2019-09-26 varkorRename `ForeignItem.node` to `ForeignItem.kind`
2019-09-26 varkorRename `Item.node` to `Item.kind`
2019-09-26 varkorRename `Stmt.node` to `Stmt.kind`
2019-09-26 varkorRename `Ty.node` to `Ty.kind`
2019-09-26 varkorRename `TraitItem.node` to `TraitItem.kind`
2019-09-26 varkorRename `Lit.node` to `Lit.kind`
2019-09-26 varkorRename `ImplItem.node` to `ImplItem.kind`
2019-09-26 varkorRename `Pat.node` to `Pat.kind`
2019-09-26 varkorRename `Expr.node` to `Expr.kind`
2019-09-26 David Woodhir: stop checking codegen fn attrs for constants
2019-09-26 n-salimMerge pull request #30 from Wind-River/update
2019-09-26 David Woodhir: Disallow `target_feature` on constants
2019-09-26 Mazdak FarrokhzadRollup merge of #64812 - GuillaumeGomez:add-test-for...
2019-09-26 Mazdak FarrokhzadRollup merge of #64787 - tmandry:fuchsia-exitstatus...
next