Commit Graph

7713 Commits (2af561c593adc3ee65a3d93f462fb951ded290f7)
 

Author SHA1 Message Date
Mitya Lyubarskiy 2af561c593 [nullsafe] Decouple nullsafe mode from issue calculation, Inheritance Rule 5 years ago
Mitya Lyubarskiy 371eed9309 [nullsafe] Decouple nullsafe mode from issue calculation, DereferenceRule 5 years ago
Mitya Lyubarskiy 0bf5298c21 [nullsafe] Decouple nullsafe mode from issue calculation, AssignmentRule 5 years ago
Ezgi Çiçek 25c058f706 [deadcode] Fix deadcode 5 years ago
Ezgi Çiçek cc815f5d20 [pulse] Only propagate existing WrittenTo attributes at function calls 5 years ago
Nikos Gorogiannis 90a544ad2e [java] improve procname constructor 5 years ago
Josh Berdine 2fa0948e8d [sledge] Only fmt one (dbg) context, and suppress diff output 5 years ago
Josh Berdine fe09969a53 [sledge] Move basic function and tuple operations to Import0 5 years ago
Josh Berdine 8d6911416d [sledge] Add util for local exception to return early idiom 5 years ago
Josh Berdine 2ca98c80ff [sledge] Rename vector to iarray 5 years ago
Josh Berdine 2a5e0f692b [sledge] Move dep on Core to just bin 5 years ago
Josh Berdine 4d86832d7a [sledge] Do not open Base globally 5 years ago
Josh Berdine 06e4a2c08c [sledge] Dedup Qset interface 5 years ago
Josh Berdine 434c40e646 [sledge] Do not use Base.Map to implement Qset 5 years ago
Josh Berdine 152cc38e9b [sledge] Dedup Map signature 5 years ago
Josh Berdine 5dbb4a6fc2 [sledge] Dedup Set signature 5 years ago
Josh Berdine 42a8f774fd [sledge] Move Import.Map to separate module 5 years ago
Josh Berdine 252060ac7a [sledge] Remove unused ppx_custom_printf 5 years ago
Josh Berdine 93a9c823fc [sledge] Move Import.Set to separate module 5 years ago
Josh Berdine a4613f001d [sledge] Move Vector.pp out of Import.Vector wrapper 5 years ago
Josh Berdine c47881e664 [sledge] Remove dead Result.pp function 5 years ago
Josh Berdine 04df3ca460 [sledge] Move Import.List to separate module 5 years ago
Josh Berdine 24a26c8a23 [sledge] Move Import.Option to separate module 5 years ago
Josh Berdine 9c77d7b2a4 [sledge] Move some general type definitions from Import to Import0 5 years ago
Josh Berdine 124a1fed20 [sledge] Do not use Base.Set 5 years ago
Josh Berdine 57a8748e9f [sledge] Do not use Base.Map 5 years ago
Nikos Gorogiannis 86ab2d7d10 [topl] disable skip tests 5 years ago
Ezgi Çiçek b372befee4 [pulse] Add more naive Java models 5 years ago
Mitya Lyubarskiy f291f93248 [nullsafe] Implement class-level analysis and calculate meta-issues. 5 years ago
Sungkeun Cho b14333485c [cost] Update cost results 5 years ago
Sungkeun Cho be1e72cd1a [cost] Update test results 5 years ago
Martin Trojer 36b8ee7198 [ant] replace python integration with ocaml 5 years ago
Ezgi Çiçek 04543938ab [impurity][hoisting] Add more tests 5 years ago
Nikos Gorogiannis d1e0375f4a [racerd] stop reporting on locals 5 years ago
Ezgi Çiçek 2bd39abefc [purity] Add model for Object.clone() 5 years ago
Martin Trojer baaf81b554 [xcodebuild] replace python integration with ocaml 5 years ago
Mitya Lyubarskiy 3ceb2efe9e [JavaClassName][easy] remove uneccesary whitespace strip 5 years ago
Ezgi Çiçek a65176de22 [pulse] Print SkippedCalls 5 years ago
Dulma Churchill d1923dcd71 [pulse] Changed the name of BaseDomain signature to avoid a name clash 5 years ago
Jules Villard 3ba91fd596 [pulse] refactor of PrePost.t vs AbductiveDomain.t 5 years ago
Jules Villard f726561732 [biabd][minor] `unSome` is just `Option.value_exn` 5 years ago
Jules Villard 7861752bf3 [pulse] rename "PulseArithmetic" to "PulseCItv" 5 years ago
Nikos Gorogiannis 8a99f4b3bb [java] bug fix for type translation 5 years ago
Sungkeun Cho bc0c060bd4 [cost] Add a test (recursive dependency in class initializers) 5 years ago
Mitya Lyubarskiy 769c221826 [JavaClassName] Introduce a function to strip out anonymous class suffix from a class 5 years ago
Sungkeun Cho 545e6c8802 [inferbo] Add models of String.lastIndexOf and String.replace 5 years ago
Nikos Gorogiannis 8ede47649c [java][procname] always return pointer types to objects 5 years ago
Mitya Lyubarskiy 544e4f2e6c [Typ.name] Move a function to JavaClassName 5 years ago
Ezgi Çiçek a4c3925d9a [impurity] Track unique accesses 5 years ago
Ezgi Çiçek e3c89b1f10 [impurity] Fix include_value_history 5 years ago