about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-06-24Document the return keywordAlexis Bourget-2/+48
2020-06-23Auto merge of #73007 - yoshuawuyts:socketaddr-from-string-u16, r=sfacklerbors-0/+8
2020-06-22Auto merge of #73594 - Aaron1011:revert/move-fn-self-msg, r=Manishearthbors-736/+108
2020-06-22Stop using old version of `syn` in `rustc-workspace-hack`Aaron Hill-3/+4
2020-06-22Re-enable Clippy testsAaron Hill-4/+1
2020-06-22Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...Aaron Hill-729/+103
2020-06-22Auto merge of #73415 - ehuss:update-cargo, r=ehussbors-0/+0
2020-06-22Rollup merge of #73582 - RalfJung:miri-span-bug, r=oli-obkDylan DPC-28/+61
2020-06-22Rollup merge of #73580 - RalfJung:deprecate-wrapping-offset-from, r=AmanieuDylan DPC-0/+13
2020-06-22Rollup merge of #73502 - GuillaumeGomez:add-e0764, r=estebankDylan DPC-7/+33
2020-06-22Rollup merge of #72623 - da-x:use-suggest-public-path, r=petrochenkovDylan DPC-82/+99
2020-06-22Rollup merge of #71660 - sollyucko:master, r=dtolnayDylan DPC-11/+70
2020-06-21Auto merge of #73180 - matthewjasper:predicate-cache, r=nikomatsakisbors-100/+321
2020-06-21Auto merge of #72936 - jackh726:chalk-more, r=nikomatsakisbors-437/+530
2020-06-21Prefer accessible paths in 'use' suggestionsDan Aloni-82/+99
2020-06-21Update UI testsGuillaume Gomez-5/+10
2020-06-21Miri: replace many bug! by span_bug!Ralf Jung-28/+61
2020-06-21Auto merge of #72696 - jethrogb:jb/llvm-zlib, r=Mark-Simulacrumbors-1/+8
2020-06-21Create E0765 error for unterminated double quote stringsGuillaume Gomez-2/+23
2020-06-21deprecate wrapping_offset_fromRalf Jung-0/+13
2020-06-21Auto merge of #73546 - RalfJung:miri, r=RalfJungbors-11/+7
2020-06-21Replace `is_global` call on data with call on predicateMatthew Jasper-1/+1
2020-06-21Cache flags and escaping vars for predicatesMatthew Jasper-28/+202
2020-06-21Cache decoded predicate shorthandsMatthew Jasper-71/+118
2020-06-21Auto merge of #71911 - wesleywiser:const_prop_small_cleanups, r=oli-obkbors-45/+88
2020-06-21Auto merge of #70946 - jumbatm:clashing-extern-decl, r=nagisabors-11/+568
2020-06-20Update stability attribute of new Vec PartialEq implsDavid Tolnay-13/+13
2020-06-20Auto merge of #73563 - Manishearth:rollup-oowgwwm, r=Manishearthbors-966/+2735
2020-06-20impl PartialEq<Vec<B>> for &[A], &mut [A]Solomon Ucko-0/+59
2020-06-20Rollup merge of #73443 - pietroalbini:gha-auto-fallible, r=Mark-SimulacrumManish Goregaokar-36/+45
2020-06-20Rollup merge of #73411 - ehuss:bump-stage0, r=Mark-SimulacrumManish Goregaokar-3/+7
2020-06-20Rollup merge of #73378 - matthewjasper:arena-not-special, r=oli-obkManish Goregaokar-46/+52
2020-06-20Rollup merge of #73291 - marmeladema:hir-id-ification-fix, r=petrochenkovManish Goregaokar-65/+48
2020-06-20Rollup merge of #73287 - davidtwco:issue-73251-opaque-types-in-projections, r...Manish Goregaokar-8/+127
2020-06-20Rollup merge of #73227 - camelid:multiple-asm-options, r=AmanieuManish Goregaokar-67/+236
2020-06-20Rollup merge of #72790 - jonhoo:duration-is-zero, r=LukasKalbertodtManish Goregaokar-1/+42
2020-06-20Rollup merge of #72788 - matthewjasper:projection-bound-validation, r=nikomat...Manish Goregaokar-490/+1584
2020-06-20Rollup merge of #72456 - ldm0:dereftrait, r=estebankManish Goregaokar-250/+594
2020-06-20Fix broken inner_deref doc tests.Eric Huss-2/+6
2020-06-20Update bootstrap to rustc 1.45.0-beta.2 (1dc0f6d8e 2020-06-15)Eric Huss-1/+1
2020-06-20Run `./x.py fmt`Camelid-4/+1
2020-06-20Fix duplicate options errorCamelid-18/+21
2020-06-20Use `p.token` instead of `p.look_ahead()`Camelid-1/+1
2020-06-20Add documentationCamelid-0/+9
2020-06-20Create a separate, tool-only suggestion for the commaCamelid-5/+9
2020-06-20Make suggestion machine-applicableCamelid-12/+48
2020-06-20Add more to duplicate options testCamelid-1/+26
2020-06-20Use `span_suggestion` instead of `span_label`Camelid-7/+7
2020-06-20Use bitflags function instead of custom oneCamelid-7/+1
2020-06-20Get option name from symbol instead of snippetCamelid-17/+19