about summary refs log tree commit diff
path: root/src/librustc/middle/resolve_lifetime.rs
AgeCommit message (Expand)AuthorLines
2019-04-21Introduce `ArgSource` for diagnostics.David Wood-1/+1
2019-04-01Refactor async fn return type loweringTaylor Cramer-1/+1
2019-03-25hir: replace NodeId with HirId in ItemIdljedrz-3/+4
2019-03-16Rollup merge of #59146 - estebank:suggest-return-lt, r=varkorkennytm-5/+41
2019-03-12Suggest adding lifetime to struct fieldEsteban Küber-1/+8
2019-03-13Use derive macro for HashStableJohn Kåre Alsaker-3/+4
2019-03-12review commentsEsteban Küber-1/+1
2019-03-12Suggest return lifetime when there's only one named lifetimeEsteban Küber-4/+33
2019-03-07HirIdification: replace NodeId method callsljedrz-5/+5
2019-03-05Handle const generics elsewherevarkor-1/+1
2019-03-02hir: HirIdify Impl&TraitItemIdljedrz-9/+8
2019-03-02hir: remove NodeId from Pat and FieldPatljedrz-1/+1
2019-03-02hir: remove NodeId from Itemljedrz-8/+7
2019-03-01hir: remove NodeId from TraitItemljedrz-4/+4
2019-02-27Support defining C compatible variadic functionsDan Robertson-10/+21
2019-02-24hir: remove NodeId from GenericParamljedrz-13/+12
2019-02-24hir: remove NodeId from Lifetime and Tyljedrz-30/+33
2019-02-15Take Const into account in HIRvarkor-82/+83
2019-02-13Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad-3/+3
2019-02-13Cleanup importsTaiki Endo-3/+3
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-1/+1
2019-02-10rustc: doc commentsAlexander Regueiro-12/+10
2019-02-10Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxcbors-4/+4
2019-02-05rustc: partially HirIdifyljedrz-4/+4
2019-02-05move librustc to 2018Mark Mansi-13/+13
2019-01-26remove `_with_applicability` from suggestion fnsAndy Russell-4/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-5/+5
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-51/+51
2018-11-27Use sort_by_cached_key when key the function is not trivial/freeljedrz-1/+1
2018-11-21rustc: implement and use Default on more types.Eduard-Mihai Burtescu-6/+3
2018-11-21rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns.Eduard-Mihai Burtescu-6/+6
2018-11-04Auto merge of #55432 - zackmdavis:single_life, r=nikomatsakisbors-17/+107
2018-11-03Fixed bug with Self type param coming before lifetimes.Alexander Regueiro-4/+15
2018-10-28single-use-lifetime lint: don't false-positive on the anonymous lifetimeZack M. Davis-0/+5
2018-10-28structured suggestions for single-use lifetime lint on fns and methodsZack M. Davis-17/+102
2018-10-22[review comments] modify test and clean up codeOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-1/+1
2018-10-22review commentsEsteban Küber-57/+42
2018-10-22Suggest appropriate syntax on missing lifetime specifier in return typeEsteban Küber-7/+48
2018-10-20Auto merge of #55114 - oli-obk:fx#map, r=nikomatsakisbors-12/+8
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-11/+7
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-8/+8
2018-10-18resolve_lifetime.rs: rustfmtNiko Matsakis-295/+369
2018-10-17move E0637 to lowering and improve output, add more testsNiko Matsakis-24/+33
2018-10-07in which rightward drift is opposedZack M. Davis-44/+33
2018-10-07structured suggestions for unused-lifetimes lintZack M. Davis-4/+53
2018-10-06rustc/middle: whitespace & formatting fixesljedrz-44/+31
2018-10-06rustc/middle: use Cow<'static, str> where applicableljedrz-7/+8
2018-10-06rustc/middle: improve some patternsljedrz-25/+16
2018-10-05Auto merge of #54741 - oli-obk:impl_trait_hierarchy, r=cramertjbors-108/+103