summary refs log tree commit diff
path: root/src/librustc/infer
AgeCommit message (Expand)AuthorLines
2017-10-06Revert "Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint"Niko Matsakis-12/+86
2017-09-28limit and clear cache obligations opportunisticallyNiko Matsakis-1/+50
2017-08-27Track closure signatures & kinds in freshened typesAriel Ben-Yehuda-3/+104
2017-08-25Auto merge of #43700 - gaurikholkar:struct_lifetimes, r=nikomatsakisbors-151/+318
2017-08-24build fixesgaurikholkar-30/+30
2017-08-24adding macro, cleaning up codegaurikholkar-19/+23
2017-08-23code review fixesgaurikholkar-60/+67
2017-08-20code review fixesgaurikholkar-36/+23
2017-08-19librustc_typeck: store a DefId rather than a NameTamir Duberstein-3/+3
2017-08-18code review fixesgaurikholkar-22/+38
2017-08-17code review fixesgaurikholkar-9/+31
2017-08-17Adding E0623 for structsgaurikholkar-124/+255
2017-08-15Fix typos & us spellingsFourchaux-2/+2
2017-08-14Auto merge of #43858 - arielb1:escaping-default, r=eddybbors-1/+9
2017-08-14Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1bors-22/+22
2017-08-14remove the "defaulted unit" type bit during writebackAriel Ben-Yehuda-1/+9
2017-08-12Fix some typosBastien Orivel-4/+4
2017-08-11Improve validation of TypeckTables keys.Michael Woerister-1/+1
2017-08-11Encapsulate sub-table access in TypeckTables and validate keys on each access.Michael Woerister-7/+4
2017-08-11Use DefIndex instead of NodeId in UpvarId.Michael Woerister-10/+10
2017-08-11Use ItemLocalId as key for closure_tys and closure_kinds in TypeckTables.Michael Woerister-4/+9
2017-08-11Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck...Michael Woerister-7/+5
2017-08-11Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId.Michael Woerister-2/+2
2017-08-01Fixed all unnecessary muts in language coreIsaac van Bakel-2/+2
2017-07-30Auto merge of #43543 - petrochenkov:32330, r=nikomatsakisbors-86/+12
2017-07-29Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lintVadim Petrochenkov-86/+12
2017-07-29changing E0623 error messagegaurikholkar-2/+2
2017-07-28Adding E0623, to detect missing lifetimes when both regions are anonymousgaurikholkar-125/+353
2017-07-12Rollup merge of #42826 - Yorwba:type-mismatch-same-absolute-paths, r=arielb1Mark Simulacrum-1/+4
2017-07-11Downgrade ProjectionTy's TraitRef to its substsTobias Schottdorf-6/+4
2017-07-11Clean up some codeGuillaume Gomez-39/+27
2017-07-05use field init shorthand in src/librustcZack M. Davis-22/+22
2017-06-30Rollup merge of #42669 - gaurikholkar:master, r=nikomatsakisGuillaume Gomez-15/+230
2017-06-29code fixes for error code use warninggaurikholkar-22/+16
2017-06-29conflict fixesgaurikholkar-1/+2
2017-06-29Code review fixesgaurikholkar-53/+20
2017-06-29Changing the error code to E0621gaurikholkar-3/+3
2017-06-29code review fixesgaurikholkar-29/+26
2017-06-29Adding changes to track anonymous region in selfgaurikholkar-20/+40
2017-06-29track anonymous regions in return types, fix tidy errorsgaurikholkar-16/+39
2017-06-29Enabling E0611 for inherent functionsgaurikholkar-42/+74
2017-06-29Interchange ^ and -gaurikholkar-2/+2
2017-06-29Adding new ui test for trait implgaurikholkar-1/+0
2017-06-29Adding diagnostic code 0611 for lifetime errors with one named, one anonymous...gaurikholkar-16/+198
2017-06-29Remove unused methodsGuillaume Gomez-22/+0
2017-06-28rustc_typeck: use body-id of type-checking item in need_type_infoVenkata Giri Reddy-7/+5
2017-06-27rustc: rename closure_type to fn_sig.Eduard-Mihai Burtescu-2/+6
2017-06-22Note different versions of same crate when absolute paths of different types ...Yorwba-1/+4
2017-06-16Rollup merge of #42662 - Mark-Simulacrum:doc-fix, r=estebankCorey Farwell-1/+1
2017-06-14Correct note as to location of section.Mark Simulacrum-1/+1