]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-06-26 Tyler MandryMake FlowAtLocation support borrowing flow data
2019-06-25 borsAuto merge of #60732 - jswrenn:arbitrary_enum_discrimin...
2019-06-25 borsAuto merge of #61765 - Keruspe:rustbuild-cxx, r=alexcri...
2019-06-25 borsAuto merge of #62094 - oli-obk:zst_intern, r=eddyb
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 borsAuto merge of #62012 - wesleywiser:const_prop_use_ecx...
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 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 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.
2019-06-22 Mazdak Farrokhzadlet_chains: Fix outdated doc-comment re. 'parse_if_expr'.
2019-06-22 Mazdak Farrokhzadlet_chains: Improve documentation for ast::ExprKind...
2019-06-22 Mazdak Farrokhzadlet_chains: Comment out Let in ident_can_begin_expr.
2019-06-22 Mazdak Farrokhzadlet_chains: Test pretty output for simple stable if...
2019-06-22 Mazdak Farrokhzadlet_chains: Remove redundant tests in syntax-ambiguity...
2019-06-22 Mazdak Farrokhzadlet_chains: Add test protecting the precedence of ...
2019-06-22 Mazdak Farrokhzadlet_chains: Adjust unnecessary parens tests.
2019-06-22 Mazdak Farrokhzadlet_chains: Add feature gate tests.
2019-06-22 Mazdak Farrokhzadlet_chains: Add tests for places where let expressions...
2019-06-22 Mazdak Farrokhzadlet_chains: Add feature gate.
2019-06-22 Mazdak Farrokhzadlet_chains: Adjust lowering logic in lieu of ::Let.
2019-06-22 Mazdak Farrokhzadlet_chains: Handle disallowing of let chains in places...
2019-06-22 Mazdak Farrokhzadlet_chains: Handle in unused parenthesis lint.
2019-06-22 Mazdak Farrokhzadlet_chains: Handle in resolve.
2019-06-22 Mazdak Farrokhzadlet_chains: Add support for parsing let expressions.
2019-06-22 Mazdak Farrokhzadlet_chains: Handle it in AST pretty printing.
2019-06-22 Mazdak Farrokhzadlet_chains: Remove ast::ExprKind::{IfLet, WhileLet...
2019-06-22 Mazdak Farrokhzadlet_chains: Remove ast::ExprKind::{IfLet, WhileLet...
2019-06-22 Aaron HillMove run-pass test to run-pass/generator
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 Dylan MacKenzieMerge `BitSetOperator` and `InitialFlow` into one trait.
2019-06-22 Dylan MacKenzierustc_mir: don't pass `on_entry` when building transfer...
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 Mazdak FarrokhzadLint empty 'derive()' as unused attribute.
2019-06-22 CrLF0710Fix one missing `dyn`.
2019-06-22 borsAuto merge of #62024 - RalfJung:miri, r=oli-obk
next