about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-07-30Rollup merge of #63083 - matthewjasper:parameter-hygiene, r=petrochenkovMazdak Farrokhzad-23/+213
2019-07-30Rollup merge of #63000 - max-sixty:chars-display, r=alexcrichtonMazdak Farrokhzad-1/+21
2019-07-30Rollup merge of #62928 - Centril:recover-parens-around-for-head, r=estebankMazdak Farrokhzad-162/+259
2019-07-30Rollup merge of #61965 - phil-opp:patch-4, r=scottmcmMazdak Farrokhzad-2/+2
2019-07-29Add another test for const parameter (non) hygiene.Matthew Jasper-0/+38
2019-07-29comments from @lzutaoMaximilian Roos-2/+2
2019-07-29impl Debug for CharsMaximilian Roos-1/+21
2019-07-29Auto merge of #63089 - kennytm:use-try-run-for-linkchecker, r=Mark-Simulacrumbors-3/+1
2019-07-29Fix rustc-guide build failure ignoring no-fail-fast.kennytm-3/+1
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-345/+791
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-5/+5
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-28Add 'span_to_snippet' shortcut.Mazdak Farrokhzad-16/+13
2019-07-28Use chaining for diagnosics in parser.Mazdak Farrokhzad-152/+155
2019-07-28Recover 'for ( $pat in $expr ) $block'.Mazdak Farrokhzad-0/+97
2019-07-28Update minifier-rs versionGuillaume Gomez-5/+5
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-28Resolve const parameters with modern hygieneMatthew Jasper-22/+128
2019-07-28Disallow duplicate lifetime parameters with legacy hygieneMatthew Jasper-1/+47
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-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 #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