about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-07-29Add test for #53678.Mazdak Farrokhzad-0/+19
2019-07-29Move ui/existential_type.rs -> ui/existential_type/existential_type-pass.Mazdak Farrokhzad-0/+0
2019-07-29Move ui/{existential-type -> existential_types}.Mazdak Farrokhzad-0/+0
2019-07-29Auto merge of #63094 - Centril:rollup-lm7peuh, r=Centrilbors-484/+239
2019-07-29Rollup merge of #63092 - Centril:update-impl-trait-gates, r=varkorMazdak Farrokhzad-5/+5
2019-07-29Rollup merge of #63086 - BaoshanPang:testcases, r=nagisaMazdak Farrokhzad-0/+4
2019-07-29Rollup merge of #63077 - petrochenkov:nolangfeat, r=petrochenkovMazdak Farrokhzad-31/+6
2019-07-29Rollup merge of #63076 - RalfJung:miri-fn-ptr-alloc-size, r=oli-obkMazdak Farrokhzad-39/+53
2019-07-29Rollup merge of #63055 - Mark-Simulacrum:save-analysis-clean-2, r=XanewokMazdak Farrokhzad-72/+41
2019-07-29Rollup merge of #62809 - alexcrichton:wasm-llvm-9, r=nikicMazdak Farrokhzad-337/+130
2019-07-29Update existential_type + impl_trait_in_bindings issue numbers.Mazdak Farrokhzad-5/+5
2019-07-28replace match by ok()Ralf Jung-8/+2
2019-07-28Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centrilbors-348/+794
2019-07-28Rollup merge of #63088 - dtolnay:anonymous, r=CentrilMazdak Farrokhzad-1/+1
2019-07-28Rollup merge of #63081 - petrochenkov:cleantidy, r=Mark-SimulacrumMazdak Farrokhzad-26/+26
2019-07-28Rollup merge of #63053 - kornelski:clockdrift, r=shepmasterMazdak Farrokhzad-2/+8
2019-07-28Rollup merge of #62995 - estebank:issue-62973, r=varkorMazdak Farrokhzad-3/+85
2019-07-28Rollup merge of #62871 - gilescope:async-recursion-error, r=CentrilMazdak Farrokhzad-16/+78
2019-07-28Rollup merge of #62392 - GuillaumeGomez:update-minifier, r=GuillaumeGomezMazdak Farrokhzad-8/+8
2019-07-28Rollup merge of #62360 - Aaron1011:patch-2, r=RalfJungMazdak Farrokhzad-0/+2
2019-07-28Rollup merge of #61856 - c410-f3r:attrs-fn, r=matthewjasperMazdak Farrokhzad-292/+586
2019-07-28Update minifier-rs versionGuillaume Gomez-8/+8
2019-07-28Remove anonymous_parameters from unrelated testDavid Tolnay-1/+1
2019-07-28bypass x86stdcall.rs for vxworksBaoshan Pang-0/+4
2019-07-28Auto merge of #62910 - petrochenkov:buildwarn2, r=Mark-Simulacrumbors-413/+182
2019-07-28Better recursive async fn error message.Giles Cope-16/+78
2019-07-28Fix `cfg(parallel_compiler)` modeVadim Petrochenkov-38/+19
2019-07-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-59/+23
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-322/+146
2019-07-28Auto merge of #62943 - matthiaskrgr:submodule_upd, r=matthiaskrgrbors-9/+14
2019-07-28tidy: Cleanup the directory whitelistVadim Petrochenkov-26/+26
2019-07-28get_size_and_align: fix handling of function pointersRalf Jung-9/+15
2019-07-28cleanup: Remove some language features related to built-in macrosVadim Petrochenkov-31/+6
2019-07-28miri: add get and get_mut to AllocMap; use that in get_size_and_align and avo...Ralf Jung-38/+52
2019-07-28SystemTime docs: recommend Instant for elapsed timeKornel-2/+8
2019-07-28Auto merge of #63074 - Centril:rollup-k1a8z0n, r=Centrilbors-775/+1884
2019-07-28Rollup merge of #63071 - rust-lang:some-new-labels, r=pietroalbiniMazdak Farrokhzad-1/+2
2019-07-28Rollup merge of #63067 - JohnTitor:test-for-50900, r=CentrilMazdak Farrokhzad-0/+33
2019-07-28Rollup merge of #63061 - Centril:constantly-improving, r=scottmcmMazdak Farrokhzad-59/+170
2019-07-28Rollup merge of #63051 - estebank:borrow-ice, r=matthewjasperMazdak Farrokhzad-13/+57
2019-07-28Rollup merge of #62974 - RalfJung:crossbeam, r=alexcrichtonMazdak Farrokhzad-5/+20
2019-07-28Rollup merge of #62806 - mati865:clippy, r=TimNNMazdak Farrokhzad-17/+17
2019-07-28Rollup merge of #62759 - mark-i-m:rustc-guide-toolstate-check, r=kennytmMazdak Farrokhzad-5/+39
2019-07-28Rollup merge of #62550 - Centril:rest-patterns, r=petrochenkovMazdak Farrokhzad-675/+1546
2019-07-28Allow rustbot to add `F-*` + `requires-nightly`.Mazdak Farrokhzad-1/+2
2019-07-28Move to src/test/ui/match/Yuki Okushi-0/+0
2019-07-28Add test for issue-50900Yuki Okushi-0/+33
2019-07-28borrowck-describe-lvalue: --bless --compare-mode=nll.Mazdak Farrokhzad-8/+8
2019-07-28And --bless tests accordingly for those exceptions.Mazdak Farrokhzad-534/+198
2019-07-28Add exceptions for ExprKind::Err/TyKind::Error.Mazdak Farrokhzad-2/+6