]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 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 Guillaume GomezUpdate minifier-rs version
2019-07-28 David TolnayRemove anonymous_parameters from unrelated test
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 Vadim Petrochenkovtidy: Cleanup the directory whitelist
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 Mazdak FarrokhzadAllow rustbot to add `F-*` + `requires-nightly`.
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
2019-07-28 Mazdak FarrokhzadRollup merge of #62883 - Stargateur:refactoring-adapter...
2019-07-28 Mazdak FarrokhzadRollup merge of #62771 - petrochenkov:depext, r=eddyb
2019-07-28 Mazdak FarrokhzadRollup merge of #62074 - wizAmit:feature/mut_chunks_nth...
2019-07-28 Mazdak FarrokhzadRollup merge of #61207 - taiki-e:arbitrary_self_types...
2019-07-27 Mark RousskovSimplify SaveHandler trait
2019-07-27 Mark RousskovStore dumper directly in Visitor
2019-07-27 Mark RousskovRemove unused scope tracking
2019-07-27 Aaron HillUpdate wording
2019-07-27 Esteban KüberAvoid ICE when referencing desugared local binding...
2019-07-27 Pietro Albinici: download awscli from our mirror
2019-07-27 borsAuto merge of #63029 - petrochenkov:rpass, r=Centril
2019-07-27 Vadim Petrochenkovtidy: Add a check for inline unit tests and benchmarks
2019-07-27 Matthias Krügersubmodules: update clippy from 164310dd to dc69a5c0
2019-07-27 Vadim PetrochenkovFix issues with git converting CRLF to CR
2019-07-27 Vadim PetrochenkovRemove run-pass test suites
2019-07-27 Vadim Petrochenkovtests: Move run-pass tests with naming conflicts to ui
2019-07-27 Vadim Petrochenkovtests: Move run-pass tests without naming conflicts...
2019-07-27 Vadim Petrochenkovtests: Add missing run-pass annotations
2019-07-27 borsAuto merge of #63043 - Centril:rollup-f4baee4, r=Centril
2019-07-27 Mazdak FarrokhzadRollup merge of #63036 - topecongiro:add-lib-section...
2019-07-27 Mazdak FarrokhzadRollup merge of #63014 - davidtwco:rustfix-incorrect...
2019-07-27 Mazdak FarrokhzadRollup merge of #63013 - nivkner:ffi-safe-slice, r...
2019-07-27 Mazdak FarrokhzadRollup merge of #62982 - oli-obk:static_cycle, r=RalfJung
2019-07-27 Mazdak FarrokhzadRollup merge of #62979 - Mark-Simulacrum:json-dumper...
next