about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-09-27liballoc: mark str.to_owned() and String::from(&str) as #[inline].Matthias Krüger-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-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
2018-09-26build up a map of the region-bound pairs for each body-idNiko Matsakis-11/+63
2018-09-26outlives/env: rustfmtNiko Matsakis-4/+6
2018-09-26regionck: rustfmtNiko Matsakis-307/+388
2018-09-26docs: this llvm feature only supports the ELF object formatJorge Aparicio-0/+4
2018-09-26unstable-book: recommend an INFO sectionJorge Aparicio-8/+18
2018-09-26use `rustc -Vv` in the run-make testJorge Aparicio-4/+4
2018-09-26run test only if LLVM version is >= 6.0.0Jorge Aparicio-0/+13
2018-09-26add run-make testJorge Aparicio-0/+25
2018-09-26document this feature in the unstable bookJorge Aparicio-0/+153
2018-09-26add -Z emit-stack-sizesJorge Aparicio-2/+10
2018-09-26Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddybbors-15/+214