]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #63083 - matthewjasper:parameter-hygiene, r=petrochenkov
[rust.git] / src /
2019-07-30 Mazdak FarrokhzadRollup merge of #63083 - matthewjasper:parameter-hygien...
2019-07-30 Mazdak FarrokhzadRollup merge of #63000 - max-sixty:chars-display, r...
2019-07-30 Mazdak FarrokhzadRollup merge of #62928 - Centril:recover-parens-around...
2019-07-30 Mazdak FarrokhzadRollup merge of #61965 - phil-opp:patch-4, r=scottmcm
2019-07-29 Matthew JasperAdd another test for const parameter (non) hygiene.
2019-07-29 Maximilian Rooscomments from @lzutao
2019-07-29 Maximilian Roosimpl Debug for Chars
2019-07-29 borsAuto merge of #63089 - kennytm:use-try-run-for-linkchec...
2019-07-29 kennytmFix rustc-guide build failure ignoring no-fail-fast.
2019-07-29 borsAuto merge of #63094 - Centril:rollup-lm7peuh, r=Centril
2019-07-29 Mazdak FarrokhzadRollup merge of #63092 - Centril:update-impl-trait...
2019-07-29 Mazdak FarrokhzadRollup merge of #63086 - BaoshanPang:testcases, r=nagisa
2019-07-29 Mazdak FarrokhzadRollup merge of #63077 - petrochenkov:nolangfeat, r...
2019-07-29 Mazdak FarrokhzadRollup merge of #63076 - RalfJung:miri-fn-ptr-alloc...
2019-07-29 Mazdak FarrokhzadRollup merge of #63055 - Mark-Simulacrum:save-analysis...
2019-07-29 Mazdak FarrokhzadRollup merge of #62809 - alexcrichton:wasm-llvm-9,...
2019-07-28 Mazdak FarrokhzadUpdate existential_type + impl_trait_in_bindings issue...
2019-07-28 Ralf Jungreplace match by ok()
2019-07-28 borsAuto merge of #63090 - Centril:rollup-xnjwm2h, r=Centril
2019-07-28 Mazdak FarrokhzadRollup merge of #63088 - dtolnay:anonymous, r=Centril
2019-07-28 Mazdak FarrokhzadRollup merge of #63081 - petrochenkov:cleantidy, r...
2019-07-28 Mazdak FarrokhzadRollup merge of #63053 - kornelski:clockdrift, r=shepmaster
2019-07-28 Mazdak FarrokhzadRollup merge of #62995 - estebank:issue-62973, r=varkor
2019-07-28 Mazdak FarrokhzadRollup merge of #62871 - gilescope:async-recursion...
2019-07-28 Mazdak FarrokhzadRollup merge of #62392 - GuillaumeGomez:update-minifier...
2019-07-28 Mazdak FarrokhzadRollup merge of #62360 - Aaron1011:patch-2, r=RalfJung
2019-07-28 Mazdak FarrokhzadRollup merge of #61856 - c410-f3r:attrs-fn, r=matthewjasper
2019-07-28 Mazdak FarrokhzadAdd 'span_to_snippet' shortcut.
2019-07-28 Mazdak FarrokhzadUse chaining for diagnosics in parser.
2019-07-28 Mazdak FarrokhzadRecover 'for ( $pat in $expr ) $block'.
2019-07-28 Guillaume GomezUpdate minifier-rs version
2019-07-28 David TolnayRemove anonymous_parameters from unrelated test
2019-07-28 Baoshan Pangbypass x86stdcall.rs for vxworks
2019-07-28 borsAuto merge of #62910 - petrochenkov:buildwarn2, r=Mark...
2019-07-28 Giles CopeBetter recursive async fn error message.
2019-07-28 Vadim PetrochenkovFix `cfg(parallel_compiler)` mode
2019-07-28 Vadim PetrochenkovDeny `unused_lifetimes` through rustbuild
2019-07-28 Vadim PetrochenkovRemove lint annotations in specific crates that are...
2019-07-28 borsAuto merge of #62943 - matthiaskrgr:submodule_upd,...
2019-07-28 Matthew JasperResolve const parameters with modern hygiene
2019-07-28 Matthew JasperDisallow duplicate lifetime parameters with legacy...
2019-07-28 Vadim Petrochenkovtidy: Cleanup the directory whitelist
2019-07-28 Ralf Jungget_size_and_align: fix handling of function pointers
2019-07-28 Vadim Petrochenkovcleanup: Remove some language features related to built...
2019-07-28 Ralf Jungmiri: add get and get_mut to AllocMap; use that in...
2019-07-28 KornelSystemTime docs: recommend Instant for elapsed time
2019-07-28 borsAuto merge of #63074 - Centril:rollup-k1a8z0n, r=Centril
2019-07-28 Mazdak FarrokhzadRollup merge of #63071 - rust-lang:some-new-labels...
2019-07-28 Mazdak FarrokhzadRollup merge of #63067 - JohnTitor:test-for-50900,...
2019-07-28 Mazdak FarrokhzadRollup merge of #63061 - Centril:constantly-improving...
2019-07-28 Mazdak FarrokhzadRollup merge of #63051 - estebank:borrow-ice, r=matthew...
2019-07-28 Mazdak FarrokhzadRollup merge of #62974 - RalfJung:crossbeam, r=alexcrichton
2019-07-28 Mazdak FarrokhzadRollup merge of #62806 - mati865:clippy, r=TimNN
2019-07-28 Mazdak FarrokhzadRollup merge of #62759 - mark-i-m:rustc-guide-toolstate...
2019-07-28 Mazdak FarrokhzadRollup merge of #62550 - Centril:rest-patterns, r=petro...
2019-07-28 Yuki OkushiMove to src/test/ui/match/
2019-07-28 Yuki OkushiAdd test for issue-50900
2019-07-28 Mazdak Farrokhzadborrowck-describe-lvalue: --bless --compare-mode=nll.
2019-07-28 Mazdak FarrokhzadAnd --bless tests accordingly for those exceptions.
2019-07-28 Mazdak FarrokhzadAdd exceptions for ExprKind::Err/TyKind::Error.
2019-07-28 Mazdak FarrokhzadAddress comments re. off-topic errors.
2019-07-28 Mazdak FarrokhzadAddress comments in lowering + parsing.
2019-07-28 Mazdak FarrokhzadUse AstP more in lowering.
2019-07-28 Mazdak FarrokhzadUpdate error_codes.rs with new subslice syntax.
2019-07-28 Mazdak Farrokhzad--bless tests after rebase.
2019-07-28 Mazdak FarrokhzadGet out of bootstrapping pickle.
2019-07-28 Mazdak FarrokhzadAdjust documentation in HAIR.
2019-07-28 Mazdak FarrokhzadUpdate unstable book wrt. subslice patterns.
2019-07-28 Mazdak FarrokhzadWin some lose some; Unfortunately we lost recovery...
2019-07-28 Mazdak Farrokhzad(pat, ..,) is now syntactically legal.
2019-07-28 Mazdak FarrokhzadAccount for better recovery in two cases.
2019-07-28 Mazdak FarrokhzadIntersection patterns 'p1 @ p2' are not supported.
2019-07-28 Mazdak Farrokhzad--bless tests due to new subslice syntax.
2019-07-28 Mazdak FarrokhzadUse new 'p @ ..' syntax in tests.
2019-07-28 Mazdak FarrokhzadTest parsing and recovery of all sorts of range patterns.
2019-07-28 Mazdak FarrokhzadAnd also --bless those recovery tests.
2019-07-28 Mazdak FarrokhzadUpdate tests wrt. recovery of range patterns.
2019-07-28 Mazdak FarrokhzadRecover on 'X..' / 'X..=' / 'X...' range patterns.
2019-07-28 Mazdak FarrokhzadRecover on '..X' / '..=X' / '...X' range patterns.
2019-07-28 Mazdak FarrokhzadAdjust parsing of Slice, Tuple, TupleStruct patterns.
2019-07-28 Mazdak FarrokhzadCleanup using the new parse_*_seq methods.
2019-07-28 Mazdak FarrokhzadAdd more parse_*_seq methods for code reuse.
2019-07-28 Mazdak FarrokhzadCleanup parse_seq_* methods + record trailing separators.
2019-07-28 Mazdak FarrokhzadAdjust lowering of Slice patterns.
2019-07-28 Mazdak FarrokhzadAdjust lowering of Tuple/TupleStruct patterns.
2019-07-28 Mazdak FarrokhzadAdjust and document 'Pat::to_ty' accordingly.
2019-07-28 Mazdak FarrokhzadAdjust pretty printing accordingly.
2019-07-28 Mazdak FarrokhzadAdjust feature gating of subslice patterns accordingly.
2019-07-28 Mazdak FarrokhzadAdjust 'ast::PatKind::{TupleStruct,Tuple,Slice}'.
2019-07-28 Mazdak FarrokhzadIntroduce 'ast::Pat::is_rest(&self) -> bool'.
2019-07-28 Mazdak FarrokhzadAdd 'ast::PatKind::Rest'.
2019-07-28 Mazdak FarrokhzadAdd tests for Vec(Deque) array PartialEq impls.
2019-07-28 Mazdak FarrokhzadUse const generics for some VecDeque impls.
2019-07-28 Mazdak FarrokhzadUse const generics for some Vec/CCow impls.
2019-07-28 Esteban Küberreview comments
2019-07-28 borsAuto merge of #63057 - Centril:rollup-z3a3c6v, r=Centril
2019-07-28 Mazdak FarrokhzadRollup merge of #63050 - pietroalbini:vendor-awscli...
2019-07-28 Mazdak FarrokhzadRollup merge of #63038 - eupn:outer-attribute-diag...
2019-07-28 Mazdak FarrokhzadRollup merge of #62996 - petrochenkov:outest, r=Mark...
2019-07-28 Mazdak FarrokhzadRollup merge of #62949 - mati865:patch-1, r=alexcrichton
next