about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-09-28Auto merge of #54338 - orium:fix-macro-inc-comp, r=nrcbors-15/+47
2018-09-28Auto merge of #54547 - AstralSorcerer:issue-54028, r=eddybbors-4/+11
2018-09-27Auto merge of #54530 - pnkfelix:issue-54047-migrate-ui-run-pass-back-to-run-p...bors-68/+1039
2018-09-27Auto merge of #54468 - matthewjasper:fix-polonius, r=nikomatsakisbors-80/+172
2018-09-27Allow `unused_variables` lint to placate test failure exposed by macos builders.Felix S. Klock II-0/+1
2018-09-27Auto merge of #54533 - ljedrz:cleanup_librustc_typeck_check, r=davidtwcobors-581/+450
2018-09-27Auto merge of #54355 - pnkfelix:issue-22323-regression-test, r=davidtwcobors-0/+32
2018-09-27Allow more lints that signalled on the arm-android test run.Felix S. Klock II-1/+3
2018-09-27Auto merge of #52319 - tinco:issue_12590, r=pnkfelixbors-17/+143
2018-09-27A few cleanups and minor improvements to typeckljedrz-581/+450
2018-09-27Allow some lints that only fired on 32-bit and/or Windows.Felix S. Klock II-0/+2
2018-09-27Auto merge of #54581 - petrochenkov:cfgattr, r=alexcrichtonbors-0/+28
2018-09-26Auto merge of #54526 - nnethercote:shrink-StatementKind, r=nagisabors-62/+83
2018-09-26Get Polonius borrow check to work in simple casesMatthew Jasper-80/+172
2018-09-26Auto merge of #54561 - matthiaskrgr:clippy_up, r=kennytmbors-14/+15
2018-09-26Auto merge of #54453 - nikomatsakis:nll-issue-53121-shred-outlives, r=pnkfelixbors-1603/+2573
2018-09-26update clippy submodule to a72e786cMatthias Krüger-14/+15
2018-09-26Auto merge of #51946 - japaric:emit-stack-sizes, r=nikomatsakisbors-2/+221
2018-09-26don't run the test on macOSJorge Aparicio-1/+7
2018-09-26rustc_driver/test.rs: rustfmtNiko Matsakis-163/+219
2018-09-26fix rustc_driver testsNiko Matsakis-2/+2
2018-09-26pacify the mercilous tidy.Niko Matsakis-3/+15
2018-09-26rustfmt `error_reporting/mod.rs` and `dropck.rs`Niko Matsakis-107/+138
2018-09-26update tests and add stderr filesNiko Matsakis-81/+72
2018-09-26convert from an `UnlessNll` flag to a `SuppressRegionErrors` flagNiko Matsakis-40/+55
2018-09-26make NLL handle `IfEq` bounds by using SCC normalizationNiko Matsakis-9/+630
2018-09-26switch to use `VerifyBound` instead of `RegionTest`Niko Matsakis-72/+27
2018-09-26region_infer: rustfmtNiko Matsakis-4/+2
2018-09-26use `IfEq` to defer equality comparison around `where` clauses`Niko Matsakis-49/+59
2018-09-26refactor away `AnyRegions` and `AllRegions`Niko Matsakis-69/+61
2018-09-26introduce `VerifyBound::IfEq` (presently unused)Niko Matsakis-26/+111
2018-09-26change to use impl Trait a bitNiko Matsakis-14/+15
2018-09-26remove handling of verify from taintsetNiko Matsakis-37/+25
2018-09-26make `normalize` work on any type-foldableNiko Matsakis-11/+19
2018-09-26lexical_region_resolve: rustfmtNiko Matsakis-44/+30
2018-09-26encapsulate `infcx` too into the delegateNiko Matsakis-34/+84
2018-09-26extract out NLL-specific code from relate-tys into a delegateNiko Matsakis-53/+84
2018-09-26refactor NLL relate_tys to use Region internally, not RegionVidNiko Matsakis-59/+42
2018-09-26use approx. bounds to decide whether to add outlives obligationsNiko Matsakis-30/+24
2018-09-26propagate the `compare_ty` fn further upNiko Matsakis-18/+17
2018-09-26introduce the idea of an "approximate match"Niko Matsakis-39/+56
2018-09-26introduce a "comparison fn" instead of always use `==`Niko Matsakis-11/+10
2018-09-26split out getting the declared bounds from the env versus traitNiko Matsakis-23/+38
2018-09-26break out the code that computes VerifyBoundsNiko Matsakis-218/+276
2018-09-26apply `process_registered_region_obligations` at the end of regionckNiko Matsakis-61/+49
2018-09-26type_check/mod.rs: rustfmtNiko Matsakis-137/+100
2018-09-26use `RegionBoundPairs` type aliasNiko Matsakis-13/+15
2018-09-26auto_trait.rs: rustfmtNiko Matsakis-34/+30
2018-09-26change `RegionObligation` to store a `SubregionOrigin`Niko Matsakis-50/+57
2018-09-26use a `UnlessNll` flag to consolidate error reporting pathsNiko Matsakis-48/+32