]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-06-24 Mazdak Farrokhzadadd '// ignore-pass' where applicable.
2019-06-24 Mazdak Farrokhzadcompiletest: support '--pass check' and '// ignore...
2019-06-24 Mazdak Farrokhzadbootstrap: pass '--pass' on to compiletest.
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 borsAuto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrum
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 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 borsAuto merge of #62040 - felixrabe:patch-3, r=dtolnay
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 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
2019-06-22 Ralf Jungupdate miri
2019-06-22 Mazdak FarrokhzadAdd test for linting on 'cfg_attr(,)'.
2019-06-22 Mazdak FarrokhzadLint on 'cfg_attr(,).'
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 Felix RabeTypo
2019-06-21 borsAuto merge of #62027 - lzutao:clippy-update, r=oli-obk
2019-06-21 Andrewadding in these files that didn't get added in previous...
2019-06-21 Andrewchanged expected output in tests so it now passes with...
2019-06-21 Lzu Taosubmodules: Update clippy from 149a988 to 5a11ed7b
2019-06-21 Felix S. Klock IIAdd test checking our behavior for assigning over a...
2019-06-21 Felix S. Klock IIAdd test that our handling of projections hasn't gone...
2019-06-21 Felix S. Klock IIAdded test for deref projection.
2019-06-21 Felix S. Klock IIadd comment outlining test.
2019-06-21 Felix S. Klock IIrename file because I found the old filename too long...
2019-06-21 borsAuto merge of #61959 - oli-obk:const_field_ice, r=eddyb
2019-06-21 Guillaume GomezBetter handling of the sender channel part in rustdoc...
2019-06-21 Guillaume GomezHandle fs errors through errors::Handler instead of...
2019-06-21 Robert CollinsAdd DocFS layer to rustdoc
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
next