summaryrefslogtreecommitdiff
path: root/Source/Core/Inline.cs
Commit message (Collapse)AuthorAge
* Replaced all dictionaries that mapped to bool (i.e., were being used to ↵Gravatar mikebarnett2011-03-10
| | | | implement a set) with HashSet. Added a new NonNull method to the cce class that checks to make sure a set is non-null and does not contain null.
* Renamed NonNullElements to NonNullDictionaryAndValues because the keys to ↵Gravatar mikebarnett2011-03-10
| | | | | | dictionaries are non-null, which is enforced by the implementation of Dictionary. Added class constraints to all of the generic NonNull and NonNullElements methods so only non-value types will be checked.
* fixed a small bug in inline codeGravatar qadeer2010-12-20
|
* Cleanup up the inlining codeGravatar qadeer2010-12-15
| | | | | 1. For some reason, constructors weren't being inlined. Now they can be. 2. Cleaned up the search for implementations
* Boogie: Committing changed source filesGravatar tabarbe2010-08-20
|
* Boogie: Renaming core sources in preparation for port commitGravatar tabarbe2010-08-20