aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/Namespace.scala
AgeCommit message (Expand)Author
2021-02-17Allow Side Effecting Statement to have Names (#2057)Kevin Laeufer
2020-09-16Change to Apache 2.0 License (#1901)Chick Markley
2020-08-21Deprecate Uniquify and move its useful utilities (#1856)Jack Koenig
2020-08-14All of src/ formatted with scalafmtchick
2019-02-25Fix almost all Scaladoc warningsSchuyler Eldridge
2018-11-29Replace Mappers with Foreachers in several passes (#954)Albert Magyar
2018-10-03Add cloneUnderlying method to NamespaceSchuyler Eldridge
2018-04-29Fix pathological behavior of Namespace for name collisions (#788)Jack Koenig
2017-12-22API change: out-of-bounds vec accesses now invalid, not first element (#685)Adam Izraelevitz
2017-09-29Namespace - only save suffix for temp names (#667)Jack Koenig
2017-02-23added more helpersAngie
2016-11-07Added underscore to GEN, now its _GEN (#362)Adam Izraelevitz
2016-11-04Cleanup license at top of every file (#364)Jack Koenig
2016-09-25stuff like this mutable.LinkedHashMap needs the mutable prefixchick
2016-09-21refactor InferReadWriteDonggyu Kim
2016-09-06remove unnecessary mappers in NamespaceDonggyu Kim
2016-09-06Address style feedback and add tests for getConnectOrigin utilityAngie
2016-09-06Minor utility changes.Angie
2016-06-10API Cleanup - ASTJack
2016-06-10API Cleanup - StatementJack
2016-06-10API Cleanup - ModuleJack
2016-04-16Add Namespace for thread-safe creation of names and temporary namesjackkoenig