about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-26Auto merge of #53824 - ljedrz:begone_onevector, r=michaelwoeristerbors-177/+134
2018-09-26Remove OneVectorljedrz-177/+134
2018-09-26Auto merge of #54497 - ralexstokes:stabilize_pattern_parentheses, r=nikomatsakisbors-161/+197
2018-09-26Auto merge of #54548 - nrc:update, r=kennytmbors-101/+70
2018-09-26Auto merge of #54164 - mikhail-m1:54131, r=pnkfelixbors-192/+852
2018-09-25Auto merge of #54575 - pietroalbini:rollup, r=pietroalbinibors-224/+533
2018-09-26Update rustfmt and RLSNick Cameron-101/+70
2018-09-25Rollup merge of #54558 - tromey:find-filecheck, r=nikomatsakisPietro Albini-2/+33
2018-09-25Rollup merge of #54557 - michaelwoerister:dont-auto-share-generics-for-incr-c...Pietro Albini-1/+0
2018-09-25Rollup merge of #54539 - GuillaumeGomez:fix-js-error, r=QuietMisdreavusPietro Albini-2/+5
2018-09-25Rollup merge of #54537 - sdroege:chunks-exact, r=alexcrichtonPietro Albini-101/+101
2018-09-25Rollup merge of #54529 - michaelwoerister:dont-unwind-test, r=alexcrichtonPietro Albini-1/+9
2018-09-25Rollup merge of #54522 - gardrek:patch-1, r=TimNNPietro Albini-3/+3
2018-09-25Rollup merge of #54518 - petrochenkov:regr130, r=alexcrichtonPietro Albini-21/+90
2018-09-25Rollup merge of #54498 - sylvestre:patch-1, r=frewsxcvPietro Albini-1/+1
2018-09-25Rollup merge of #54368 - GuillaumeGomez:reduce-side-padding, r=QuietMisdreavusPietro Albini-1/+1
2018-09-25Rollup merge of #54281 - GuillaumeGomez:search-box, r=QuietMisdreavusPietro Albini-2/+20
2018-09-25Rollup merge of #54058 - Kerollmops:slice-dedup, r=shepmasterPietro Albini-89/+244
2018-09-25Rollup merge of #53518 - phungleson:fix-impl-from-for-convert, r=frewsxcvPietro Albini-0/+26
2018-09-25Auto merge of #53542 - alexreg:impl-trait-in-bindings, r=cramertjbors-370/+746
2018-09-25resolve: Do not block derive helper resolutions on single import resolutionsVadim Petrochenkov-21/+90
2018-09-25Update E0714 to E0716 in tests outputMikhail Modin-97/+97
2018-09-25Auto merge of #54411 - cramertj:await-keyword-error, r=nikomatsakisbors-4/+244
2018-09-25Improvements to finding LLVM's FileCheckTom Tromey-2/+33
2018-09-25incr.comp.: Don't automatically enable -Zshare-generics for incr.comp. builds.Michael Woerister-1/+0
2018-09-25Change the diagnostic number from 714 to 716.Felix S. Klock II-58/+58
2018-09-25add "temporary value dropped while borrowed" errorMikhail Modin-188/+848
2018-09-25Add examples for docSon-4/+22
2018-09-25Auto merge of #54430 - adrian-budau:master, r=alexcrichtonbors-7/+1
2018-09-25Auto merge of #54317 - Centril:feature/dbg_macro, r=SimonSapinbors-0/+332
2018-09-25Also rename ExactChunks iterator name to ChunksExactSebastian Dröge-26/+26