about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-06-22cite issue 73154Niko Matsakis-6/+6
2020-06-22fix subtle bug in NLL type checkerNiko Matsakis-61/+472
2020-06-22WIP bless test and compare-mode=nllNiko Matsakis-101/+186
2020-06-22add new coherence tests and update the documentationNiko Matsakis-4/+53
2020-06-22add new tests from MCP and the tracking issueNiko Matsakis-0/+197
2020-06-22remove `leak_check` from the outlives predicate evaluationsNiko Matsakis-5/+2
2020-06-22remove leak-check from projectNiko Matsakis-87/+132
2020-06-22remove snapshot calls from "match" operations during selectNiko Matsakis-188/+138
2020-06-22upcasting traits requires only that things become more generalNiko Matsakis-40/+12
2020-06-22move leak-check to during coherence, candidate evalNiko Matsakis-576/+511
2020-06-22rewrite leak check to be based on universesNiko Matsakis-319/+571
2020-06-22Revert "modify leak-check to track only outgoing edges from placeholders"Niko Matsakis-219/+201
2020-06-22modify leak-check to track only outgoing edges from placeholdersNiko Matsakis-201/+219
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-21Auto merge of #72696 - jethrogb:jb/llvm-zlib, r=Mark-Simulacrumbors-1/+8
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-20Auto merge of #73563 - Manishearth:rollup-oowgwwm, r=Manishearthbors-966/+2735
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
2020-06-20Update duplicate options testCamelid-53/+11
2020-06-20Use `span_label`Camelid-1/+1
2020-06-20Make warning an error; use help instead of suggestion; clean up codeCamelid-71/+87
2020-06-20Add UI test for duplicate `asm!` options warningCamelid-0/+57
2020-06-20Warn on duplicate `asm!` optionsCamelid-7/+58
2020-06-20Add codegen test for multiple `asm!` optionsCamelid-0/+53