22 Commits (a777ae362e3f0709de9643dff873d79b028dab17)

Author SHA1 Message Date
Graham a777ae362e Add underscore separator to field names 4 years ago
Graham fda857963b Make ClassPath::get() return null if a class is not found 4 years ago
Graham c7f5b0b6b3 Replace isNative() with more generic getAccess() method 4 years ago
Graham 3124624b5e Make EXCLUDED_{METHODS,FIELDS} public 4 years ago
Graham abf803f017 Replace contains() calls with the in operator 4 years ago
Graham a99d5973ae Replace Guice's repeat with Kotlin's 5 years ago
Graham 86fe02f32d Remove @JvmStatic annotations 5 years ago
Graham b6d96ac4e6 Convert TypedRemapper to Kotlin 5 years ago
Graham e05653cdcc Rename util to common 5 years ago
Graham e5af454815 Convert ClassMetadata to Kotlin 5 years ago
Graham e319493e81 Convert PrefixRemapper to Kotlin 5 years ago
Graham 72db700534 Remove capitalize() method 5 years ago
Graham db971f6b2b Convert indefiniteArticle() to an extension method 5 years ago
Graham 0cb0658f61 Add shorthand MemberDesc constructors 5 years ago
Graham 46ab5111e6 Add isMethodImmutable method to TypedRemapper 5 years ago
Graham b97294457a Make ClassNamePrefixer more similar to TypedRemapper 5 years ago
Graham 1319295d77 Separate remapping from the write{Pack,Jar} methods 5 years ago
Graham 3242356c80 Remove unused throws declarations 5 years ago
Graham 517032959e Use immutable collections types from Guava 5 years ago
Graham 12293bb3b1 Refactor package structure of the asm module 5 years ago
Graham 0c8d0f9cc3 Add initial support for whole program analysis in transformers 5 years ago
Graham 15ccc70c37 Add new remap package 5 years ago